From: Lars-Peter Clausen on
Hi

This patch series adds a backlight driver for the pcf50633.
The first patch adds the backlight driver, the second patch registers the
backlight driver in the pcf50633 core driver and the third patch replaces the
platform backlight driver in mach-gta02 with the pcf50633 backlight driver.

- Lars

Lars-Peter Clausen (3):
backlight/mfd: Add pcf50633 backlight driver
pcf50633: Register a pcf50633-backlight device in pcf50633 core
driver.
gta02: Use pcf50633 backlight driver instead of platform backlight
driver.

arch/arm/mach-s3c2440/mach-gta02.c | 76 ++---------
drivers/mfd/pcf50633-core.c | 3 +
drivers/video/backlight/Kconfig | 7 +
drivers/video/backlight/Makefile | 1 +
drivers/video/backlight/pcf50633-backlight.c | 190 ++++++++++++++++++++++++++
include/linux/mfd/pcf50633/backlight.h | 51 +++++++
include/linux/mfd/pcf50633/core.h | 4 +
7 files changed, 265 insertions(+), 67 deletions(-)
create mode 100644 drivers/video/backlight/pcf50633-backlight.c
create mode 100644 include/linux/mfd/pcf50633/backlight.h

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/