dm: led: Add a driver for GPIO-controlled LEDs
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:38:46 +0000 (15:38 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:24 +0000 (17:39 -0600)
commit5ac76bad2277ed40f2a2112ffab0f156e3b599fb
tree83369bd34bf572f1df277e04e8772e8829a917b6
parent5917112c9e9f7a60062c604b3224bd5713c41f46
dm: led: Add a driver for GPIO-controlled LEDs

Add a simple driver which allows use of LEDs attached to GPIOs. The linux
device tree binding is used.

Signed-off-by: Simon Glass <sjg@chromium.org>
doc/device-tree-bindings/leds/leds-gpio.txt [new file with mode: 0644]
drivers/led/Kconfig
drivers/led/Makefile
drivers/led/led_gpio.c [new file with mode: 0644]