Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1532941 > unrolled thread
| Started by | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| First post | 2016-11-30 05:10 +0100 |
| Last post | 2016-11-30 05:10 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/2] mmc: sdhci: one expansion for SDHCI base code and add Cadence SDHCI driver Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-11-30 05:10 +0100
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2016-11-30 05:10 +0100 |
| Subject | [PATCH 0/2] mmc: sdhci: one expansion for SDHCI base code and add Cadence SDHCI driver |
| Message-ID | <sJ4nv-12s-9@gated-at.bofh.it> |
1/2 tweaks sdhci_execute_tuning(), which I want to use for 2/2. 2/2 adds a new driver for Cadence's controller IP. Masahiro Yamada (2): mmc: sdhci: continue normal tuning if unsupported by platform tuning mmc: sdhci-cadence: add Cadence SD4HC support .../devicetree/bindings/mmc/sdhci-cadence.txt | 31 +++ drivers/mmc/host/Kconfig | 12 + drivers/mmc/host/Makefile | 1 + drivers/mmc/host/sdhci-cadence.c | 279 +++++++++++++++++++++ drivers/mmc/host/sdhci.c | 4 +- 5 files changed, 326 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-cadence.txt create mode 100644 drivers/mmc/host/sdhci-cadence.c -- 2.7.4
Back to top | Article view | linux.kernel
csiph-web