mbox series

[GIT,PULL] Immutable branch between MFD, GPIO and Regulator due for the v5.12 merge window

Message ID 20210114130831.GU3975472@dell (mailing list archive)
State Awaiting Upstream
Delegated to: Geert Uytterhoeven
Headers show
Series [GIT,PULL] Immutable branch between MFD, GPIO and Regulator due for the v5.12 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-gpio-regulator-v5.12

Message

Lee Jones Jan. 14, 2021, 1:08 p.m. UTC
Enjoy!

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-gpio-regulator-v5.12

for you to fetch changes up to b2548da647bb04737196ffd945505d47a166239b:

  mfd: bd9571mwv: Add support for BD9574MWF (2021-01-14 13:05:55 +0000)

----------------------------------------------------------------
Immutable branch between MFD, GPIO and Regulator due for the v5.12 merge window

----------------------------------------------------------------
Khiem Nguyen (2):
      mfd: bd9571mwv: Make the driver more generic
      mfd: bd9571mwv: Add support for BD9574MWF

Yoshihiro Shimoda (10):
      mfd: bd9571mwv: Use devm_mfd_add_devices()
      dt-bindings: mfd: bd9571mwv: Document BD9574MWF
      mfd: rohm-generic: Add BD9571 and BD9574
      regulator: bd9571mwv: rid of using struct bd9571mwv
      regulator: bd9571mwv: Add BD9574MWF support
      gpio: bd9571mwv: Use the SPDX license identifier
      gpio: bd9571mwv: rid of using struct bd9571mwv
      gpio: bd9571mwv: Add BD9574MWF support
      mfd: bd9571mwv: Use the SPDX license identifier
      mfd: bd9571mwv: Use devm_regmap_add_irq_chip()

 .../devicetree/bindings/mfd/bd9571mwv.txt          |   4 +-
 drivers/gpio/gpio-bd9571mwv.c                      |  35 ++--
 drivers/mfd/bd9571mwv.c                            | 178 ++++++++++++++-------
 drivers/regulator/bd9571mwv-regulator.c            |  59 ++++---
 include/linux/mfd/bd9571mwv.h                      |  45 ++----
 include/linux/mfd/rohm-generic.h                   |   2 +
 6 files changed, 186 insertions(+), 137 deletions(-)