]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mfd-fixes-3.14-1' of git://git.linaro.org/people/lee.jones/mfd
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 19 Feb 2014 20:04:06 +0000 (12:04 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 19 Feb 2014 20:04:06 +0000 (12:04 -0800)
commitb880ff8b1ca97e59a82994141682787eafb90308
tree72205e533ea2b931a29b271124daf871c5d9d6ac
parentdfddc083808f116cfa1a43fc26ba1b9c2ef03cf1
parent58d365cfc689c1153aa373e7d4342b638bd39d2c
Merge tag 'mfd-fixes-3.14-1' of git://git.linaro.org/people/lee.jones/mfd

Pull MFD fixes from Lee Jones:
 "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"

* tag 'mfd-fixes-3.14-1' of git://git.linaro.org/people/lee.jones/mfd:
  mfd: sec-core: sec_pmic_{suspend,resume}() should depend on CONFIG_PM_SLEEP
  mfd: max14577: max14577_{suspend,resume}() should depend on CONFIG_PM_SLEEP
  mfd: tps65217: Naturalise cross-architecture discrepancies
  mfd: wm8994-core: Naturalise cross-architecture discrepancies
  mfd: max8998: Naturalise cross-architecture discrepancies
  mfd: max8997: Naturalise cross-architecture discrepancies