aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/patches-4.14/0028-usb-host-fotg2-add-device-tree-probing.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-09-09 13:24:19 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-09-11 09:47:49 +0200
commit6999c7e28e3a6c7a4b0ce59417a712cef7eb459c (patch)
tree31a9fe3ff932e5af2ae037eed18c19ddf0a2c2c4 /target/linux/gemini/patches-4.14/0028-usb-host-fotg2-add-device-tree-probing.patch
parent3b6b66529ff0e9c7dba6fd28972beda99b07b29e (diff)
downloadupstream-6999c7e28e3a6c7a4b0ce59417a712cef7eb459c.tar.gz
upstream-6999c7e28e3a6c7a4b0ce59417a712cef7eb459c.tar.bz2
upstream-6999c7e28e3a6c7a4b0ce59417a712cef7eb459c.zip
kernel: bump 4.14 to 4.14.142
Refreshed all patches. Remove upstreamed: - 0032-usb-host-fotg2-restart-hcd-after-port-reset.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.14/0028-usb-host-fotg2-add-device-tree-probing.patch')
-rw-r--r--target/linux/gemini/patches-4.14/0028-usb-host-fotg2-add-device-tree-probing.patch4
1 files changed, 2 insertions, 2 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 862cb64909..01a704830f 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>
-@@ -5600,6 +5601,15 @@ static int fotg210_hcd_probe(struct plat
+@@ -5604,6 +5605,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);
-@@ -5676,9 +5686,18 @@ static int fotg210_hcd_remove(struct pla
+@@ -5680,9 +5690,18 @@ static int fotg210_hcd_remove(struct pla
return 0;
}