linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] leds: Add new LED driver for lm3642 chips
@ 2012-09-12 12:05 G.Shark Jeong
  2012-09-12 12:05 ` [PATCH 1/1] " G.Shark Jeong
  0 siblings, 1 reply; 3+ messages in thread
From: G.Shark Jeong @ 2012-09-12 12:05 UTC (permalink / raw)
  To: Bryan Wu, 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 LM642 led chip of TI.

LM3642 :
The LM3642 is a 4MHz fixed-frequency synchronous boost
converter plus 1.5A constant current driver for a high-current
white LED.
The LM3642 is controlled via an I2C-compatible interface.

G.Shark Jeong (1):
  leds: Add new LED driver for lm3642 chips

 drivers/leds/Kconfig                      |   11 +
 drivers/leds/Makefile                     |    1 +
 drivers/leds/leds-lm3642.c                |  471 +++++++++++++++++++++++++++++
 include/linux/platform_data/leds-lm3642.h |   38 +++
 4 files changed, 521 insertions(+), 0 deletions(-)
 create mode 100644 drivers/leds/leds-lm3642.c
 create mode 100644 include/linux/platform_data/leds-lm3642.h

-- 
1.7.5.4


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

end of thread, other threads:[~2012-09-14  6:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-12 12:05 [PATCH 0/1] leds: Add new LED driver for lm3642 chips G.Shark Jeong
2012-09-12 12:05 ` [PATCH 1/1] " G.Shark Jeong
2012-09-14  6:33   ` Bryan Wu

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).