From 900d532d765238773b29314e48935855157642a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 3 Feb 2016 00:52:11 -0300 Subject: linux-libre-pck-4.4.1_gnu.pck1-1: updating version * fix debug output - FS#47849 -> https://bugs.archlinux.org/task/47849 * fix FS#47757 -> https://bugs.archlinux.org/task/47757 --- .../linux-libre-pck/0001-sdhci-revert.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 libre-testing/linux-libre-pck/0001-sdhci-revert.patch (limited to 'libre-testing/linux-libre-pck/0001-sdhci-revert.patch') diff --git a/libre-testing/linux-libre-pck/0001-sdhci-revert.patch b/libre-testing/linux-libre-pck/0001-sdhci-revert.patch deleted file mode 100644 index 5d4afd644..000000000 --- a/libre-testing/linux-libre-pck/0001-sdhci-revert.patch +++ /dev/null @@ -1,25 +0,0 @@ -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) -- cgit v1.2.3-2-g168b