2013-04-19 06:29:18

by Kim, Milo

[permalink] [raw]
Subject: [PATCH 0/5] backlight: lp855x: cleanup the platform data and support the DT feature

This patch-set cleans up the platform data and supports the device tree feature.

Patch from 1 to 4: clean up the platform data and driver fixes.
Patch 5: support the DT structure.

Milo(Woogyom) Kim (5):
backlight: lp855x: convert a type of device name
backlight: lp855x: move backlight mode platform data
backlight: lp855x: fix initial brightness type
backlight: lp855x: remove duplicate platform data
backlight: lp855x: add a device tree structure

Documentation/backlight/lp855x-driver.txt | 7 --
.../devicetree/bindings/video/backlight/lp855x.txt | 43 +++++++++
drivers/video/backlight/lp855x_bl.c | 98 ++++++++++++++++++--
include/linux/platform_data/lp855x.h | 15 +--
4 files changed, 133 insertions(+), 30 deletions(-)
create mode 100644 Documentation/devicetree/bindings/video/backlight/lp855x.txt

--
1.7.9.5


Best Regards,
Milo