mbox series

[GIT,v2,PULL] Immutable branch between MFD and Regulator due for the v6.11 merge window

Message ID 20240614073954.GA2561462@google.com
State Needs Review / ACK
Headers show
Series [GIT,v2,PULL] Immutable branch between MFD and Regulator due for the v6.11 merge window | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-regulator-pm8008-v6.11

Checks

Context Check Description
robh/checkpatch warning total: 1 errors, 2 warnings, 0 lines checked
robh/patch-applied success

Message

Lee Jones June 14, 2024, 7:39 a.m. UTC
Let's try this again with the appropriate v6.11 based tag.

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-regulator-pm8008-v6.11

for you to fetch changes up to 11d861d227ed1c4068597289267247aac5ac50fa:

  regulator: add pm8008 pmic regulator driver (2024-06-13 18:42:21 +0100)

----------------------------------------------------------------
Immutable branch between MFD and Regulator due for the v6.11 merge window

----------------------------------------------------------------
Johan Hovold (11):
      dt-bindings: mfd: pm8008: Add reset gpio
      mfd: pm8008: Fix regmap irq chip initialisation
      mfd: pm8008: Deassert reset on probe
      mfd: pm8008: Mark regmap structures as const
      mfd: pm8008: Use lower case hex notation
      mfd: pm8008: Rename irq chip
      mfd: pm8008: Drop unused driver data
      dt-bindings: mfd: pm8008: Drop redundant descriptions
      dt-bindings: mfd: pm8008: Rework binding
      mfd: pm8008: Rework to match new DT binding
      regulator: add pm8008 pmic regulator driver

 .../devicetree/bindings/mfd/qcom,pm8008.yaml       | 144 +++++++++------
 drivers/mfd/Kconfig                                |   1 +
 drivers/mfd/qcom-pm8008.c                          | 169 ++++++++++++------
 drivers/regulator/Kconfig                          |   7 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/qcom-pm8008-regulator.c          | 198 +++++++++++++++++++++
 include/dt-bindings/mfd/qcom-pm8008.h              |  19 --
 7 files changed, 409 insertions(+), 130 deletions(-)
 create mode 100644 drivers/regulator/qcom-pm8008-regulator.c
 delete mode 100644 include/dt-bindings/mfd/qcom-pm8008.h