backlight: Add Epson L4F00242T03 LCD driver
authorAlberto Panizzo <maramaopercheseimorto@gmail.com>
Fri, 18 Dec 2009 15:42:11 +0000 (16:42 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 16 Mar 2010 19:47:53 +0000 (19:47 +0000)
commite7fb9c4ad351a8da7c09e182bd2e7ccd043daf08
treedc3dc3f491e01d987d7edd82f37fac994cd8ac7c
parenta3d3203e4bb40f253b1541e310dc0f9305be7c84
backlight: Add Epson L4F00242T03 LCD driver

The Epson LCD L4F00242T03 is mounted on the Freescale i.MX31 PDK board.
Based upon Marek Vasut work in l4f00242t03.c, this driver provides
basic init and power on/off functionality for this device through the
sysfs lcd interface.

Unfortunately Datasheet for this device are not available and
all the control sequences sent to the display were copied from the
freescale driver that in the i.MX31 Linux BSP.

As in the i.MX31PDK board the core and io suppliers are voltage
regulators, that functionality is embedded here, but not strict.

Signed-off-by: Alberto Panizzo <maramaopercheseimorto@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/l4f00242t03.c [new file with mode: 0644]
include/linux/spi/l4f00242t03.h [new file with mode: 0644]