Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751618Ab2BPNAn (ORCPT ); Thu, 16 Feb 2012 08:00:43 -0500 Received: from mail2.gnudd.com ([213.203.150.91]:62308 "EHLO mail.gnudd.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751301Ab2BPNAm (ORCPT ); Thu, 16 Feb 2012 08:00:42 -0500 Date: Thu, 16 Feb 2012 14:00:28 +0100 From: Alessandro Rubini To: linux-kernel@vger.kernel.org Cc: giancarlo.asnaghi@st.com, alan@linux.intel.com, sameo@linux.intel.com, grant.likely@secretlab.ca, linus.walleij@stericsson.com Subject: [PATCH V2 0/2] MFD and GPIO for STA2X11 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: GnuDD, Device Drivers, Embedded Systems, Courses Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1497 Lines: 36 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/