[GIT] mfd pull request

From: Samuel Ortiz
Date: Wed Oct 22 2008 - 05:45:26 EST


Hi Linus,

Could you please pull this final rc1 patchset for mfd ?
It contains one build fix from Stephen, for the wm8350.

The following changes since commit 2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4:
Paul Mundt (1):
binfmt_elf_fdpic: Update for cputime changes.

are available in the git repository at:

git://git.o-hand.com/linux-mfd for-next

Arjan van de Ven (1):
mfd: use pci_ioremap_bar() in sm501

David Brownell (3):
mfd: twl4030 IRQ handling update
mfd: rtc-twl4030 driver
mfd: twl4030-gpio driver

Mark Brown (1):
mfd: Don't store volatile bits in WM8350 register cache

Roel Kluin (1):
mfd: check for platform_get_irq() return value in sm501

Stephen Rothwell (1):
mfd: don't export wm3850 static functions

drivers/gpio/Kconfig | 7 +
drivers/gpio/Makefile | 1 +
drivers/gpio/twl4030-gpio.c | 521 ++++++++++++++++++++++++++++++
drivers/mfd/Makefile | 2 +-
drivers/mfd/sm501.c | 25 +-
drivers/mfd/twl4030-core.c | 421 +-----------------------
drivers/mfd/twl4030-irq.c | 743 +++++++++++++++++++++++++++++++++++++++++++
drivers/mfd/wm8350-core.c | 5 +-
drivers/rtc/Kconfig | 10 +
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-twl4030.c | 564 ++++++++++++++++++++++++++++++++
include/linux/i2c/twl4030.h | 28 +-
12 files changed, 1897 insertions(+), 431 deletions(-)
create mode 100644 drivers/gpio/twl4030-gpio.c
create mode 100644 drivers/mfd/twl4030-irq.c
create mode 100644 drivers/rtc/rtc-twl4030.c

--
Intel Open Source Technology Centre
http://oss.intel.com/
--
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/