diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-01-28 13:07:54 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-01-28 18:17:32 +0100 |
commit | f003d732d726758f11f0c308758637c434c37c1a (patch) | |
tree | 612a859c7107ce32e8112fcc687e7488a5747636 /target/linux/gemini/patches-4.19/0013-usb-host-fotg2-add-silicon-clock-handling.patch | |
parent | 880a4b334ebc0fc7668343e7feafffa6767d6b08 (diff) | |
download | upstream-f003d732d726758f11f0c308758637c434c37c1a.tar.gz upstream-f003d732d726758f11f0c308758637c434c37c1a.tar.bz2 upstream-f003d732d726758f11f0c308758637c434c37c1a.zip |
kernel: bump 4.19 to 4.19.18
Refreshed all patches.
Removed upstreamed:
- 031-v5.0-MIPS-BCM47XX-Setup-struct-device-for-the-SoC.patch
- 142-jffs2-Fix-use-of-uninitialized-delayed_work-lockdep-.patch
Removed upstreamed hunk in:
- 800-bcma-get-SoC-device-struct-copy-its-DMA-params-to-th.patch
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/gemini/patches-4.19/0013-usb-host-fotg2-add-silicon-clock-handling.patch')
-rw-r--r-- | target/linux/gemini/patches-4.19/0013-usb-host-fotg2-add-silicon-clock-handling.patch | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/target/linux/gemini/patches-4.19/0013-usb-host-fotg2-add-silicon-clock-handling.patch b/target/linux/gemini/patches-4.19/0013-usb-host-fotg2-add-silicon-clock-handling.patch index 041717c299..b28454e6f1 100644 --- a/target/linux/gemini/patches-4.19/0013-usb-host-fotg2-add-silicon-clock-handling.patch +++ b/target/linux/gemini/patches-4.19/0013-usb-host-fotg2-add-silicon-clock-handling.patch @@ -26,8 +26,6 @@ ChangeLog v1->v2: drivers/usb/host/fotg210.h | 3 +++ 2 files changed, 32 insertions(+), 4 deletions(-) -diff --git a/drivers/usb/host/fotg210-hcd.c b/drivers/usb/host/fotg210-hcd.c -index e64eb47770c8..058ff82ea789 100644 --- a/drivers/usb/host/fotg210-hcd.c +++ b/drivers/usb/host/fotg210-hcd.c @@ -31,6 +31,7 @@ @@ -38,7 +36,7 @@ index e64eb47770c8..058ff82ea789 100644 #include <asm/byteorder.h> #include <asm/irq.h> -@@ -5596,7 +5597,7 @@ static int fotg210_hcd_probe(struct platform_device *pdev) +@@ -5596,7 +5597,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); @@ -47,7 +45,7 @@ index e64eb47770c8..058ff82ea789 100644 } hcd->rsrc_start = res->start; -@@ -5606,22 +5607,42 @@ static int fotg210_hcd_probe(struct platform_device *pdev) +@@ -5606,22 +5607,42 @@ static int fotg210_hcd_probe(struct plat fotg210->caps = hcd->regs; @@ -93,7 +91,7 @@ index e64eb47770c8..058ff82ea789 100644 usb_put_hcd(hcd); fail_create_hcd: dev_err(dev, "init %s fail, %d\n", dev_name(dev), retval); -@@ -5637,6 +5658,10 @@ static int fotg210_hcd_remove(struct platform_device *pdev) +@@ -5637,6 +5658,10 @@ static int fotg210_hcd_remove(struct pla { struct device *dev = &pdev->dev; struct usb_hcd *hcd = dev_get_drvdata(dev); @@ -104,11 +102,9 @@ index e64eb47770c8..058ff82ea789 100644 if (!hcd) return 0; -diff --git a/drivers/usb/host/fotg210.h b/drivers/usb/host/fotg210.h -index 7fcd785c7bc8..28f6467c0cbf 100644 --- a/drivers/usb/host/fotg210.h +++ b/drivers/usb/host/fotg210.h -@@ -182,6 +182,9 @@ struct fotg210_hcd { /* one per controller */ +@@ -182,6 +182,9 @@ struct fotg210_hcd { /* one per contro # define COUNT(x) #endif @@ -118,6 +114,3 @@ index 7fcd785c7bc8..28f6467c0cbf 100644 /* debug files */ struct dentry *debug_dir; }; --- -2.19.2 - |