]> git.karo-electronics.de Git - karo-tx-linux.git/commit
backlight: add Backlight driver for lm3630 chip
authorG.Shark Jeong <gshark.jeong@gmail.com>
Thu, 13 Sep 2012 01:01:09 +0000 (11:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Sep 2012 07:28:07 +0000 (17:28 +1000)
commit965e0d185e88d8bfa4520c8102e1b7f12973b63c
tree4df2697876c6f301224aa24d5dc32b9a37aa82f8
parent9783da205bb838e6042891d34ed2a3691148b98a
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]