[GIT PULL] please pull mmc-power-2025-10-30
    Peng Fan 
    peng.fan at oss.nxp.com
       
    Thu Oct 30 04:52:01 CET 2025
    
    
  
Hi Tom,
Please pull mmc-power-2025-10-30 for master branch
CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/28083
--------------------------------------------------------------------
Add support for Samsung Exynos 7870 DW-MMC device
Add support for Samsung S2MPU05 PMIC device
Add compatible string for Exynos5250 in Exynos DW-MMC driver
Add support for handling UHS-I voltage signaling without power-cycle
Minor misc cleanup
--------------------------------------------------------------------
Thanks,
Peng
The following changes since commit e34d01d23e45e007368685ffa6dfd674b6dd7b17:
  Merge tag 'u-boot-ufs-20251029' of https://source.denx.de/u-boot/custodians/u-boot-ufs (2025-10-29 07:41:43 -0600)
are available in the Git repository at:
  https://source.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-power-2025-10-30
for you to fetch changes up to e16018f6b22d36f9f6b9f881175547457c06dae3:
  mmc: exynos_dw_mmc: guard execute_tuning (2025-10-30 10:11:19 +0800)
----------------------------------------------------------------
Kaustabh Chakraborty (15):
      mmc: dw_mmc: export dwmci_send_cmd() and dwmci_set_ios()
      mmc: dw_mmc: do not skip dwmci_setup_bus() for same non-zero clock frequency
      mmc: dw_mmc: properly address command completion in dwmci_control_clken()
      mmc: dw_mmc: add voltage switch command flag
      mmc: dw_mmc: return error for invalid voltage setting
      mmc: enable/disable VQMMC regulator only during MMC power cycle
      mmc: exynos_dw_mmc: add support for MMC HS200 and HS400 modes
      mmc: exynos_dw_mmc: add support for SD UHS mode
      mmc: exynos_dw_mmc: add compatible for exynos7870-dw-mshc-smu
      power: pmic: s2mps11: change the probe function to bind
      power: pmic: s2mps11: add support for allowing multiple device variants
      power: regulator: s2mps11: declaratively define LDOs and BUCKs
      power: regulator: s2mps11: declaratively get/set regulator mode
      power: regulator: s2mps11: add support for S2MPU05 PMIC
      power: pmic: s2mps11: add support for Samsung S2MPU05 PMIC
Lukas Timmermann (1):
      mmc: exynos_dw_mmc: Add compatible string for Exynos5250
Peng Fan (1):
      mmc: exynos_dw_mmc: guard execute_tuning
Tanmay Kathpalia (3):
      mmc: sd: Handle UHS-I voltage signaling without power cycle
      sdhci: Reorder interrupt flags in SDHCI_INT_DATA_MASK definition
      power: regulator: Remove duplicate include of regulator_common.h
 drivers/mmc/dw_mmc.c                        |  50 +--
 drivers/mmc/exynos_dw_mmc.c                 | 142 ++++++-
 drivers/mmc/mmc.c                           |  75 +++-
 drivers/power/pmic/s2mps11.c                |  37 +-
 drivers/power/regulator/fixed.c             |   1 -
 drivers/power/regulator/gpio-regulator.c    |   1 -
 drivers/power/regulator/regulator_common.c  |   1 -
 drivers/power/regulator/s2mps11_regulator.c | 590 +++++++++++++++++-----------
 include/dwmmc.h                             |   7 +
 include/mmc.h                               |   3 +
 include/power/s2mps11.h                     | 134 ++++++-
 include/sdhci.h                             |   2 +-
 12 files changed, 740 insertions(+), 303 deletions(-)
    
    
More information about the U-Boot
mailing list