]> git.karo-electronics.de Git - karo-tx-linux.git/commit
leds: add LED driver for lm3556 chip
authorGeon Si Jeong <gshark.jeong@gmail.com>
Thu, 3 May 2012 05:44:23 +0000 (15:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:46:47 +0000 (15:46 +1000)
commit12d29bdf2971ad234cafe579fa4076c5923498d1
tree5812ade579784730196376c449109cbb81bed7f4
parent8474c764dc8c1781b22378adc0a2511067affc0d
leds: add LED driver for lm3556 chip

A simple driver for the Texas Instruments LM3556 chip.

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

Signed-off-by: Geon Si Jeong <gshark.jeong@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Daniel Jeong <daniel.jeong@ti.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Greg KH <greg@kroah.com>
Cc: Wolfram Sang <w.sang@pengutronix.de>
Cc: Shuah Khan <shuahkhan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/leds-lm3556.c [new file with mode: 0644]
include/linux/leds-lm3556.h [new file with mode: 0644]