diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-09-09 12:42:26 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-09-11 09:57:28 +0200 |
commit | 2cd89cf0d7d00469aa79f626530869f6e3ee33d4 (patch) | |
tree | c52f4241bb56e6007bb6c0621ddd6a5eb41d8d15 /target/linux/gemini/patches-4.14/0029-usb-host-fotg2-add-silicon-clock-handling.patch | |
parent | e8c5e6177d39c7db7eb90534edc5b259628aca98 (diff) | |
download | upstream-2cd89cf0d7d00469aa79f626530869f6e3ee33d4.tar.gz upstream-2cd89cf0d7d00469aa79f626530869f6e3ee33d4.tar.bz2 upstream-2cd89cf0d7d00469aa79f626530869f6e3ee33d4.zip |
kernel: bump 4.14 to 4.4.142
Refreshed all patches.
Remove upstreamed:
- 0032-usb-host-fotg2-restart-hcd-after-port-reset.patch
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/gemini/patches-4.14/0029-usb-host-fotg2-add-silicon-clock-handling.patch')
-rw-r--r-- | target/linux/gemini/patches-4.14/0029-usb-host-fotg2-add-silicon-clock-handling.patch | 6 |
1 files changed, 3 insertions, 3 deletions
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 4a1faf938e..5ecd9297e5 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> -@@ -5635,7 +5636,7 @@ static int fotg210_hcd_probe(struct plat +@@ -5639,7 +5640,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; -@@ -5645,22 +5646,35 @@ static int fotg210_hcd_probe(struct plat +@@ -5649,22 +5650,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); -@@ -5676,6 +5690,10 @@ static int fotg210_hcd_remove(struct pla +@@ -5680,6 +5694,10 @@ static int fotg210_hcd_remove(struct pla { struct device *dev = &pdev->dev; struct usb_hcd *hcd = dev_get_drvdata(dev); |