Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1535752
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/2] mmc: sdhci: export sdhci_execute_tuning(), then add Cadence SDHCI driver |
| Date | 2016-12-05 03:20 +0100 |
| Message-ID | <sKR2N-6MA-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
1/2 exports 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: export sdhci_execute_tuning() mmc: sdhci-cadence: add Cadence SD4HC support .../devicetree/bindings/mmc/sdhci-cadence.txt | 30 +++ drivers/mmc/host/Kconfig | 11 + drivers/mmc/host/Makefile | 1 + drivers/mmc/host/sdhci-cadence.c | 280 +++++++++++++++++++++ drivers/mmc/host/sdhci.c | 3 +- drivers/mmc/host/sdhci.h | 1 + 6 files changed, 325 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 linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/2] mmc: sdhci: export sdhci_execute_tuning(), then add Cadence SDHCI driver Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-05 03:20 +0100
[PATCH v4 2/2] mmc: sdhci-cadence: add Cadence SD4HC support Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-05 03:20 +0100
Re: [PATCH v4 2/2] mmc: sdhci-cadence: add Cadence SD4HC support Adrian Hunter <adrian.hunter@intel.com> - 2016-12-08 13:00 +0100
Re: [PATCH v4 2/2] mmc: sdhci-cadence: add Cadence SD4HC support Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-08 13:40 +0100
Re: [PATCH v4 2/2] mmc: sdhci-cadence: add Cadence SD4HC support Ulf Hansson <ulf.hansson@linaro.org> - 2016-12-08 13:40 +0100
Re: [PATCH v4 2/2] mmc: sdhci-cadence: add Cadence SD4HC support Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-08 14:00 +0100
Re: [PATCH v4 2/2] mmc: sdhci-cadence: add Cadence SD4HC support Ulf Hansson <ulf.hansson@linaro.org> - 2016-12-08 15:10 +0100
Re: [PATCH v4 2/2] mmc: sdhci-cadence: add Cadence SD4HC support Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-08 17:20 +0100
[PATCH v4 1/2] mmc: sdhci: export sdhci_execute_tuning() Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-05 03:20 +0100
Re: [PATCH v4 1/2] mmc: sdhci: export sdhci_execute_tuning() Adrian Hunter <adrian.hunter@intel.com> - 2016-12-08 13:00 +0100
Re: [PATCH v4 1/2] mmc: sdhci: export sdhci_execute_tuning() Adrian Hunter <adrian.hunter@intel.com> - 2016-12-08 13:00 +0100
Re: [PATCH v4 1/2] mmc: sdhci: export sdhci_execute_tuning() Ulf Hansson <ulf.hansson@linaro.org> - 2016-12-08 13:40 +0100
csiph-web