]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
backlight: add new lm3639 backlight driver
authorG.Shark Jeong <gshark.jeong@gmail.com>
Thu, 13 Sep 2012 01:01:10 +0000 (11:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Sep 2012 07:28:08 +0000 (17:28 +1000)
commit6a325898a74b674dc0b6df158a067ce54e00acec
treec2b02827f15dca172429e63b5b0f2589eeec9801
parentd0cc86d71a489b67e335227fd3ce312afb9b40b9
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]