mbox

[GIT,PULL] Immutable branch between MFD, Extcon, GPIO and Regulator

Message ID 20150312133640.GB3383@x1
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-extcon-gpio-regulator-v4.1

Message

Lee Jones March 12, 2015, 1:36 p.m. UTC
Gentlemen,

I think this has soaked for long enough now.  Hopefully there are no issues.

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-extcon-gpio-regulator-v4.1

for you to fetch changes up to 575ef7f6d5df2aec86f407c76c0b95b3064e4b30:

  ASoC: arizona: Add support for WM8280/WM8281 (2015-02-26 10:04:45 +0000)

----------------------------------------------------------------
Immutable branch between MFD, Extcon, GPIO and Regulator due for the v4.1 merge window

----------------------------------------------------------------
Richard Fitzgerald (6):
      mfd: arizona: Add support for WM8280/WM8281
      Documentation: devicetree: arizona: Add bindings for WM8280
      regulator: arizona-micsupp: Add support for WM8280/WM8281
      gpio: arizona: Add support for WM8280/WM8281
      extcon: arizona: Add support for WM8280/WM8281
      ASoC: arizona: Add support for WM8280/WM8281

 Documentation/devicetree/bindings/mfd/arizona.txt | 15 +++++++++++----
 drivers/extcon/extcon-arizona.c                   |  1 +
 drivers/gpio/gpio-arizona.c                       |  1 +
 drivers/mfd/Kconfig                               |  5 +++--
 drivers/mfd/arizona-core.c                        | 15 +++++++++++++--
 drivers/mfd/arizona-i2c.c                         |  2 ++
 drivers/mfd/arizona-irq.c                         |  1 +
 drivers/mfd/arizona-spi.c                         |  2 ++
 drivers/regulator/arizona-micsupp.c               |  1 +
 include/linux/mfd/arizona/core.h                  |  1 +
 sound/soc/codecs/arizona.c                        |  2 ++
 11 files changed, 38 insertions(+), 8 deletions(-)