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

Lee Jones lee at kernel.org
Thu Sep 11 08:51:01 PDT 2025


Enjoy!

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-power-regulator-v6.18

for you to fetch changes up to 981dd162b63578aee34b5c68795e246734b76d70:

  regulator: bq257xx: Add bq257xx boost regulator driver (2025-09-11 15:55:41 +0100)

----------------------------------------------------------------
Immutable branch between MFD, Power and Regulator due for the v6.18 merge window

----------------------------------------------------------------
Chris Morgan (4):
      dt-bindings: mfd: ti,bq25703a: Add TI BQ25703A Charger
      mfd: bq257xx: Add support for BQ25703A core driver
      power: supply: bq257xx: Add support for BQ257XX charger
      regulator: bq257xx: Add bq257xx boost regulator driver

 .../devicetree/bindings/mfd/ti,bq25703a.yaml       | 117 ++++
 drivers/mfd/Kconfig                                |  11 +
 drivers/mfd/Makefile                               |   1 +
 drivers/mfd/bq257xx.c                              |  99 +++
 drivers/power/supply/Kconfig                       |   7 +
 drivers/power/supply/Makefile                      |   1 +
 drivers/power/supply/bq257xx_charger.c             | 755 +++++++++++++++++++++
 drivers/regulator/Kconfig                          |   8 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/bq257xx-regulator.c              | 186 +++++
 include/linux/mfd/bq257xx.h                        | 104 +++
 11 files changed, 1290 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mfd/ti,bq25703a.yaml
 create mode 100644 drivers/mfd/bq257xx.c
 create mode 100644 drivers/power/supply/bq257xx_charger.c
 create mode 100644 drivers/regulator/bq257xx-regulator.c
 create mode 100644 include/linux/mfd/bq257xx.h

-- 
Lee Jones [李琼斯]



More information about the Linux-rockchip mailing list