[RFC 0/2] backlight: add new tps611xx backlight driver
From: Daniel Jeong <hidden>
Date: 2014-06-16 02:17:47
Also in:
linux-devicetree, lkml
From: Daniel Jeong <hidden>
Date: 2014-06-16 02:17:47
Also in:
linux-devicetree, lkml
This driver a general version for tps611xx backlgiht chips of TI. It supports tps61158, tps61161, tps61163 and tps61165 backlight driver based on EasyScale protocol. Daniel Jeong (2): backlight: add new tps611xx backlight driver backlight: add new tps611xx backlight device tree support .../video/backlight/tps611xx-backlight.txt | 16 + drivers/video/backlight/Kconfig | 7 + drivers/video/backlight/Makefile | 1 + drivers/video/backlight/tps611xx_bl.c | 486 ++++++++++++++++++++ include/linux/platform_data/tps611xx_bl.h | 30 ++ 5 files changed, 540 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/backlight/tps611xx-backlight.txt create mode 100644 drivers/video/backlight/tps611xx_bl.c create mode 100644 include/linux/platform_data/tps611xx_bl.h -- 1.7.9.5