mbox

[GIT,PULL] MFD fixes for v3.14

Message ID 20140219141144.GF10504@lee--X1
State New
Headers show

Pull-request

git://git.linaro.org/people/lee.jones/mfd.git tags/mfd-fixes-3.14-1

Message

Lee Jones Feb. 19, 2014, 2:11 p.m. UTC
Hi Linus,

The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

  Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)

are available in the git repository at:

  git://git.linaro.org/people/lee.jones/mfd.git tags/mfd-fixes-3.14-1

for you to fetch changes up to 8321bbf8906990e60cdb46be4c909a7780275942:

  mfd: sec-core: sec_pmic_{suspend,resume}() should depend on CONFIG_PM_SLEEP (2014-02-19 13:30:34 +0000)

----------------------------------------------------------------
MFD fixes due for the v3.14 -rcs

Couple of small issues solved:
  - Suspend/Resume call-backs require CONFIG_PM_SLEEP
  - Some drivers written for 32bit architectures fail when compiled
    with a 64bit compiler. The fixes will future proof the drivers.

----------------------------------------------------------------
Geert Uytterhoeven (2):
      mfd: max14577: max14577_{suspend,resume}() should depend on CONFIG_PM_SLEEP
      mfd: sec-core: sec_pmic_{suspend,resume}() should depend on CONFIG_PM_SLEEP

Lee Jones (4):
      mfd: max8997: Naturalise cross-architecture discrepancies
      mfd: max8998: Naturalise cross-architecture discrepancies
      mfd: wm8994-core: Naturalise cross-architecture discrepancies
      mfd: tps65217: Naturalise cross-architecture discrepancies

 drivers/mfd/max14577.c              | 2 ++
 drivers/mfd/max8997.c               | 6 +++---
 drivers/mfd/max8998.c               | 6 +++---
 drivers/mfd/sec-core.c              | 2 ++
 drivers/mfd/tps65217.c              | 4 ++--
 drivers/mfd/wm8994-core.c           | 2 +-
 include/linux/mfd/max8997-private.h | 2 +-
 include/linux/mfd/max8998-private.h | 2 +-
 include/linux/mfd/tps65217.h        | 4 ++--
 9 files changed, 17 insertions(+), 13 deletions(-)