linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/2]  backlight: add new tps611xx backlight driver
@ 2014-06-16  2:17 Daniel Jeong
  2014-06-16  2:17 ` [RFC 1/2] " Daniel Jeong
  2014-06-16  2:17 ` [RFC 2/2] backlight: device tree: " Daniel Jeong
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Jeong @ 2014-06-16  2:17 UTC (permalink / raw)
  To: Jingoo Han, Bryan Wu, Lee Jones, Jean-Christophe Plagniol-Villard,
	Tomi Valkeinen, Grant Likely, Rob Herring, Randy Dunlap
  Cc: Daniel Jeong, linux-kernel, linux-fbdev, devicetree, linux-doc,
	Daniel Jeong

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-16 12:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-16  2:17 [RFC 0/2] backlight: add new tps611xx backlight driver Daniel Jeong
2014-06-16  2:17 ` [RFC 1/2] " Daniel Jeong
2014-06-16 12:19   ` Jingoo Han
2014-06-16  2:17 ` [RFC 2/2] backlight: device tree: " Daniel Jeong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).