public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add pcf50633 backlight driver
@ 2010-05-12  0:44 Lars-Peter Clausen
  2010-05-12  0:44 ` [PATCH 1/3] backlight: " Lars-Peter Clausen
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Lars-Peter Clausen @ 2010-05-12  0:44 UTC (permalink / raw)
  To: rpurdie; +Cc: sameo, linux-kernel, Lars-Peter Clausen

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-05-26 11:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-12  0:44 [PATCH 0/3] Add pcf50633 backlight driver Lars-Peter Clausen
2010-05-12  0:44 ` [PATCH 1/3] backlight: " Lars-Peter Clausen
2010-05-12  0:44 ` [PATCH 2/3] MFD: pcf50633: Register a pcf50633-backlight device in pcf50633 core driver Lars-Peter Clausen
2010-05-12  0:44 ` [PATCH 3/3] gta02: Use pcf50633 backlight driver instead of platform backlight driver Lars-Peter Clausen
2010-05-12  1:02   ` Ben Dooks
2010-05-13 14:25     ` Richard Purdie
2010-05-16 22:00       ` Samuel Ortiz
2010-05-26 11:57         ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox