This series adds support for SMU and non-SMU variants of Exynos7870 DW MMC controllers. Some DW MMC controllers require two 32-bit r/w from a 64-bit FIFO, the series implements that feature as well. This patch series is a part of Exynos7870 upstreaming. Signed-off-by: Kaustabh Chakraborty <kauschluss@xxxxxxxxxxx> --- Kaustabh Chakraborty (1): dt-bindings: mmc: samsung,exynos-dw-mshc: add exynos7870 support Sergey Lisov (2): mmc: dw_mmc: add a quirk for accessing 64-bit FIFOs in two halves mmc: dw_mmc: add exynos7870 DW MMC support .../bindings/mmc/samsung,exynos-dw-mshc.yaml | 2 + drivers/mmc/host/dw_mmc-exynos.c | 41 +++++++++- drivers/mmc/host/dw_mmc.c | 94 +++++++++++++++++++++- drivers/mmc/host/dw_mmc.h | 27 +++++++ 4 files changed, 161 insertions(+), 3 deletions(-) --- base-commit: df4b2bbff898227db0c14264ac7edd634e79f755 change-id: 20250203-exynos7870-mmc-75bac583c864 Best regards, -- Kaustabh Chakraborty <kauschluss@xxxxxxxxxxx>