[PATCH 0/3] pcf50633: Replace custom gpio api with gpiolib

From: Lars-Peter Clausen
Date: Tue May 11 2010 - 21:38:49 EST


Hi

This patch series replaces the custom api in the pcf50633 gpio driver with
gpiolib. There is only one user of the custom api which can be safely removed.

Lars-Peter Clausen (3):
gta02: Remove usage of pcf50633 gpio api
MFD: pcf50633-gpio: Add gpiolib support
MFD: pcf50633: Move pcf50633-gpio driver to the gpio drivers folder

arch/arm/mach-s3c2440/Kconfig | 1 -
arch/arm/mach-s3c2440/mach-gta02.c | 12 +--
drivers/gpio/Kconfig | 7 +
drivers/gpio/Makefile | 1 +
drivers/gpio/pcf50633-gpio.c | 228 ++++++++++++++++++++++++++++++++++++
drivers/mfd/Kconfig | 7 -
drivers/mfd/Makefile | 1 -
drivers/mfd/pcf50633-core.c | 4 +-
drivers/mfd/pcf50633-gpio.c | 121 -------------------
include/linux/mfd/pcf50633/core.h | 4 +
include/linux/mfd/pcf50633/gpio.h | 61 +++++-----
11 files changed, 277 insertions(+), 170 deletions(-)
create mode 100644 drivers/gpio/pcf50633-gpio.c
delete mode 100644 drivers/mfd/pcf50633-gpio.c

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