[PATCH 0/9] Support for Samsung Exynos 7870 DW-MMC device in driver
    Kaustabh Chakraborty 
    kauschluss at disroot.org
       
    Fri Oct 17 17:24:05 CEST 2025
    
    
  
This patch series aims to add support for eMMC and SD-Card in Exynos
7870 devices. This brings changes to the core DW-MMC code, and the
Exynos-specific driver as well, introducing HS and UHS mode support,
and changes in SD init sequences.
Signed-off-by: Kaustabh Chakraborty <kauschluss at disroot.org>
---
Kaustabh Chakraborty (9):
      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
 drivers/mmc/dw_mmc.c        |  50 ++++++++--------
 drivers/mmc/exynos_dw_mmc.c | 135 +++++++++++++++++++++++++++++++++++++-------
 drivers/mmc/mmc.c           |  20 +++++++
 include/dwmmc.h             |   7 +++
 4 files changed, 169 insertions(+), 43 deletions(-)
---
base-commit: 582a04763aa80738c1c8ac60c47d1a5159a42833
change-id: 20251014-mmc-dw-exynos7870-91e92a9f6a8a
Best regards,
-- 
Kaustabh Chakraborty <kauschluss at disroot.org>
    
    
More information about the U-Boot
mailing list