mbox

[GIT,PULL] First pull-request for the IB between MFD and GPIO

Message ID 20140509093111.GN5767@lee--X1
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-gpio-v3.16

Message

Lee Jones May 9, 2014, 9:31 a.m. UTC
The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:

  Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-gpio-v3.16

for you to fetch changes up to 4d2763177ea8e8549de3fb8fa40810d08d2bb8ec:

  mfd: stmpe: add optional regulators (2014-05-09 10:25:08 +0100)

----------------------------------------------------------------
Immutable branch between MFD and GPIO due for v3.16.

----------------------------------------------------------------
Linus Walleij (4):
      mfd: stmpe: Probe properly from the Device Tree
      mfd: stmpe: root out static GPIO and IRQ assignments
      mfd: stmpe: mask off unused blocks properly
      mfd: stmpe: add optional regulators

 drivers/gpio/gpio-stmpe.c | 18 +++++-------------
 drivers/mfd/Kconfig       |  1 +
 drivers/mfd/stmpe-i2c.c   | 30 +++++++++++++++++++++++++++++-
 drivers/mfd/stmpe.c       | 30 ++++++++++++++++++++++++++++--
 drivers/mfd/stmpe.h       |  2 +-
 include/linux/mfd/stmpe.h | 19 +++++--------------
 6 files changed, 69 insertions(+), 31 deletions(-)