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

From: G.Shark Jeong
Date: Mon Aug 13 2012 - 01:40:30 EST


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

This driver is a general version for LM3639 backlgiht + flash driver chip of TI.

LM3639 :
The LM3639 is a single chip LCD Display Backlight driver + white LED Camera driver.
Programming is done over an I2C compatible interface.
www.ti.com

G.Shark Jeong (1):
backlight: add new lm3639 backlight driver

drivers/video/backlight/Kconfig | 7 +
drivers/video/backlight/Makefile | 1 +
drivers/video/backlight/lm3639_bl.c | 436 +++++++++++++++++++++++++++++++
include/linux/platform_data/lm3639_bl.h | 69 +++++
4 files changed, 513 insertions(+), 0 deletions(-)
create mode 100644 drivers/video/backlight/lm3639_bl.c
create mode 100644 include/linux/platform_data/lm3639_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/