summarylogtreecommitdiffstats
path: root/0004-sdhci-revert.patch
diff options
context:
space:
mode:
authorsirlucjan2016-02-02 20:18:57 +0100
committersirlucjan2016-02-02 20:18:57 +0100
commit0a0f9be9b9701b61a7ecbc3804f73b87450aef42 (patch)
tree201593d7bc863e36f87cd3669bab865364506b85 /0004-sdhci-revert.patch
parentf67cc0c5cc6b7ec6a84ee590007f1bc4d1e2c67a (diff)
downloadaur-0a0f9be9b9701b61a7ecbc3804f73b87450aef42.tar.gz
Bump to 4.4.1
Diffstat (limited to '0004-sdhci-revert.patch')
-rw-r--r--0004-sdhci-revert.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0004-sdhci-revert.patch b/0004-sdhci-revert.patch
new file mode 100644
index 000000000000..5d4afd644617
--- /dev/null
+++ b/0004-sdhci-revert.patch
@@ -0,0 +1,25 @@
+index 2cadf08..b48565e 100644
+--- a/drivers/mmc/host/sdhci.c
++++ b/drivers/mmc/host/sdhci.c
+@@ -1895,9 +1895,9 @@ static int sdhci_execute_tuning(struct mmc_host *mmc, u32 opcode)
+ tuning_count = host->tuning_count;
+
+ /*
+- * The Host Controller needs tuning only in case of SDR104 mode
+- * and for SDR50 mode when Use Tuning for SDR50 is set in the
+- * Capabilities register.
++ * The Host Controller needs tuning in case of SDR104 and DDR50
++ * mode, and for SDR50 mode when Use Tuning for SDR50 is set in
++ * the Capabilities register.
+ * If the Host Controller supports the HS200 mode then the
+ * tuning function has to be executed.
+ */
+@@ -1917,6 +1917,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:
+generated by cgit v0.11.2 at 2016-01-01 22:11:38 (GMT)