On 23 June 2015 at 15:38, Simon Glass <s...@chromium.org> wrote:
> Add a simple driver which allows use of LEDs attached to GPIOs. The linux
> device tree binding is used.
>
> Signed-off-by: Simon Glass <s...@chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  doc/device-tree-bindings/leds/leds-gpio.txt |  52 ++++++++++++++
>  drivers/led/Kconfig                         |   9 +++
>  drivers/led/Makefile                        |   1 +
>  drivers/led/led_gpio.c                      | 101 
> ++++++++++++++++++++++++++++
>  4 files changed, 163 insertions(+)
>  create mode 100644 doc/device-tree-bindings/leds/leds-gpio.txt
>  create mode 100644 drivers/led/led_gpio.c

Applied to u-boot-dm.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to