mbox

[RESEND,v6,0/6] mfd: axp20x: add AXP221 PMIC support

Message ID 20150513154125.GA19543@x1
State New
Headers show

Pull-request

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

Message

Lee Jones May 13, 2015, 3:41 p.m. UTC
Hi Mark,

Enjoy!

The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22:

  Linux 4.1-rc2 (2015-05-03 19:22:23 -0700)

are available in the git repository at:

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

for you to fetch changes up to 6d4fa89dcd85e2427da83319ce75e5df5febcc96:

  mfd: axp20x: Enable AXP22X regulators (2015-05-13 16:26:34 +0100)

----------------------------------------------------------------
Immutable branch between MFD and Regulator, due for v4.2

----------------------------------------------------------------
Boris BREZILLON (3):
      mfd: axp20x: Add AXP22x PMIC support
      regulator: axp20x: Prepare support for multiple AXP chip families
      regulator: axp20x: Add support for AXP22X regulators

Chen-Yu Tsai (3):
      mfd: axp20x: Update DT bindings with AXP22x compatibles
      mfd: axp20x: Add AXP22x regulator information to DT bindings
      mfd: axp20x: Enable AXP22X regulators

 Documentation/devicetree/bindings/mfd/axp20x.txt |  32 ++-
 drivers/mfd/axp20x.c                             | 100 ++++++++++
 drivers/regulator/axp20x-regulator.c             | 239 ++++++++++++++++++-----
 include/linux/mfd/axp20x.h                       |  86 ++++++++
 4 files changed, 405 insertions(+), 52 deletions(-)