[PATCH v2 0/2] mmc: add SDHCI OF Synopsys DWC MSHC dirver
From: Jisheng Zhang <hidden>
Date: 2018-07-06 07:21:35
Also in:
linux-arm-kernel, linux-mmc, lkml
From: Jisheng Zhang <hidden>
Date: 2018-07-06 07:21:35
Also in:
linux-arm-kernel, linux-mmc, lkml
Add support for Synopsys SDHCI compatible DesignWare Cores Mobile Storage Host Controller which can support eMMC/SD/SDIO. Since v1: - move the dt bindings into a separate patch Jisheng Zhang (2): dt: bindings: Add bindings for SDHCI Synopsys DWC MSHC mmc: sdhci-of-dwcmshc: add SDHCI OF Synopsys DWC MSHC dirver .../bindings/mmc/sdhci-of-dwcmshc.txt | 20 +++ drivers/mmc/host/Kconfig | 11 ++ drivers/mmc/host/Makefile | 1 + drivers/mmc/host/sdhci-of-dwcmshc.c | 116 ++++++++++++++++++ 4 files changed, 148 insertions(+) create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-of-dwcmshc.txt create mode 100644 drivers/mmc/host/sdhci-of-dwcmshc.c -- 2.18.0