diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-02-01 10:35:34 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-02-02 11:52:31 +0100 |
commit | 312c05611b228d6d336364a2e10a53bb95e274ee (patch) | |
tree | 89003f960c720addc7050beb289820a87eb2a69a /target/linux/brcm63xx | |
parent | 3100649458387f844aa447bdb3bbac3e4d7e32da (diff) | |
download | upstream-312c05611b228d6d336364a2e10a53bb95e274ee.tar.gz upstream-312c05611b228d6d336364a2e10a53bb95e274ee.tar.bz2 upstream-312c05611b228d6d336364a2e10a53bb95e274ee.zip |
kernel: bump 4.14 to 4.14.218
Refreshed all patches.
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/patches-4.14/206-USB-EHCI-allow-limiting-ports-for-ehci-platform.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-4.14/206-USB-EHCI-allow-limiting-ports-for-ehci-platform.patch b/target/linux/brcm63xx/patches-4.14/206-USB-EHCI-allow-limiting-ports-for-ehci-platform.patch index 3d5eda6637..5c83ea2028 100644 --- a/target/linux/brcm63xx/patches-4.14/206-USB-EHCI-allow-limiting-ports-for-ehci-platform.patch +++ b/target/linux/brcm63xx/patches-4.14/206-USB-EHCI-allow-limiting-ports-for-ehci-platform.patch @@ -21,7 +21,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c -@@ -679,6 +679,10 @@ int ehci_setup(struct usb_hcd *hcd) +@@ -691,6 +691,10 @@ int ehci_setup(struct usb_hcd *hcd) /* cache this readonly data; minimize chip reads */ ehci->hcs_params = ehci_readl(ehci, &ehci->caps->hcs_params); |