[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240619054641.277062-1-shanchun1218@gmail.com>
Date: Wed, 19 Jun 2024 13:46:39 +0800
From: Shan-Chun Hung <shanchun1218@...il.com>
To: ulf.hansson@...aro.org,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
adrian.hunter@...el.com,
p.zabel@...gutronix.de,
pbrobinson@...il.com,
serghox@...il.com,
mcgrof@...nel.org,
prabhakar.mahadev-lad.rj@...renesas.com,
forbidden405@...look.com,
tmaimon77@...il.com,
andy.shevchenko@...il.com,
linux-arm-kernel@...ts.infradead.org,
linux-mmc@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: ychuang3@...oton.com,
schung@...oton.com
Subject: [PATCH 0/2] Add support for Nuvovon MA35D1 SDHCI
From: schung <schung@...oton.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
Powered by blists - more mailing lists