devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] MMC: add NPCM SDHCI driver support
@ 2023-10-02 17:50 Tomer Maimon
  2023-10-02 17:50 ` [PATCH v3 1/2] dt-bindings: mmc: npcm,sdhci: Document NPCM SDHCI controller Tomer Maimon
  2023-10-02 17:50 ` [PATCH v3 2/2] mmc: sdhci-npcm: Add NPCM SDHCI driver Tomer Maimon
  0 siblings, 2 replies; 6+ messages in thread
From: Tomer Maimon @ 2023-10-02 17:50 UTC (permalink / raw)
  To: ulf.hansson, avifishman70, tali.perry1, joel, venture, yuenn,
	benjaminfair, adrian.hunter, skhan, davidgow, pbrobinson, gsomlo,
	briannorris, arnd, krakoczy, andy.shevchenko
  Cc: openbmc, linux-mmc, devicetree, linux-kernel, Tomer Maimon

This patch set adds SDHCI support for the Nuvoton NPCM Baseboard 
Management Controller (BMC).

Deeply sorry it took that long until sending version three, promise to try
to do better on the next versions (if needed) :-),

The NPCM SDHCI driver tested on NPCM750 and NPCM845 EVB.

Addressed comments from:
 - Andy Shevchenko : https://www.spinics.net/lists/linux-mmc/msg74824.html
 - Adrian Hunter : https://www.spinics.net/lists/linux-mmc/msg73353.html
 - Guenter Roeck : https://www.spinics.net/lists/linux-mmc/msg74822.html

Changes since version 2:
 - Add data to handle architecture-specific SDHCI parameters.
 - Change config place in make and kconfig files.
 - Calling sdhci_pltfm_free to to avoid a memory leak on error.

Changes since version 1:
 - Use correct spaces in the dt-bindings.
 - Drop unused labels from dt-bindings.
 - Order by module name in the make a configuration.
 - Remove unnecessary blank lines.
 - Using devm_clk_get_optional instead of devm_clk_get.

Tomer Maimon (2):
  dt-bindings: mmc: npcm,sdhci: Document NPCM SDHCI controller
  mmc: sdhci-npcm: Add NPCM SDHCI driver

 .../devicetree/bindings/mmc/npcm,sdhci.yaml   | 45 +++++++++
 drivers/mmc/host/Kconfig                      |  8 ++
 drivers/mmc/host/Makefile                     |  1 +
 drivers/mmc/host/sdhci-npcm.c                 | 99 +++++++++++++++++++
 4 files changed, 153 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mmc/npcm,sdhci.yaml
 create mode 100644 drivers/mmc/host/sdhci-npcm.c

-- 
2.33.0


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

end of thread, other threads:[~2023-10-02 18:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 17:50 [PATCH v3 0/2] MMC: add NPCM SDHCI driver support Tomer Maimon
2023-10-02 17:50 ` [PATCH v3 1/2] dt-bindings: mmc: npcm,sdhci: Document NPCM SDHCI controller Tomer Maimon
2023-10-02 17:50 ` [PATCH v3 2/2] mmc: sdhci-npcm: Add NPCM SDHCI driver Tomer Maimon
2023-10-02 18:21   ` Andy Shevchenko
2023-10-02 18:29     ` Tomer Maimon
2023-10-02 18:31       ` Andy Shevchenko

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).