projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20845be
)
mmc: sdhci-pci: Set MMC_CAP_CMD_DURING_TFR for Intel eMMC controllers
author
Adrian Hunter
<adrian.hunter@intel.com>
Tue, 16 Aug 2016 10:44:14 +0000
(13:44 +0300)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 26 Sep 2016 19:31:30 +0000
(21:31 +0200)
Set MMC_CAP_CMD_DURING_TFR for Intel BYT and related eMMC host controllers.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-pci-core.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/sdhci-pci-core.c
b/drivers/mmc/host/sdhci-pci-core.c
index 3833c5fb28da78f9c168a6901a4b0f42c20be04f..72a1f1f5180a9cc12f5bdc7fffaa03685500f6e0 100644
(file)
--- a/
drivers/mmc/host/sdhci-pci-core.c
+++ b/
drivers/mmc/host/sdhci-pci-core.c
@@
-354,6
+354,7
@@
static int byt_emmc_probe_slot(struct sdhci_pci_slot *slot)
{
slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE |
MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR |
+ MMC_CAP_CMD_DURING_TFR |
MMC_CAP_WAIT_WHILE_BUSY;
slot->host->mmc->caps2 |= MMC_CAP2_HC_ERASE_SZ;
slot->hw_reset = sdhci_pci_int_hw_reset;