linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] mmc: core: enable CMD19 tuning for DDR50 mode
@ 2015-08-11  8:41 Barry Song
  2015-08-17 17:11 ` Ulf Hansson
  0 siblings, 1 reply; 17+ messages in thread
From: Barry Song @ 2015-08-11  8:41 UTC (permalink / raw)
  To: linux-arm-kernel

From: Weijun Yang <york.yang@csr.com>

As SD Specifications Part1 Physical Layer Specification Version
3.01 says, CMD19 tuning is available for unlocked cards in transfer
state of 1.8V signaling mode. The small difference between v3.00
and 3.01 spec means that CMD19 tuning is also available for DDR50
mode.

Signed-off-by: Weijun Yang <york.yang@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
---
 drivers/mmc/core/sd.c    | 1 +
 drivers/mmc/host/sdhci.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c
index 4e7366a..a1ed24d 100644
--- a/drivers/mmc/core/sd.c
+++ b/drivers/mmc/core/sd.c
@@ -629,6 +629,7 @@ static int mmc_sd_init_uhs_card(struct mmc_card *card)
 	 */
 	if (!mmc_host_is_spi(card->host) &&
 	    (card->sd_bus_speed == UHS_SDR50_BUS_SPEED ||
+	     card->sd_bus_speed == UHS_DDR50_BUS_SPEED ||
 	     card->sd_bus_speed == UHS_SDR104_BUS_SPEED))
 		err = mmc_execute_tuning(card);
 out:
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
index 1dbe932..812c19b 100644
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -1891,6 +1891,7 @@ static int sdhci_execute_tuning(struct mmc_host *mmc, u32 opcode)
 		break;
 
 	case MMC_TIMING_UHS_SDR104:
+	case MMC_TIMING_UHS_DDR50:
 		break;
 
 	case MMC_TIMING_UHS_SDR50:
-- 
1.9.1

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

end of thread, other threads:[~2015-12-18  5:52 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-11  8:41 [PATCH 1/2] mmc: core: enable CMD19 tuning for DDR50 mode Barry Song
2015-08-17 17:11 ` Ulf Hansson
2015-08-20  0:16   ` Barry Song
2015-08-25 12:05     ` Ulf Hansson
2015-09-15  7:13       ` Barry Song
2015-09-17 12:27         ` Ulf Hansson
2015-09-18  9:40           ` Barry Song
2015-09-23 19:25             ` Ulf Hansson
2015-12-12 23:51               ` Carlo Caione
2015-12-14  8:46                 ` Yang, York
2015-12-14  9:13                   ` Carlo Caione
2015-12-14  9:24                     ` Yang, York
2015-12-14 10:56                       ` Carlo Caione
2015-12-15 23:56                         ` Jaehoon Chung
2015-12-17  2:00                         ` Yang, York
2015-12-17 19:54                           ` Carlo Caione
2015-12-18  5:52                             ` Yang, York

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).