mbox

[GIT,PULL] MFD fixes for v4.2

Message ID 20150810160821.GF12631@x1
State New
Headers show

Pull-request

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

Message

Lee Jones Aug. 10, 2015, 4:08 p.m. UTC
Hi Linus,

Some simple MFD fixes for v4.2.

The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590:

  Linux 4.2-rc2 (2015-07-12 15:10:30 -0700)

are available in the git repository at:

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

for you to fetch changes up to fb9caeedafe61599371d057696bff3baef01f455:

  mfd: Remove MFD_CROS_EC_SPI depends on OF (2015-07-24 09:05:44 +0100)

----------------------------------------------------------------
- Fix dependency issues on ChromeOS platforms
- Fix runtime PM issues on Arizona
- Fix IRQ/Suspend race on Arizona

----------------------------------------------------------------
Charles Keepax (2):
      mfd: arizona: Fix race between runtime suspend and IRQs
      mfd: arizona: Fix initialisation of the PM runtime

Javier Martinez Canillas (2):
      platform/chrome: Don't make CHROME_PLATFORMS depends on X86 || ARM
      mfd: Remove MFD_CROS_EC_SPI depends on OF

 drivers/mfd/Kconfig             |  2 +-
 drivers/mfd/arizona-core.c      | 16 +++++++---------
 drivers/platform/chrome/Kconfig |  1 -
 3 files changed, 8 insertions(+), 11 deletions(-)