From 794771afde99814b00485f335553d7203874eaea Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Mon, 3 Jun 2019 13:40:15 +0200 Subject: kernel: bump 4.14 to 4.14.123 Refreshed all patches. Compile-tested on: ar71xx, cns3xxx, imx6, x86_64 Runtime-tested on: ar71xx, cns3xxx, imx6 Signed-off-by: Koen Vandeputte --- .../linux/layerscape/patches-4.14/819-sdhc-support-layerscape.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/layerscape/patches-4.14/819-sdhc-support-layerscape.patch') diff --git a/target/linux/layerscape/patches-4.14/819-sdhc-support-layerscape.patch b/target/linux/layerscape/patches-4.14/819-sdhc-support-layerscape.patch index ed72f31e4a..f5fc0545be 100644 --- a/target/linux/layerscape/patches-4.14/819-sdhc-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.14/819-sdhc-support-layerscape.patch @@ -112,7 +112,7 @@ Signed-off-by: Biwen Li temp = sdhci_readl(host, ESDHC_SYSTEM_CONTROL); temp &= ~(ESDHC_CLOCK_SDCLKEN | ESDHC_CLOCK_IPGEN | ESDHC_CLOCK_HCKEN | -@@ -797,6 +830,7 @@ static struct soc_device_attribute soc_i +@@ -800,6 +833,7 @@ static struct soc_device_attribute soc_i static void esdhc_init(struct platform_device *pdev, struct sdhci_host *host) { @@ -120,7 +120,7 @@ Signed-off-by: Biwen Li struct sdhci_pltfm_host *pltfm_host; struct sdhci_esdhc *esdhc; struct device_node *np; -@@ -816,6 +850,9 @@ static void esdhc_init(struct platform_d +@@ -819,6 +853,9 @@ static void esdhc_init(struct platform_d else esdhc->quirk_incorrect_hostver = false; @@ -130,7 +130,7 @@ Signed-off-by: Biwen Li np = pdev->dev.of_node; clk = of_clk_get(np, 0); if (!IS_ERR(clk)) { -@@ -915,14 +952,6 @@ static int sdhci_esdhc_probe(struct plat +@@ -923,14 +960,6 @@ static int sdhci_esdhc_probe(struct plat return ret; } -- cgit v1.2.3