]> 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>
Fri, 5 Oct 2012 04:01:22 +0000 (14:01 +1000)
commite3dc22b89819c8bb2e8b7b074d2197afea86cc99
treea9a9e577ee355051134382c66cdeff55696ca794
parent3bc625cc5f6b6c225e1148005244c7217b225ae7
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]