All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] MMC: add NPCM SDHCI driver support
@ 2022-12-05  8:53 ` Tomer Maimon
  0 siblings, 0 replies; 42+ messages in thread
From: Tomer Maimon @ 2022-12-05  8:53 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: devicetree, openbmc, linux-mmc, linux-kernel, Tomer Maimon

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

The NPCM SDHCI driver tested on NPCM750 and NPCM845 EVB.

Addressed comments from:
 - Rob Herring : https://www.spinics.net/lists/devicetree/msg556099.html
 - Andy Shevchenko : https://www.spinics.net/lists/devicetree/msg555247.html
 - Adrian Hunter : https://www.spinics.net/lists/devicetree/msg555583.html

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                 | 84 +++++++++++++++++++
 4 files changed, 138 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] 42+ messages in thread

end of thread, other threads:[~2023-03-23 12:21 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-05  8:53 [PATCH v2 0/2] MMC: add NPCM SDHCI driver support Tomer Maimon
2022-12-05  8:53 ` Tomer Maimon
2022-12-05  8:53 ` [PATCH v2 1/2] dt-bindings: mmc: npcm,sdhci: Document NPCM SDHCI controller Tomer Maimon
2022-12-05  8:53   ` Tomer Maimon
2022-12-05 22:24   ` Rob Herring
2022-12-05 22:24     ` Rob Herring
2022-12-05  8:53 ` [PATCH v2 2/2] mmc: sdhci-npcm: Add NPCM SDHCI driver Tomer Maimon
2022-12-05  8:53   ` Tomer Maimon
2022-12-05 10:54   ` Andy Shevchenko
2022-12-05 10:54     ` Andy Shevchenko
2022-12-05 11:20     ` Tomer Maimon
2022-12-05 11:20       ` Tomer Maimon
2022-12-05 13:25       ` Andy Shevchenko
2022-12-05 13:25         ` Andy Shevchenko
2022-12-05 13:41         ` Adrian Hunter
2022-12-05 13:41           ` Adrian Hunter
2022-12-05 14:14           ` Andy Shevchenko
2022-12-05 14:14             ` Andy Shevchenko
2022-12-05 14:17             ` Andy Shevchenko
2022-12-05 14:17               ` Andy Shevchenko
2022-12-05 14:33               ` Adrian Hunter
2022-12-05 14:33                 ` Adrian Hunter
2022-12-07 13:01                 ` Tomer Maimon
2022-12-07 13:01                   ` Tomer Maimon
2022-12-07 13:25                   ` Andy Shevchenko
2022-12-07 13:25                     ` Andy Shevchenko
2022-12-07 13:49                     ` Adrian Hunter
2022-12-07 13:49                       ` Adrian Hunter
2022-12-07 16:48                       ` Andy Shevchenko
2022-12-07 16:48                         ` Andy Shevchenko
2022-12-08 12:58                         ` Tomer Maimon
2022-12-08 12:58                           ` Tomer Maimon
2022-12-07 13:47   ` Adrian Hunter
2022-12-07 13:47     ` Adrian Hunter
2023-03-17 14:16   ` Guenter Roeck
2023-03-17 14:16     ` Guenter Roeck
2023-03-17 17:36     ` Andy Shevchenko
2023-03-17 17:36       ` Andy Shevchenko
2023-03-17 18:37       ` Guenter Roeck
2023-03-17 18:37         ` Guenter Roeck
2023-03-23 12:19     ` Ulf Hansson
2023-03-23 12:19       ` Ulf Hansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.