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)
commit28e64a68a2ef1c48f30e8b6803725199929069fc
treefd10ccee7c2758f37d6dd3c99a0701b29dec42cd
parent5812c13a4e636da4bd7f7cabbbbc59d9dbf3c86c
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]