linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] leds: Add LED driver for lm3556 chip
@ 2012-03-30  6:38 Geon Si Jeong
  2012-03-30  6:38 ` [PATCH 1/1] " Geon Si Jeong
  0 siblings, 1 reply; 9+ messages in thread
From: Geon Si Jeong @ 2012-03-30  6:38 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Daniel Jeong, linux-kernel, Andrew Morton, Geon Si Jeong

It is a simple driver for LM3556 Chip(Texas Instruments)
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

Geon Si Jeong (1):
  leds: Add LED driver for lm3556 chip

 drivers/leds/Kconfig        |    9 +
 drivers/leds/Makefile       |    2 +-
 drivers/leds/leds-lm3556.c  |  462 +++++++++++++++++++++++++++++++++++++++++++
 include/linux/leds-lm3556.h |  242 ++++++++++++++++++++++
 4 files changed, 714 insertions(+), 1 deletions(-)
 create mode 100644 drivers/leds/leds-lm3556.c
 create mode 100644 include/linux/leds-lm3556.h

-- 
1.7.5.4


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

end of thread, other threads:[~2012-04-06 23:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-30  6:38 [PATCH 0/1] leds: Add LED driver for lm3556 chip Geon Si Jeong
2012-03-30  6:38 ` [PATCH 1/1] " Geon Si Jeong
2012-03-30 18:26   ` Andrew Morton
2012-03-30 18:41   ` Andrew Morton
2012-04-01  3:37     ` Shuah Khan
2012-04-06 23:28       ` Andrew Morton
2012-03-30 18:56   ` Wolfram Sang
2012-03-31 21:09     ` Mark Brown
2012-04-03 22:09   ` Greg KH

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