]> git.karo-electronics.de Git - karo-tx-linux.git/commit
leds: Add new LED driver for lm355x chips
authorG.Shark Jeong <gshark.jeong@gmail.com>
Wed, 5 Sep 2012 07:05:58 +0000 (15:05 +0800)
committerBryan Wu <bryan.wu@canonical.com>
Fri, 7 Sep 2012 15:59:05 +0000 (23:59 +0800)
commit9bd9ce68b3d9f051ab9b6246d1b56b00dbda074f
tree7c4f00c51ffe72807f5aef7b5dd78ca7e7f85a91
parent78110a7ec42c8fa57c6ec5fc79e434581f5a7683
leds: Add new LED driver for lm355x chips

This driver is a general version for LM355x,lm3554 and lm3556,led chips of TI.

LM3554 :
The LM3554 is a 2 MHz fixed-frequency synchronous boost
converter with 1.2A dual high side led drivers.
Datasheet: www.ti.com/lit/ds/symlink/lm3554.pdf

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

(bryan.wu@canonical.com: use flush_work() to replace flush_work_sync() which is
deprecated)

Signed-off-by: G.Shark Jeong <gshark.jeong@gmail.com>
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/leds-lm3556.c [deleted file]
drivers/leds/leds-lm355x.c [new file with mode: 0644]
include/linux/platform_data/leds-lm3556.h [deleted file]
include/linux/platform_data/leds-lm355x.h [new file with mode: 0644]