[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1329396583.git.rubini@gnudd.com>
Date: Thu, 16 Feb 2012 14:00:28 +0100
From: Alessandro Rubini <rubini@...dd.com>
To: linux-kernel@...r.kernel.org
Cc: giancarlo.asnaghi@...com, alan@...ux.intel.com,
sameo@...ux.intel.com, grant.likely@...retlab.ca,
linus.walleij@...ricsson.com
Subject: [PATCH V2 0/2] MFD and GPIO for STA2X11
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists