]> 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, 28 Sep 2012 00:20:17 +0000 (10:20 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Oct 2012 05:03:45 +0000 (15:03 +1000)
commit6fbbe555f666510ffee197c0ab7b7bda101684f2
tree64c53aab4105ca49fa498c7aae166935c5d05525
parentaaa249f0e6137baef108fd05627d79c17afcb6a6
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]