All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC v5 0/2]  backlight: add new tps611xx backlight driver
@ 2014-07-15 10:09 ` Daniel Jeong
  0 siblings, 0 replies; 11+ messages in thread
From: Daniel Jeong @ 2014-07-15 10:09 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-u79uwXL29TY76Z2rM5mHXA,
	linux-fbdev-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-doc-u79uwXL29TY76Z2rM5mHXA, 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):
  [RFC v5 1/2] backlight: add new tps611xx backlight driver
  [RFC v5 2/2] backlight: device tree: add new tps611xx backlight binding

 .../video/backlight/tps611xx-backlight.txt         |   26 ++
 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, 544 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] 11+ messages in thread

end of thread, other threads:[~2014-07-15 10:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-15 10:09 [RFC v5 0/2] backlight: add new tps611xx backlight driver Daniel Jeong
2014-07-15 10:09 ` Daniel Jeong
2014-07-15 10:09 ` Daniel Jeong
2014-07-15 10:09 ` [RFC v5 1/2] " Daniel Jeong
2014-07-15 10:09   ` Daniel Jeong
2014-07-15 10:09   ` Daniel Jeong
2014-07-15 10:25   ` Varka Bhadram
2014-07-15 10:37     ` Varka Bhadram
2014-07-15 10:09 ` [RFC v5 2/2] backlight: device tree: add new tps611xx backlight binding Daniel Jeong
2014-07-15 10:09   ` Daniel Jeong
2014-07-15 10:09   ` Daniel Jeong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.