LWN.net Logo

Add pcf50633 backlight driver

From:  Lars-Peter Clausen <lars@metafoo.de>
To:  rpurdie@rpsys.net
Subject:  [PATCH 0/3] Add pcf50633 backlight driver
Date:  Wed, 12 May 2010 02:44:31 +0200
Message-ID:  <1273625074-15312-1-git-send-email-lars@metafoo.de>
Cc:  sameo@linux.intel.com, linux-kernel@vger.kernel.org, Lars-Peter Clausen <lars@metafoo.de>
Archive-link:  Article, Thread

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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2010, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds