public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1 v3] leds: Add LED driver for lm3556 chip
@ 2012-06-20  5:11 G.Shark Jeong
  2012-06-20  5:11 ` [PATCH 1/1 " G.Shark Jeong
  0 siblings, 1 reply; 4+ messages in thread
From: G.Shark Jeong @ 2012-06-20  5:11 UTC (permalink / raw)
  To: Bryan Wu, Richard Purdie
  Cc: Daniel Jeong, linux-kernel, milo kim, G.Shark Jeong

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

LM3556 : 
The LM3556 is a 4 MHz fixed-frequency synchronous boost 
converter plus 1.5A constant current driver for a high-current white LED. 
Datasheet: www.national.com/ds/LM/LM3556.pdf 
Tested on OMAP4430 

G.Shark Jeong (1):
  leds: Add LED driver for lm3556 chip

 drivers/leds/Kconfig                      |    7 +
 drivers/leds/Makefile                     |    1 +
 drivers/leds/leds-lm3556.c                |  529 +++++++++++++++++++++++++++++
 include/linux/platform_data/leds-lm3556.h |   50 +++
 4 files changed, 587 insertions(+), 0 deletions(-)
 create mode 100644 drivers/leds/leds-lm3556.c
 create mode 100644 include/linux/platform_data/leds-lm3556.h

-- 
1.7.5.4


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

end of thread, other threads:[~2012-06-25 20:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-20  5:11 [PATCH 0/1 v3] leds: Add LED driver for lm3556 chip G.Shark Jeong
2012-06-20  5:11 ` [PATCH 1/1 " G.Shark Jeong
2012-06-20  6:32   ` Axel Lin
2012-06-25 20:48   ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox