From: schung <schung@xxxxxxxxxxx> This patch series adds the SDHCI driver for the Nuvoton MA35D1 series platform. It includes DT binding documentation, the MA35D1 SDHCI driver. This MA35D1 SDHCI driver has been tested on the MA35D1 SOM board with Linux 6.10 Shan-Chun Hung (2): dt-bindings: mmc: nuvoton,ma35d1-sdhci: Document MA35D1 SDHCI controller mmc: sdhci-of-ma35d1: Add Novoton MA35D1 SDHCI driver .../bindings/mmc/nuvoton,ma35d1-sdhci.yaml | 106 +++++++ drivers/mmc/host/Kconfig | 13 + drivers/mmc/host/Makefile | 1 + drivers/mmc/host/sdhci-of-ma35d1.c | 297 ++++++++++++++++++ 4 files changed, 417 insertions(+) create mode 100644 Documentation/devicetree/bindings/mmc/nuvoton,ma35d1-sdhci.yaml create mode 100644 drivers/mmc/host/sdhci-of-ma35d1.c -- 2.25.1