mbox series

[linux,dev-6.0,v1,0/2] MMC: add NPCM SDHCI driver support

Message ID 20221221175520.263549-1-tmaimon77@gmail.com
Headers show
Series MMC: add NPCM SDHCI driver support | expand

Message

Tomer Maimon Dec. 21, 2022, 5:55 p.m. UTC
This patch set adds SDHCI support for the Nuvoton NPCM Baseboard
Management Controller (BMC).

The NPCM SDHCI driver tested on NPCM750 and NPCM845 EVB.

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

Comments

Tomer Maimon Feb. 7, 2023, 1:41 p.m. UTC | #1
Hi Joel,

Kind reminder regards NPCM eMMC driver.

Thanks,

Tomer

On Wed, 21 Dec 2022 at 19:55, Tomer Maimon <tmaimon77@gmail.com> wrote:
>
> This patch set adds SDHCI support for the Nuvoton NPCM Baseboard
> Management Controller (BMC).
>
> The NPCM SDHCI driver tested on NPCM750 and NPCM845 EVB.
>
> 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
>