summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-xen/0001-sdhci-revert.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-04 22:56:21 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-04 22:56:21 -0300
commit94fb9fe08abd52c346407e7194e8e54e099988cb (patch)
tree76fafa9dbb83612421531575c9116e849ed2be65 /kernels/linux-libre-xen/0001-sdhci-revert.patch
parentddb2e5d1ce26ebe652f96202b96c514b54faf9fd (diff)
linux-libre-{pae,xen}-4.4.1_gnu-1: updating version
* disable CONFIG_X86_VERBOSE_BOOTUP - FS#47402 -> https://bugs.archlinux.org/task/47402 * enable CONFIG_VGACON_SOFT_SCROLLBACK - FS#47442 -> https://bugs.archlinux.org/task/47442 * unsetting CONFIG_ACPI_REV_OVERRIDE_POSSIBLE - FS#47710 -> https://bugs.archlinux.org/task/47710 * fix sdhci broken on some boards - FS#47778 -> https://bugs.archlinux.org/task/47778 * fix kernel panics on platform modules - FS#47805 -> https://bugs.archlinux.org/task/47805 * fix debug output - FS#47849 -> https://bugs.archlinux.org/task/47849 * fix FS#47757 -> https://bugs.archlinux.org/task/47757
Diffstat (limited to 'kernels/linux-libre-xen/0001-sdhci-revert.patch')
-rw-r--r--kernels/linux-libre-xen/0001-sdhci-revert.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/kernels/linux-libre-xen/0001-sdhci-revert.patch b/kernels/linux-libre-xen/0001-sdhci-revert.patch
new file mode 100644
index 000000000..5d4afd644
--- /dev/null
+++ b/kernels/linux-libre-xen/0001-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)