]> git.karo-electronics.de Git - karo-tx-linux.git/commit
backlight: lm3630: apply chip revision
authorDaniel Jeong <gshark.jeong@gmail.com>
Tue, 5 Nov 2013 05:56:17 +0000 (16:56 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:56:17 +0000 (16:56 +1100)
commitbfb608afe0e8319b427c1498c2736b6743829fff
tree968654fd418b0c9518365ab1a5ce8a563f630172
parenteab0640a3009fe6346fe9c203ff87dbff51343b2
backlight: lm3630: apply chip revision

The LM3630 chip was revised by TI and chip name was also changed to
LM3630A.  And register map, default values and initial sequences are
changed.  The files, lm3630_bl.{c,h} are replaced by lm3630a_bl.{c,h} You
can find more information about LM3630A(datasheet, evm etc) at
http://www.ti.com/product/lm3630a

Signed-off-by: Daniel Jeong <gshark.jeong@gmail.com>
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/lm3630_bl.c [deleted file]
drivers/video/backlight/lm3630a_bl.c [new file with mode: 0644]
include/linux/platform_data/lm3630_bl.h [deleted file]
include/linux/platform_data/lm3630a_bl.h [new file with mode: 0644]