diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-12-06 13:34:21 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-12-13 13:28:54 +0100 |
commit | 2213b20aeed157fd61519da22aa87fffb126743b (patch) | |
tree | aaff08c1474d3918abee4478178a320a0ca8a536 /target/linux/mediatek | |
parent | bcd7644007eba9caa1b0dd535acd6266b04fe8df (diff) | |
download | upstream-2213b20aeed157fd61519da22aa87fffb126743b.tar.gz upstream-2213b20aeed157fd61519da22aa87fffb126743b.tar.bz2 upstream-2213b20aeed157fd61519da22aa87fffb126743b.zip |
kernel: bump 4.14 to 4.14.86
Refreshed all patches.
Altered patches:
- 180-usb-xhci-add-support-for-performing-fake-doorbell.patch
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/0048-net-core-add-RPS-balancer.patch | 2 | ||||
-rw-r--r-- | target/linux/mediatek/patches-4.14/0191-usb-xhci-allow-imod-interval-to-be-configurable.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch b/target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch index 01589f224d..159742c16b 100644 --- a/target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch +++ b/target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch @@ -78,7 +78,7 @@ Signed-off-by: John Crispin <john@phrozen.org> if (cpu_online(tcpu)) { cpu = tcpu; goto done; -@@ -8834,6 +8886,9 @@ static int __init net_dev_init(void) +@@ -8838,6 +8890,9 @@ static int __init net_dev_init(void) sd->backlog.weight = weight_p; } 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 ded3916c5c..d28993ae38 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 -@@ -268,6 +268,9 @@ static int xhci_pci_setup(struct usb_hcd +@@ -273,6 +273,9 @@ static int xhci_pci_setup(struct usb_hcd if (!xhci->sbrn) pci_read_config_byte(pdev, XHCI_SBRN_OFFSET, &xhci->sbrn); |