backlight: Add TPS65217 WLED driver
authorMatthias Kaehlcke <matthias@kaehlcke.net>
Mon, 24 Sep 2012 20:25:28 +0000 (22:25 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 25 Sep 2012 08:42:02 +0000 (10:42 +0200)
commiteebfdc17cc6c9f184a713d84b84e7602236360c6
tree6f591d7a70cb540db68520b5c91361b1cb604bc5
parentb6290ffe1f4ed4d8521fd7e46738d42ddd9f1935
backlight: Add TPS65217 WLED driver

The TPS65217 chip contains a boost converter and current sinks which can be
used to drive LEDs for use as backlights. Expose this functionality via the
backlight API.

Tested on an AM335x based custom board with a single WLED string, using
different values for ISEL and FDIM (though it would be hard to tell the
difference except for the value in WLEDCTRL1). Both instantiation through the
device tree and by passing platform data have been tested. Testing has been
done with an Androidized 3.2 kernel from the rowboat project. Koen Kooi
reported the driver to be working on a Beaglebone board with LCD3 cape

Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/tps65217_bl.c [new file with mode: 0644]
include/linux/mfd/tps65217.h