public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC v4 0/2]  backlight: add new tps611xx backlight driver
@ 2014-07-03  6:01 Daniel Jeong
  2014-07-03  6:01 ` [RFC v4 1/2] " Daniel Jeong
  2014-07-03  6:01 ` [RFC v4 2/2] backlight: device tree: add new tps611xx backlight binding Daniel Jeong
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Jeong @ 2014-07-03  6:01 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 is 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
  backlight: add new tps611xx backlight device tree support

 .../video/backlight/tps611xx-backlight.txt         |   24 +
 drivers/video/backlight/Kconfig                    |    7 +
 drivers/video/backlight/Makefile                   |    1 +
 drivers/video/backlight/tps611xx_bl.c              |  479 ++++++++++++++++++++
 include/linux/platform_data/tps611xx_bl.h          |   31 ++
 5 files changed, 542 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] 5+ messages in thread

end of thread, other threads:[~2014-07-04 16:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-03  6:01 [RFC v4 0/2] backlight: add new tps611xx backlight driver Daniel Jeong
2014-07-03  6:01 ` [RFC v4 1/2] " Daniel Jeong
2014-07-03  6:01 ` [RFC v4 2/2] backlight: device tree: add new tps611xx backlight binding Daniel Jeong
2014-07-03  9:04   ` Mark Rutland
     [not found]     ` <CAPqQCJUYqgireOiqK9DLpSAkw_4DdmKD+G7bXxVxf=bb0nTj6Q@mail.gmail.com>
2014-07-04 16:31       ` Mark Rutland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox