]> git.baikalelectronics.ru Git - kernel.git/commit
backlight: lm3630: apply chip revision
authorDaniel Jeong <gshark.jeong@gmail.com>
Tue, 12 Nov 2013 23:08:58 +0000 (15:08 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:15 +0000 (12:09 +0900)
commit15e075dfb3c41a04067ca4523c180f00b69c3191
treefd10ccee7c2758f37d6dd3c99a0701b29dec42cd
parent0f6f8c7a27212e8d5c834567d3e6fffbbfc6e0bb
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>
Signed-off-by: Linus Torvalds <torvalds@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]