linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] backlight: add new lm3630 backlight driver
@ 2012-08-13  4:34 G.Shark Jeong
  2012-08-13  4:34 ` [PATCH 1/1] backlight: Add Backlight driver for lm3630 chip G.Shark Jeong
  0 siblings, 1 reply; 4+ messages in thread
From: G.Shark Jeong @ 2012-08-13  4:34 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Daniel Jeong, linux-kernel, G.Shark Jeong

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

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-08-24 22:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13  4:34 [PATCH 0/1] backlight: add new lm3630 backlight driver G.Shark Jeong
2012-08-13  4:34 ` [PATCH 1/1] backlight: Add Backlight driver for lm3630 chip G.Shark Jeong
2012-08-20 20:36   ` Andrew Morton
     [not found]     ` <CAPqQCJX=kHo4kmQyZKgWq+z-ZVSP-7fv5MHsHBQo2bm-PDYp6w@mail.gmail.com>
     [not found]       ` <CAPqQCJUzVmDj9HESrqaVo1jKGXw5BjxQt_06p7+7mxG2_Wyxfw@mail.gmail.com>
2012-08-24 22:35         ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).