]> git.karo-electronics.de Git - karo-tx-linux.git/commit
backlight: lp855x_bl: support new LP8555 device
authorMilo Kim <milo.kim@ti.com>
Tue, 5 Nov 2013 05:56:16 +0000 (16:56 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:56:16 +0000 (16:56 +1100)
commiteab0640a3009fe6346fe9c203ff87dbff51343b2
treeee20552eb96a74149c4b1650a96aa24138c01c72
parentbb4cb600349d22c1cebfdb0a6cdca24991e7be60
backlight: lp855x_bl: support new LP8555 device

LP8555 is one of the LP855x family devices.

This device needs pre_init_device() and post_init_device() driver
structure.  It's same as LP8557, so the device configuration code is
shared with LP8557.  Backlight outputs are generated from dual DC-DC boost
converters.  It's configurable EPROM settings which are defined in the
platform data.

Driver documentation and device tree bindings are updated.

Signed-off-by: Milo Kim <milo.kim@ti.com>
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/backlight/lp855x-driver.txt
Documentation/devicetree/bindings/video/backlight/lp855x.txt
drivers/video/backlight/Kconfig
drivers/video/backlight/lp855x_bl.c
include/linux/platform_data/lp855x.h