diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-10-02 13:38:04 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-10-02 16:11:47 +0200 |
commit | 93a48cb1a0f8b34fa1a3c60de4f2f5ead7165847 (patch) | |
tree | 7bfa85f74d4056464b74dfd0354a33b3c0619ad5 /target/linux/gemini/patches-4.14 | |
parent | 123d12eada9a8d63e790af372f30359415812228 (diff) | |
download | upstream-93a48cb1a0f8b34fa1a3c60de4f2f5ead7165847.tar.gz upstream-93a48cb1a0f8b34fa1a3c60de4f2f5ead7165847.tar.bz2 upstream-93a48cb1a0f8b34fa1a3c60de4f2f5ead7165847.zip |
kernel: bump 4.14 to 4.14.248
All updated automatically.
Compile-tested on: lantiq/xrx200, armvirt/64
Runtime-tested on: lantiq/xrx200, armvirt/64
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/gemini/patches-4.14')
3 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/gemini/patches-4.14/0028-usb-host-fotg2-add-device-tree-probing.patch b/target/linux/gemini/patches-4.14/0028-usb-host-fotg2-add-device-tree-probing.patch index 01a704830f..98a6488a24 100644 --- a/target/linux/gemini/patches-4.14/0028-usb-host-fotg2-add-device-tree-probing.patch +++ b/target/linux/gemini/patches-4.14/0028-usb-host-fotg2-add-device-tree-probing.patch @@ -24,7 +24,7 @@ ChangeLog v2->v3: #include <linux/device.h> #include <linux/dmapool.h> #include <linux/kernel.h> -@@ -5604,6 +5605,15 @@ static int fotg210_hcd_probe(struct plat +@@ -5601,6 +5602,15 @@ static int fotg210_hcd_probe(struct plat if (usb_disabled()) return -ENODEV; @@ -40,7 +40,7 @@ ChangeLog v2->v3: pdev->dev.power.power_state = PMSG_ON; res = platform_get_resource(pdev, IORESOURCE_IRQ, 0); -@@ -5680,9 +5690,18 @@ static int fotg210_hcd_remove(struct pla +@@ -5677,9 +5687,18 @@ static int fotg210_hcd_remove(struct pla return 0; } diff --git a/target/linux/gemini/patches-4.14/0029-usb-host-fotg2-add-silicon-clock-handling.patch b/target/linux/gemini/patches-4.14/0029-usb-host-fotg2-add-silicon-clock-handling.patch index 5ecd9297e5..6a45ace14b 100644 --- a/target/linux/gemini/patches-4.14/0029-usb-host-fotg2-add-silicon-clock-handling.patch +++ b/target/linux/gemini/patches-4.14/0029-usb-host-fotg2-add-silicon-clock-handling.patch @@ -26,7 +26,7 @@ Signed-off-by: Linus Walleij <linus.walleij@linaro.org> #include <asm/byteorder.h> #include <asm/irq.h> -@@ -5639,7 +5640,7 @@ static int fotg210_hcd_probe(struct plat +@@ -5636,7 +5637,7 @@ static int fotg210_hcd_probe(struct plat hcd->regs = devm_ioremap_resource(&pdev->dev, res); if (IS_ERR(hcd->regs)) { retval = PTR_ERR(hcd->regs); @@ -35,7 +35,7 @@ Signed-off-by: Linus Walleij <linus.walleij@linaro.org> } hcd->rsrc_start = res->start; -@@ -5649,22 +5650,35 @@ static int fotg210_hcd_probe(struct plat +@@ -5646,22 +5647,35 @@ static int fotg210_hcd_probe(struct plat fotg210->caps = hcd->regs; @@ -74,7 +74,7 @@ Signed-off-by: Linus Walleij <linus.walleij@linaro.org> usb_put_hcd(hcd); fail_create_hcd: dev_err(dev, "init %s fail, %d\n", dev_name(dev), retval); -@@ -5680,6 +5694,10 @@ static int fotg210_hcd_remove(struct pla +@@ -5677,6 +5691,10 @@ static int fotg210_hcd_remove(struct pla { struct device *dev = &pdev->dev; struct usb_hcd *hcd = dev_get_drvdata(dev); diff --git a/target/linux/gemini/patches-4.14/0030-usb-host-fotg2-add-Gemini-specific-handling.patch b/target/linux/gemini/patches-4.14/0030-usb-host-fotg2-add-Gemini-specific-handling.patch index 0125e816d6..4b01536722 100644 --- a/target/linux/gemini/patches-4.14/0030-usb-host-fotg2-add-Gemini-specific-handling.patch +++ b/target/linux/gemini/patches-4.14/0030-usb-host-fotg2-add-Gemini-specific-handling.patch @@ -43,7 +43,7 @@ Signed-off-by: Linus Walleij <linus.walleij@linaro.org> #include <asm/byteorder.h> #include <asm/irq.h> -@@ -5587,6 +5591,72 @@ static void fotg210_init(struct fotg210_ +@@ -5584,6 +5588,72 @@ static void fotg210_init(struct fotg210_ iowrite32(value, &fotg210->regs->otgcsr); } @@ -116,7 +116,7 @@ Signed-off-by: Linus Walleij <linus.walleij@linaro.org> /** * fotg210_hcd_probe - initialize faraday FOTG210 HCDs * -@@ -5666,6 +5736,12 @@ static int fotg210_hcd_probe(struct plat +@@ -5663,6 +5733,12 @@ static int fotg210_hcd_probe(struct plat fotg210_init(fotg210); |