]> git.karo-electronics.de Git - karo-tx-linux.git/commit
backlight: add Backlight driver for lm3630 chip
authorG.Shark Jeong <gshark.jeong@gmail.com>
Fri, 7 Sep 2012 00:24:50 +0000 (10:24 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Sep 2012 05:36:27 +0000 (15:36 +1000)
commit0462d388ba1871dba8346474c1259e26feed1305
tree0f844fa4ce6ef794b548c3e9b344ed60375faa06
parent8572e2d9e74d9b9bfdf5c362cb833ce0ae1003fe
backlight: add Backlight driver for lm3630 chip

This driver is a general version for LM3630 backlgiht driver chip of TI.

LM3630 :
The LM3630 is a current mode boost converter which supplies the power
and controls the current in two strings of up to 10 LEDs per string.
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/lm3630_bl.c [new file with mode: 0644]
include/linux/platform_data/lm3630_bl.h [new file with mode: 0644]