mbox

[GIT,PULL] MFD fixes for v3.19

Message ID 20150120130232.GF13701@x1
State New
Headers show

Pull-request

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

Message

Lee Jones Jan. 20, 2015, 1:02 p.m. UTC
Hi Linus,

The following changes since commit b7392d2247cfe6771f95d256374f1a8e6a6f48d6:

  Linux 3.19-rc2 (2014-12-28 16:49:37 -0800)

are available in the git repository at:

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

for you to fetch changes up to b166010f6afbadb896efa37ff85eb681a8f89392:

  mfd: rtsx_usb: Fix runtime PM deadlock (2015-01-20 12:52:55 +0000)

----------------------------------------------------------------
 - Avoid platform ID collision in da9052
 - Skip caching volatile registers in tps65218
 - Use correct address base in tps65218
 - Repair deadlock on suspend in rtsx_usb

----------------------------------------------------------------
Fabio Estevam (1):
      mfd: da9052-core: Fix platform-device id collision

Felipe Balbi (2):
      mfd: tps65218: Make INT[12] and STATUS registers volatile
      mfd: tps65218: Make INT1 our status_base register

Roger Tseng (1):
      mfd: rtsx_usb: Fix runtime PM deadlock

 drivers/mfd/da9052-core.c |  3 ++-
 drivers/mfd/rtsx_usb.c    | 12 ------------
 drivers/mfd/tps65218.c    | 12 ++++++++++++
 3 files changed, 14 insertions(+), 13 deletions(-)