Hi Tom,

Please pull mmc-next-2026-02-26

----------------------------------------
Add MediaTek MT6359P regulator driver
Add MediaTek MT6357 regulator driver
Add MediaTek PMIC Wrapper driver
Enable pmic and regulator for mt8365 evk
Minor cleanup
----------------------------------------

CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/29376

Thanks
Peng

The following changes since commit 8fd76675efbe7af785ccc1ba1ac8b9f7e10f6715:

  board: Correct usage of fdtfile=CONFIG_DEFAULT_FDT_FILE (2026-02-23 15:30:34 
-0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-mmc.git 
tags/mmc-next-2026-02-26

for you to fetch changes up to b3d16267b5095746888927478a0973fa810a0826:

  mmc: mtk-sd: add mediatek,mt8189-mmc compatible (2026-02-26 11:15:44 +0800)

----------------------------------------------------------------
Bo-Chen Chen (1):
      power: regulator: mt6359: add driver for MT6359P

David Lechner (2):
      configs: mt8365_evk_defconfig: enable PMIC and regulators
      mmc: mtk-sd: add mediatek,mt8189-mmc compatible

Heinrich Schuchardt (1):
      power: regulator: Kconfig: add SPL_DM_REGULATOR_FAN53555

Julien Masson (2):
      power: regulator: add MediaTek MT6357 driver
      power: pmic: mtk-pwrap: add MediaTek PMIC Wrapper driver

Marek Vasut (1):
      cmd: mmc: Drop trailing space in Name: before newline

 MAINTAINERS                                |   3 +
 cmd/mmc.c                                  |   4 +-
 configs/mt8365_evk_defconfig               |   6 +
 drivers/mmc/mtk-sd.c                       |  11 +
 drivers/power/pmic/Kconfig                 |   8 +
 drivers/power/pmic/Makefile                |   1 +
 drivers/power/pmic/mtk-pwrap.c             | 896 +++++++++++++++++++++++++++++
 drivers/power/regulator/Kconfig            |  26 +
 drivers/power/regulator/Makefile           |   2 +
 drivers/power/regulator/mt6357_regulator.c | 512 +++++++++++++++++
 drivers/power/regulator/mt6359_regulator.c | 711 +++++++++++++++++++++++
 include/power/mt6357.h                     | 159 +++++
 include/power/mt6359.h                     | 225 ++++++++
 include/power/mt6359p.h                    | 230 ++++++++
 14 files changed, 2792 insertions(+), 2 deletions(-)
 create mode 100644 drivers/power/pmic/mtk-pwrap.c
 create mode 100644 drivers/power/regulator/mt6357_regulator.c
 create mode 100644 drivers/power/regulator/mt6359_regulator.c
 create mode 100644 include/power/mt6357.h
 create mode 100644 include/power/mt6359.h
 create mode 100644 include/power/mt6359p.h

Reply via email to