[PATCH V2 0/2] MFD and GPIO for STA2X11

From: Alessandro Rubini
Date: Thu Feb 16 2012 - 08:00:47 EST


These two patches introduce the multi-function device and GPIO support for
the STA2X11 I/O Hub. Core PCI support is already in linux-next.

I sent version 1 on Jan 26th as RFC and got no comments back. This new
pair fixes a number of minor details and is rebased to the new
linux-next.

This time I Cc'd both patches to all interested parties, (last time
MFD people only got MFD and GPIO people only got GPIO), because the
relative order must be preserved.

Alessandro Rubini (2):
mfd: Add driver for STA2X11 MFD block
gpio: add STA2X11 GPIO block

arch/x86/include/asm/sta2x11.h | 12 +
drivers/gpio/Kconfig | 9 +
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-sta2x11.c | 443 ++++++++++++++++++++++++++++++++++++
drivers/mfd/Kconfig | 6 +
drivers/mfd/Makefile | 1 +
drivers/mfd/sta2x11-mfd.c | 470 +++++++++++++++++++++++++++++++++++++++
include/linux/mfd/sta2x11-mfd.h | 324 +++++++++++++++++++++++++++
8 files changed, 1266 insertions(+), 0 deletions(-)
create mode 100644 arch/x86/include/asm/sta2x11.h
create mode 100644 drivers/gpio/gpio-sta2x11.c
create mode 100644 drivers/mfd/sta2x11-mfd.c
create mode 100644 include/linux/mfd/sta2x11-mfd.h

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