
15 Apr
2017
15 Apr
'17
6:08 p.m.
On 12 April 2017 at 02:52, Ziping Chen techping.chan@gmail.com wrote:
2017-04-11 1:34 GMT+08:00 Simon Glass sjg@chromium.org:
Add support for toggling an LED into the uclass interface. This can be efficiently implemented by the driver.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Drop the explicit assignment to LEDST_TOGGLE
drivers/led/led_gpio.c | 7 +++++++ include/led.h | 1 + test/dm/led.c | 25 +++++++++++++++++++++++++ 3 files changed, 33 insertions(+)
Reviewed-by: Ziping Chen techping.chan@gmail.com
Applied to u-boot-dm