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