[PATCH v2 0/8] mfd/tc35892: allow to support multiple variants

From: Sundar Iyer
Date: Sun Dec 12 2010 - 23:03:48 EST


The following patch series allows multiple variants of the Toshiba
TC35892XBG port expander devices into the same mfd core driver.

Sundar Iyer (8):
mach-ux500: deprecate spi support for ab8500
mfd/tc35892: rename tc35892 header to tc3589x
mfd/tc35892: rename tc35892 core driver to tc3589x
mfd/tc3589x: rename tc35892 structs/registers to tc359x
mfd/tc3589x: add block identifier for multiple child devices
mfd/tc3589x: fix random interrupt misses
mfd/tc3589x: undo gpio module reset during chip init
mfd/tc3589x: add suspend/resume support

arch/arm/mach-ux500/board-mop500.c | 49 +----
drivers/gpio/Kconfig | 8 +-
drivers/gpio/Makefile | 2 +-
drivers/gpio/tc35892-gpio.c | 389 ----------------------------------
drivers/gpio/tc3589x-gpio.c | 389 ++++++++++++++++++++++++++++++++++
drivers/mfd/Kconfig | 6 +-
drivers/mfd/Makefile | 2 +-
drivers/mfd/tc35892.c | 345 ------------------------------
drivers/mfd/tc3589x.c | 407 ++++++++++++++++++++++++++++++++++++
include/linux/mfd/tc35892.h | 136 ------------
include/linux/mfd/tc3589x.h | 143 +++++++++++++
11 files changed, 955 insertions(+), 921 deletions(-)
delete mode 100644 drivers/gpio/tc35892-gpio.c
create mode 100644 drivers/gpio/tc3589x-gpio.c
delete mode 100644 drivers/mfd/tc35892.c
create mode 100644 drivers/mfd/tc3589x.c
delete mode 100644 include/linux/mfd/tc35892.h
create mode 100644 include/linux/mfd/tc3589x.h

--
1.7.2.dirty

--
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/