mbox

[GIT,PULL] MFD fixes for v3.18

Message ID 20141111104642.GV24004@x1
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-fixes-3.18

Message

Lee Jones Nov. 11, 2014, 10:46 a.m. UTC
Hi Linus,

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-fixes-3.18

for you to fetch changes up to 481c7f868c6d855f31a29c69b445ac4aee9625a6:

  mfd: twl4030-power: Fix poweroff with PM configuration enabled (2014-11-10 15:22:04 +0000)

----------------------------------------------------------------
 - Register offset fix for stmpe
 - Eradicate build warning when !PM in rtsx_pcr
 - Fix device ID collision when multiple boards are connected in viperboard
 - Use correct Regmap handle - fixing unhanded IRQs in max77693
 - Unmask MUIC IRQs in max77693
 - Clear VBUS & CHG bits so board doesn't reboot instead of poweroff in twl4030

----------------------------------------------------------------
Johan Hovold (1):
      mfd: viperboard: Fix platform-device id collision

Krzysztof Kozlowski (2):
      mfd: max77693: Use proper regmap for handling MUIC interrupts
      mfd: max77693: Fix always masked MUIC interrupts

Linus Walleij (1):
      mfd: stmpe: Fix STMPE24xx GPMR LSB

Thierry Reding (1):
      mfd: rtsx: Fix build warnings for !PM

Tony Lindgren (1):
      mfd: twl4030-power: Fix poweroff with PM configuration enabled

 drivers/mfd/max77693.c               | 14 +++++++++-
 drivers/mfd/rtsx_pcr.c               |  2 ++
 drivers/mfd/stmpe.h                  |  2 +-
 drivers/mfd/twl4030-power.c          | 52 ++++++++++++++++++++++++++++++++++++
 drivers/mfd/viperboard.c             |  5 ++--
 include/linux/mfd/max77693-private.h |  7 +++++
 6 files changed, 78 insertions(+), 4 deletions(-)