[U-Boot] [PATCH v2 7/9] dm: led: Add support for blinking LEDs
Simon Glass
sjg at chromium.org
Sat Apr 15 16:08:07 UTC 2017
On 12 April 2017 at 02:52, Ziping Chen <techping.chan at gmail.com> wrote:
>
>
> 2017-04-11 1:34 GMT+08:00 Simon Glass <sjg at chromium.org>:
>>
>> Allow LEDs to be blinked if the driver supports it. Enable this for
>> sandbox so that the tests run.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>> ---
>>
>> Changes in v2:
>> - Control this feature via a new CONFIG_LED_BLINK option
>>
>> configs/sandbox_defconfig | 1 +
>> configs/sandbox_noblk_defconfig | 1 +
>> configs/sandbox_spl_defconfig | 1 +
>> drivers/led/Kconfig | 9 +++++++++
>> drivers/led/led-uclass.c | 12 ++++++++++++
>> include/led.h | 35 +++++++++++++++++++++++++++++++++++
>> test/dm/led.c | 24 ++++++++++++++++++++++++
>> 7 files changed, 83 insertions(+)
>>
>
> Reviewed-by: Ziping Chen <techping.chan at gmail.com>
>
Applied to u-boot-dm
More information about the U-Boot
mailing list