diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-15 11:24:04 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-15 16:54:30 +0200 |
commit | 9ac7eb4a86ec70666393c7cc366cdd3bade57aa3 (patch) | |
tree | 3518832a897edd4f67019e16fe7bc29db86c9641 /target/linux/mediatek | |
parent | 235148b077cb171a762e7aa66a7258c782f47104 (diff) | |
download | upstream-9ac7eb4a86ec70666393c7cc366cdd3bade57aa3.tar.gz upstream-9ac7eb4a86ec70666393c7cc366cdd3bade57aa3.tar.bz2 upstream-9ac7eb4a86ec70666393c7cc366cdd3bade57aa3.zip |
kernel: bump 4.14 to 4.14.76
Refreshed all patches.
Compile-tested on: cns3xxx, imx6
Runtime-tested on: cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/mediatek')
-rw-r--r-- | target/linux/mediatek/patches-4.14/0191-usb-xhci-allow-imod-interval-to-be-configurable.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/patches-4.14/0191-usb-xhci-allow-imod-interval-to-be-configurable.patch b/target/linux/mediatek/patches-4.14/0191-usb-xhci-allow-imod-interval-to-be-configurable.patch index 5230487739..ded3916c5c 100644 --- a/target/linux/mediatek/patches-4.14/0191-usb-xhci-allow-imod-interval-to-be-configurable.patch +++ b/target/linux/mediatek/patches-4.14/0191-usb-xhci-allow-imod-interval-to-be-configurable.patch @@ -86,7 +86,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> if (!xhci->shared_hcd) { --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c -@@ -266,6 +266,9 @@ static int xhci_pci_setup(struct usb_hcd +@@ -268,6 +268,9 @@ static int xhci_pci_setup(struct usb_hcd if (!xhci->sbrn) pci_read_config_byte(pdev, XHCI_SBRN_OFFSET, &xhci->sbrn); |