diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-08-30 12:47:44 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-08-30 13:07:40 +0200 |
commit | f712db9df6320b296849378030a66372255ffca2 (patch) | |
tree | cc259f54ec6ca0973f17478cb7fcdca8268e730f /target/linux/mediatek | |
parent | 55840040dfcce33ca6a00da53f0345bd7e227cff (diff) | |
download | upstream-f712db9df6320b296849378030a66372255ffca2.tar.gz upstream-f712db9df6320b296849378030a66372255ffca2.tar.bz2 upstream-f712db9df6320b296849378030a66372255ffca2.zip |
kernel: bump kernel 4.4 to version 4.4.153
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/mediatek')
-rw-r--r-- | target/linux/mediatek/patches-4.4/0019-xhci-mediatek-support-MTK-xHCI-host-controller.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mediatek/patches-4.4/0019-xhci-mediatek-support-MTK-xHCI-host-controller.patch b/target/linux/mediatek/patches-4.4/0019-xhci-mediatek-support-MTK-xHCI-host-controller.patch index 31092b8488..cb91b13265 100644 --- a/target/linux/mediatek/patches-4.4/0019-xhci-mediatek-support-MTK-xHCI-host-controller.patch +++ b/target/linux/mediatek/patches-4.4/0019-xhci-mediatek-support-MTK-xHCI-host-controller.patch @@ -1487,7 +1487,7 @@ Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> writel(temp, &xhci->ir_set->irq_control); /* Set the HCD state before we enable the irqs */ -@@ -1725,6 +1730,9 @@ int xhci_drop_endpoint(struct usb_hcd *h +@@ -1730,6 +1735,9 @@ int xhci_drop_endpoint(struct usb_hcd *h xhci_endpoint_zero(xhci, xhci->devs[udev->slot_id], ep); @@ -1497,7 +1497,7 @@ Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> xhci_dbg(xhci, "drop ep 0x%x, slot id %d, new drop flags = %#x, new add flags = %#x\n", (unsigned int) ep->desc.bEndpointAddress, udev->slot_id, -@@ -1820,6 +1828,15 @@ int xhci_add_endpoint(struct usb_hcd *hc +@@ -1825,6 +1833,15 @@ int xhci_add_endpoint(struct usb_hcd *hc return -ENOMEM; } |