All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mmc: add SDHCI OF Synopsys DWC MSHC dirver
@ 2018-07-06  7:19 ` Jisheng Zhang
  0 siblings, 0 replies; 15+ messages in thread
From: Jisheng Zhang @ 2018-07-06  7:19 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring, Mark Rutland, Adrian Hunter
  Cc: linux-mmc, devicetree, linux-kernel, linux-arm-kernel,
	Prabu Thangamuthu, Manjunath M B

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

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

end of thread, other threads:[~2018-07-16 21:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-06  7:19 [PATCH v2 0/2] mmc: add SDHCI OF Synopsys DWC MSHC dirver Jisheng Zhang
2018-07-06  7:19 ` Jisheng Zhang
2018-07-06  7:20 ` [PATCH v2 1/2] dt: bindings: Add bindings for SDHCI Synopsys DWC MSHC Jisheng Zhang
2018-07-06  7:20   ` Jisheng Zhang
2018-07-11 16:12   ` Rob Herring
2018-07-11 16:12     ` Rob Herring
2018-07-12  2:06     ` Jisheng Zhang
2018-07-12  2:06       ` Jisheng Zhang
2018-07-12  2:06       ` Jisheng Zhang
2018-07-16 21:59       ` Rob Herring
2018-07-16 21:59         ` Rob Herring
2018-07-06  7:23 ` [PATCH v2 2/2] mmc: sdhci-of-dwcmshc: add SDHCI OF Synopsys DWC MSHC driver Jisheng Zhang
2018-07-06  7:23   ` Jisheng Zhang
2018-07-09 11:32 ` [PATCH v2 0/2] mmc: add SDHCI OF Synopsys DWC MSHC dirver Ulf Hansson
2018-07-09 11:32   ` 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.