mbox series

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

Message ID 20240510144726.GB6146@google.com
State Not Applicable
Headers show
Series [GIT,PULL] Immutable branch between MFD, Pinctrl and Regulator due for the v6.10 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-pinctrl-regulator-v6.10

Checks

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

Message

Lee Jones May 10, 2024, 2:47 p.m. UTC
Enjoy!

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-pinctrl-regulator-v6.10

for you to fetch changes up to 5eb068da74a0b443fb99a89d9e5062691649c470:

  regulator: rk808: Add RK816 support (2024-05-03 09:15:38 +0100)

----------------------------------------------------------------
Immutable branch between MFD, Pinctrl and Regulator due for the v6.10 merge window

----------------------------------------------------------------
Alex Bee (5):
      dt-bindings: mfd: Add rk816 binding
      mfd: rk8xx: Add RK816 support
      pinctrl: rk805: Add rk816 pinctrl support
      regulator: rk808: Support apply_bit for rk808_set_suspend_voltage_range
      regulator: rk808: Add RK816 support

 .../devicetree/bindings/mfd/rockchip,rk816.yaml    | 274 +++++++++++++++++++++
 drivers/mfd/Kconfig                                |   4 +-
 drivers/mfd/rk8xx-core.c                           | 104 ++++++++
 drivers/mfd/rk8xx-i2c.c                            |  45 +++-
 drivers/pinctrl/pinctrl-rk805.c                    |  69 ++++++
 drivers/regulator/rk808-regulator.c                | 218 +++++++++++++++-
 include/linux/mfd/rk808.h                          | 144 +++++++++++
 7 files changed, 851 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/rockchip,rk816.yaml