]> git.karo-electronics.de Git - karo-tx-linux.git/commit
backlight: add new lm3639 backlight driver
authorG.Shark Jeong <gshark.jeong@gmail.com>
Fri, 28 Sep 2012 00:20:18 +0000 (10:20 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Oct 2012 06:50:42 +0000 (16:50 +1000)
commit4d9a730b8c94b8ccef0f52dd51cefae1f8a17c4e
treeabd77cac997429130e7bff2ebffc4060faadb9fe
parentef90b40a5e3d180627122585a1e8e4e9df91e7f2
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]