public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/9] Support for Samsung Exynos 7870 DW-MMC device in driver
@ 2025-10-17 15:24 Kaustabh Chakraborty
  2025-10-17 15:24 ` [PATCH 1/9] mmc: dw_mmc: export dwmci_send_cmd() and dwmci_set_ios() Kaustabh Chakraborty
                   ` (9 more replies)
  0 siblings, 10 replies; 22+ messages in thread
From: Kaustabh Chakraborty @ 2025-10-17 15:24 UTC (permalink / raw)
  To: u-boot
  Cc: Peng Fan, Jaehoon Chung, Tom Rini, Simon Glass, Jonas Karlman,
	Marek Vasut, Bhimeswararao Matsa, Andrew Goodbody,
	Jean-Jacques Hiblot, Ronald Wahl, Anand Moon, Sam Protsenko,
	Henrik Grimler, Kaustabh Chakraborty

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@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@disroot.org>


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2025-10-23 21:41 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-17 15:24 [PATCH 0/9] Support for Samsung Exynos 7870 DW-MMC device in driver Kaustabh Chakraborty
2025-10-17 15:24 ` [PATCH 1/9] mmc: dw_mmc: export dwmci_send_cmd() and dwmci_set_ios() Kaustabh Chakraborty
2025-10-22  8:15   ` Peng Fan
2025-10-17 15:24 ` [PATCH 2/9] mmc: dw_mmc: do not skip dwmci_setup_bus() for same non-zero clock frequency Kaustabh Chakraborty
2025-10-22  8:15   ` Peng Fan
2025-10-17 15:24 ` [PATCH 3/9] mmc: dw_mmc: properly address command completion in dwmci_control_clken() Kaustabh Chakraborty
2025-10-22  7:56   ` Peng Fan
2025-10-23 16:36     ` Kaustabh Chakraborty
2025-10-17 15:24 ` [PATCH 4/9] mmc: dw_mmc: add voltage switch command flag Kaustabh Chakraborty
2025-10-22  8:14   ` Peng Fan
2025-10-22 20:25     ` Kaustabh Chakraborty
2025-10-17 15:24 ` [PATCH 5/9] mmc: dw_mmc: return error for invalid voltage setting Kaustabh Chakraborty
2025-10-22  8:15   ` Peng Fan
2025-10-17 15:24 ` [PATCH 6/9] mmc: enable/disable VQMMC regulator only during MMC power cycle Kaustabh Chakraborty
2025-10-17 15:24 ` [PATCH 7/9] mmc: exynos_dw_mmc: add support for MMC HS200 and HS400 modes Kaustabh Chakraborty
2025-10-22  8:18   ` Peng Fan
2025-10-23 10:46   ` Tanmay Kathpalia
2025-10-17 15:24 ` [PATCH 8/9] mmc: exynos_dw_mmc: add support for SD UHS mode Kaustabh Chakraborty
2025-10-22  8:19   ` Peng Fan
2025-10-17 15:24 ` [PATCH 9/9] mmc: exynos_dw_mmc: add compatible for exynos7870-dw-mshc-smu Kaustabh Chakraborty
2025-10-22  8:20   ` Peng Fan
2025-10-23  8:46 ` [PATCH 0/9] Support for Samsung Exynos 7870 DW-MMC device in driver Peng Fan (OSS)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox