diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-03-09 11:49:17 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-03-09 20:44:27 +0100 |
commit | 06f5a8d3e9667ff0bfee66df5f37f40991dbe326 (patch) | |
tree | 0a21895a8f8808f320a09ce95157e626796a9f62 /target/linux/mediatek | |
parent | e7f1313bbbf44e529e5de40045b191e026af6b7b (diff) | |
download | upstream-06f5a8d3e9667ff0bfee66df5f37f40991dbe326.tar.gz upstream-06f5a8d3e9667ff0bfee66df5f37f40991dbe326.tar.bz2 upstream-06f5a8d3e9667ff0bfee66df5f37f40991dbe326.zip |
kernel: bump 4.14 to 4.14.172
Refreshed all patches.
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: cns3xxx
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 d3cb19150d..0f79fa4fd1 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 -@@ -277,6 +277,9 @@ static int xhci_pci_setup(struct usb_hcd +@@ -279,6 +279,9 @@ static int xhci_pci_setup(struct usb_hcd if (!xhci->sbrn) pci_read_config_byte(pdev, XHCI_SBRN_OFFSET, &xhci->sbrn); |