This series aims to add a led-backlight driver, similar to pwm-backlight, but using a LED class device underneath. LED framework has no support for DT or getting a LED class driver from another kernel driver, so I added minimal functionality to led-class.c to get led-backlight working. Tomi Tomi Valkeinen (3): leds: Add of_led_get() and led_put() backlight: add led-backlight driver devicetree: Add led-backlight binding .../bindings/video/backlight/led-backlight.txt | 30 +++ drivers/leds/led-class.c | 75 +++++++ drivers/video/backlight/Kconfig | 7 + drivers/video/backlight/Makefile | 1 + drivers/video/backlight/led_bl.c | 226 +++++++++++++++++++++ include/linux/leds.h | 4 + 6 files changed, 343 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/backlight/led-backlight.txt create mode 100644 drivers/video/backlight/led_bl.c -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-leds" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html