]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:36:30 +0000 (13:36 +0200)
commit87705b7c7a09f815d3285f2edd4f5503f471745c
tree3225f822a07f6950fd56ca13f2eef18b342953ed
parentfb696db26df5af3f57af0cd599899fe46d78074d
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]