]> git.karo-electronics.de Git - karo-tx-linux.git/commit
backlight: add new lm3639 backlight driver
authorG.Shark Jeong <gshark.jeong@gmail.com>
Wed, 26 Sep 2012 01:34:21 +0000 (11:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Sep 2012 07:27:44 +0000 (17:27 +1000)
commiteb769dddcae08d2e066602392132f3dd3e81140e
tree5fe34082c4d6fcbfe3dfc4d8eb719e391b43b2d6
parentd28a774478dfc6eeb7966710275a3cdf5815a9e0
backlight: add new lm3639 backlight driver

This driver is a general version for LM3639 backlgiht + flash driver chip
of TI.

LM3639:
The LM3639 is a single chip LCD Display Backlight driver + white LED
Camera driver.  Programming is done over an I2C compatible interface.
www.ti.com

Signed-off-by: G.Shark Jeong <gshark.jeong@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Daniel Jeong <daniel.jeong@ti.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/lm3639_bl.c [new file with mode: 0644]
include/linux/platform_data/lm3639_bl.h [new file with mode: 0644]