Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755975AbYJPKKk (ORCPT ); Thu, 16 Oct 2008 06:10:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754336AbYJPKKc (ORCPT ); Thu, 16 Oct 2008 06:10:32 -0400 Received: from 3a.49.1343.static.theplanet.com ([67.19.73.58]:58869 "EHLO pug.o-hand.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753193AbYJPKKb (ORCPT ); Thu, 16 Oct 2008 06:10:31 -0400 To: Linus Torvalds , linux-kernel Subject: [GIT] mfd pull request MIME-Version: 1.0 Date: Thu, 16 Oct 2008 06:10:28 -0400 From: Samuel Ortiz Cc: Andrew Morton , Randy Dunlap , Mark Brown , Ian Molton , David Brownell , Eric Miao , Dmitry Baryshkov , Ben Dooks Reply-To: sameo@openedhand.com Message-ID: <6518b825dfa5a07d81ce296125c6156a@localhost> User-Agent: RoundCube Webmail/0.1 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2674 Lines: 79 Hi Linus, Could you please pull the mfd updates ? The following changes since commit 04ab591808565f968d4406f6435090ad671ebdab: Linus Torvalds (1): Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus are available in the git repository at: git://git.o-hand.com/linux-mfd for-next Andrew Morton (2): mfd: ucb1400 needs GPIO mfd: further unbork the ucb1400 ac97_bus dependencies Ben Dooks (1): mfd: update sm501 debugging/low information messages David Brownell (2): mfd: TWL4030 core driver mfd: twl4030-core irq simplification Dmitry Baryshkov (4): mfd: provide and use setup hook for tc6393xb mfd: do tcb6393xb state restore on resume only if requested mfd: add OHCI cell to tc6393xb mfd: support tmiofb cell on tc6393xb Eric Miao (1): mfd: add base support for Dialog DA9030/DA9034 PMICs Ian Molton (2): mfd: reduce stack usage in mfd-core.c mfd: update TMIO drivers to use the clock API Mark Brown (1): mfd: Don't use NO_IRQ in WM8350 Randy Dunlap (1): mfd: ucb1400 sound driver uses/depends on AC97_BUS: Samuel Ortiz (1): mfd: Fix htc-egpio compile warning arch/arm/mach-pxa/include/mach/tosa.h | 2 - arch/arm/mach-pxa/tosa.c | 37 +- drivers/input/touchscreen/Kconfig | 2 +- drivers/mfd/Kconfig | 16 + drivers/mfd/Makefile | 2 + drivers/mfd/da903x.c | 563 ++++++++++++++++ drivers/mfd/htc-egpio.c | 2 +- drivers/mfd/mfd-core.c | 15 +- drivers/mfd/sm501.c | 6 +- drivers/mfd/t7l66xb.c | 40 +- drivers/mfd/tc6387xb.c | 47 +- drivers/mfd/tc6393xb.c | 296 +++++++-- drivers/mfd/twl4030-core.c | 1193 +++++++++++++++++++++++++++++++++ drivers/mfd/wm8350-core.c | 2 +- include/linux/i2c/twl4030.h | 339 ++++++++++ include/linux/mfd/da903x.h | 201 ++++++ include/linux/mfd/t7l66xb.h | 2 - include/linux/mfd/tc6387xb.h | 3 - include/linux/mfd/tc6393xb.h | 17 +- 19 files changed, 2687 insertions(+), 98 deletions(-) create mode 100644 drivers/mfd/da903x.c create mode 100644 drivers/mfd/twl4030-core.c create mode 100644 include/linux/i2c/twl4030.h create mode 100644 include/linux/mfd/da903x.h -- 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/