]> git.karo-electronics.de Git - karo-tx-linux.git/commit
backlight: add Backlight driver for lm3630 chip
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>
Wed, 26 Sep 2012 05:45:20 +0000 (15:45 +1000)
commite6dfb081e01fc44b40544525a77d35298c296ea9
tree8f04cef6b9f50104e13d98e9144be5634e9dac72
parent91739592e811e88f386bf9870bb15e48de470d6c
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]