summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-pci-core.c
diff options
context:
space:
mode:
authorAdrian Hunter2016-08-16 12:44:14 +0200
committerUlf Hansson2016-09-26 21:31:30 +0200
commit32828857dba32c04e7383ba47db19e3bf37fce9d (patch)
treee9ba9fea1bd984d351fa69c37e63247d15414925 /drivers/mmc/host/sdhci-pci-core.c
parentmmc: sdhci: Support cap_cmd_during_tfr requests (diff)
downloadkernel-qcow2-linux-32828857dba32c04e7383ba47db19e3bf37fce9d.tar.gz
kernel-qcow2-linux-32828857dba32c04e7383ba47db19e3bf37fce9d.tar.xz
kernel-qcow2-linux-32828857dba32c04e7383ba47db19e3bf37fce9d.zip
mmc: sdhci-pci: Set MMC_CAP_CMD_DURING_TFR for Intel eMMC controllers
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>
Diffstat (limited to 'drivers/mmc/host/sdhci-pci-core.c')
-rw-r--r--drivers/mmc/host/sdhci-pci-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pci-core.c b/drivers/mmc/host/sdhci-pci-core.c
index 3833c5fb28da..72a1f1f5180a 100644
--- 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;