aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-10-28 14:24:03 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-10-30 11:21:46 +0100
commit51431de30dde7fd046eb3d4d3cf0beaa9db35e58 (patch)
tree78c43f3fb66b4da4077b513cd29b8bad934d6e00 /target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch
parent0880275d5ee36b006a0501dc9eb9f4d5c953dcb5 (diff)
downloadupstream-51431de30dde7fd046eb3d4d3cf0beaa9db35e58.tar.gz
upstream-51431de30dde7fd046eb3d4d3cf0beaa9db35e58.tar.bz2
upstream-51431de30dde7fd046eb3d4d3cf0beaa9db35e58.zip
kernel: bump 4.9 to 4.9.197
Refreshed all patches. Altered patches: - 804-crypto-support-layerscape.patch Compile-tested on: ar71xx Runtime-tested on: ar71xx Compiling target layerscape before this patch shows that it's broken. Fixing it is out-of-scope for bumping the kernel and will be done in a later patch. The altered patch is a sample change which leaves the target exactly as it was before this bump. Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch')
-rw-r--r--target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch b/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch
index 2b9d3fefbe..c7ff28b8c0 100644
--- a/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch
+++ b/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch
@@ -1494,7 +1494,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
while (ep_ring->dequeue != td->last_trb)
--- a/drivers/usb/host/xhci.c
+++ b/drivers/usb/host/xhci.c
-@@ -1607,14 +1607,38 @@ int xhci_urb_dequeue(struct usb_hcd *hcd
+@@ -1619,14 +1619,38 @@ int xhci_urb_dequeue(struct usb_hcd *hcd
ret = -ENOMEM;
goto done;
}