diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-11 14:06:37 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-12 16:04:25 +0200 |
commit | 40b1e899ba120fcd1a8734d33e980669fd1cc67f (patch) | |
tree | c14693aa7616a531935e59ef0ae4d3407047ce19 /target/linux/layerscape | |
parent | 5dbac474269cb5720c9942772fd1983bf62249e0 (diff) | |
download | upstream-40b1e899ba120fcd1a8734d33e980669fd1cc67f.tar.gz upstream-40b1e899ba120fcd1a8734d33e980669fd1cc67f.tar.bz2 upstream-40b1e899ba120fcd1a8734d33e980669fd1cc67f.zip |
kernel: bump 4.9 to 4.9.181
Refreshed all patches.
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/layerscape')
-rw-r--r-- | target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch | 6 |
1 files changed, 3 insertions, 3 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 953f02de6c..06d2c9653c 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 @@ -1439,7 +1439,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c -@@ -1855,14 +1855,17 @@ static int finish_td(struct xhci_hcd *xh +@@ -1859,14 +1859,17 @@ static int finish_td(struct xhci_hcd *xh union xhci_trb *event_trb, struct xhci_transfer_event *event, struct xhci_virt_ep *ep, int *status, bool skip) { @@ -1457,7 +1457,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> u32 trb_comp_code; slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); -@@ -1888,13 +1891,29 @@ static int finish_td(struct xhci_hcd *xh +@@ -1892,13 +1895,29 @@ static int finish_td(struct xhci_hcd *xh if (trb_comp_code == COMP_STALL || xhci_requires_manual_halt_cleanup(xhci, ep_ctx, trb_comp_code)) { @@ -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 -@@ -1609,14 +1609,38 @@ int xhci_urb_dequeue(struct usb_hcd *hcd +@@ -1607,14 +1607,38 @@ int xhci_urb_dequeue(struct usb_hcd *hcd ret = -ENOMEM; goto done; } |