mbox series

[0/2] Add support for Nuvovon MA35D1 SDHCI

Message ID 20240619054641.277062-1-shanchun1218@gmail.com (mailing list archive)
Headers show
Series Add support for Nuvovon MA35D1 SDHCI | expand

Message

Shan-Chun Hung June 19, 2024, 5:46 a.m. UTC
From: schung <schung@nuvoton.com>

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

Comments

Markus Elfring June 19, 2024, 3:40 p.m. UTC | #1
> This patch series adds the SDHCI driver for the Nuvoton MA35D1 series
> platform. It includes DT binding documentation, the MA35D1 SDHCI driver.>   mmc: sdhci-of-ma35d1: Add Novoton MA35D1 SDHCI driver
…

Would you like to refer to a slightly different company name
at a few message places?

Regards,
Markus