aboutsummaryrefslogtreecommitdiff
path: root/drivers/led
AgeCommit message (Expand)AuthorFilesLines
2015-09-02dm: led: Tidy up SPL options for the led and led-gpioSimon Glass2-3/+10
2015-08-18led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LEDMasahiro Yamada1-1/+1
2015-08-12drivers: hierarchize drivers Kconfig menuMasahiro Yamada1-0/+4
2015-07-21dm: test: Add a test for the LED uclassSimon Glass1-0/+6
2015-07-21led: Return -ENODEV if the LED device cannot be foundSimon Glass1-2/+3
2015-07-21dm: led: Add a driver for GPIO-controlled LEDsSimon Glass3-0/+111
2015-07-21dm: Add support for LEDsSimon Glass3-0/+73