lcd: add SPI-based LCD and backlight driver for SHARP corgi/spitz
authorEric Miao <eric.miao@marvell.com>
Thu, 28 Aug 2008 20:21:44 +0000 (04:21 +0800)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 23 Sep 2008 21:04:30 +0000 (22:04 +0100)
commitb18250a8f66050bd2a52287cd543fb93100e8ee0
tree20e0d142575d3147d2c58542d5bd8ed377e5f3cb
parentfaa312da9cd0b044bdc84483162c6ee10b9c83c0
lcd: add SPI-based LCD and backlight driver for SHARP corgi/spitz

The driver is based on different source files including corgi_ssp.c,
corgi_lcd.c and corgi_bl.c, previously authored by Richard Purdie
and many others.

The LCD and Backlight device actually share the same SPI device, so
they are made into this single driver.

Signed-off-by: Eric Miao <eric.miao@marvell.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/corgi_lcd.c [new file with mode: 0644]
include/linux/spi/corgi_lcd.h [new file with mode: 0644]