mbox series

[linux,dev-5.15,v1,0/2] mmc: add SDHCI driver for NPCM SoCs

Message ID 20220802141625.238907-1-tmaimon77@gmail.com
Headers show
Series mmc: add SDHCI driver for NPCM SoCs | expand

Message

Tomer Maimon Aug. 2, 2022, 2:16 p.m. UTC
This patch set adds SDHCI NPCM Baseboard Management Controller(BMC) support.

The NPCM SDHCI driver were tested on NPCM750 and NPCM845 evaluation boards.

Tomer Maimon (2):
  dt-bindings: mmc: npcm: NPCM binding documentation
  mmc: host: Add support for NPCM SDHCI controller

 .../devicetree/bindings/mmc/sdhci-npcm.txt    | 22 +++++
 drivers/mmc/host/Kconfig                      |  8 ++
 drivers/mmc/host/Makefile                     |  1 +
 drivers/mmc/host/sdhci-npcm.c                 | 81 +++++++++++++++++++
 4 files changed, 112 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-npcm.txt
 create mode 100644 drivers/mmc/host/sdhci-npcm.c