devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for Nuvovon MA35D1 SDHCI
@ 2024-06-19  5:46 Shan-Chun Hung
  2024-06-19  5:46 ` [PATCH 1/2] dt-bindings: mmc: nuvoton,ma35d1-sdhci: Document MA35D1 SDHCI controller Shan-Chun Hung
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Shan-Chun Hung @ 2024-06-19  5:46 UTC (permalink / raw)
  To: ulf.hansson, robh, krzk+dt, conor+dt, adrian.hunter, p.zabel,
	pbrobinson, serghox, mcgrof, prabhakar.mahadev-lad.rj,
	forbidden405, tmaimon77, andy.shevchenko, linux-arm-kernel,
	linux-mmc, devicetree, linux-kernel
  Cc: ychuang3, schung

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

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

end of thread, other threads:[~2024-06-24  0:29 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-19  5:46 [PATCH 0/2] Add support for Nuvovon MA35D1 SDHCI Shan-Chun Hung
2024-06-19  5:46 ` [PATCH 1/2] dt-bindings: mmc: nuvoton,ma35d1-sdhci: Document MA35D1 SDHCI controller Shan-Chun Hung
2024-06-19  7:16   ` Rob Herring (Arm)
2024-06-19  7:29   ` Krzysztof Kozlowski
2024-06-20 23:53     ` Shan-Chun Hung
2024-06-21  6:04       ` Krzysztof Kozlowski
2024-06-21  6:44         ` Shan-Chun Hung
2024-06-19  5:46 ` [PATCH 2/2] mmc: sdhci-of-ma35d1: Add Novoton MA35D1 SDHCI driver Shan-Chun Hung
2024-06-19 10:18   ` Dragan Simic
2024-06-19 16:17     ` Shan-Chun Hung
2024-06-19 16:18   ` [PATCH 2/2] mmc: sdhci-of-ma35d1: Add Nuvoton " Markus Elfring
2024-06-20  6:49     ` Shan-Chun Hung
2024-06-20  6:58       ` Krzysztof Kozlowski
2024-06-20  8:59         ` Shan-Chun Hung
2024-06-19 19:09   ` [PATCH 2/2] mmc: sdhci-of-ma35d1: Add Novoton " Andy Shevchenko
2024-06-21  8:06     ` Shan-Chun Hung
2024-06-21 11:25       ` Andy Shevchenko
2024-06-24  0:28         ` Shan-Chun Hung
2024-06-21 11:45   ` Philipp Zabel
2024-06-22  9:15     ` Shan-Chun Hung
2024-06-19 15:40 ` [PATCH 0/2] Add support for Nuvovon MA35D1 SDHCI Markus Elfring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).