mbox

[GIT,PULL] Mark and Chanwoo: Immutable branch between MFD, Extcon and Regulator

Message ID 20140617144459.GG29841@lee--X1
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-extcon-regulator-v3.17

Message

Lee Jones June 17, 2014, 2:44 p.m. UTC
Mark, Chanwoo,

I've applied both Robert's patches with the appropriate Acks. If you
wish to apply them to your trees in order to avoid conflicts at merge
time, this is the branch yo need to pull from:

The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

  Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-extcon-regulator-v3.17

for you to fetch changes up to 342d669c1ee421323f552a62729d3a3d0065093c:

  mfd: max77693: Handle IRQs using regmap (2014-06-17 15:17:00 +0100)

----------------------------------------------------------------
Immutable branch between MFD, Extcon and Regulator due for v3.17

----------------------------------------------------------------
Robert Baldyga (2):
      mfd: max77693: Remove unnecessary wrapper functions
      mfd: max77693: Handle IRQs using regmap

 drivers/extcon/extcon-max77693.c     |  35 ++--
 drivers/mfd/Kconfig                  |   1 +
 drivers/mfd/Makefile                 |   2 +-
 drivers/mfd/max77693-irq.c           | 336 -----------------------------------
 drivers/mfd/max77693.c               | 210 +++++++++++++++-------
 drivers/regulator/max77693.c         |  12 +-
 include/linux/mfd/max77693-private.h |  54 ++++--
 7 files changed, 217 insertions(+), 433 deletions(-)
 delete mode 100644 drivers/mfd/max77693-irq.c