[PATCH 0/1] backlight: add new lm3630 backlight driver

From: G.Shark Jeong
Date: Mon Aug 13 2012 - 00:37:43 EST


From: "G.Shark Jeong" <gshark.jeong@xxxxxxxxx>

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

G.Shark Jeong (1):
backlight: Add Backlight driver for lm3630 chip

drivers/video/backlight/Kconfig | 7 +
drivers/video/backlight/Makefile | 1 +
drivers/video/backlight/lm3630_bl.c | 476 +++++++++++++++++++++++++++++++
include/linux/platform_data/lm3630_bl.h | 57 ++++
4 files changed, 541 insertions(+), 0 deletions(-)
create mode 100644 drivers/video/backlight/lm3630_bl.c
create mode 100644 include/linux/platform_data/lm3630_bl.h

--
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/