Message ID | 20250204-exynos7870-mmc-v1-0-c87cfc72be4a@disroot.org |
---|---|
Headers | show |
Series | Introduce DW MMC support for Exynos7870 | expand |
On 2025-02-03 20:34, Kaustabh Chakraborty wrote: > 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@disroot.org> > --- > 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 > Please refrain from merging the following, wait for the next revision. [PATCH 2/3] mmc: dw_mmc: add a quirk for accessing 64-bit FIFOs in two halves [PATCH 3/3] mmc: dw_mmc: add exynos7870 DW MMC support Thank you.
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@disroot.org> --- 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,