diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-04-17 14:29:33 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-17 15:18:12 +0200 |
commit | 23916bca61435ee80236f6aef70a3f0acacd4a93 (patch) | |
tree | ab3dc6705b08a3946a57b33c7f9f4aa835534292 /target/linux/bcm27xx | |
parent | 0495324b9bd0b6a976ea731a1b4b77b26df32ee6 (diff) | |
download | upstream-23916bca61435ee80236f6aef70a3f0acacd4a93.tar.gz upstream-23916bca61435ee80236f6aef70a3f0acacd4a93.tar.bz2 upstream-23916bca61435ee80236f6aef70a3f0acacd4a93.zip |
kernel: bump 5.4 to 5.4.33
Refreshed patches, removed upstreamed patches:
oxnas: 001-irqchip-versatile-fpga-Handle-chained-IRQs-properly.patch
oxnas: 002-irqchip-versatile-fpga-Apply-clear-mask-earlier.patch
Run tested: qemu-x86-64, apalis
Build tested: x86/64, imx6, sunxi/a53
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/bcm27xx')
-rw-r--r-- | target/linux/bcm27xx/patches-5.4/950-0223-xhci-implement-xhci_fixup_endpoint-for-interval-adju.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm27xx/patches-5.4/950-0223-xhci-implement-xhci_fixup_endpoint-for-interval-adju.patch b/target/linux/bcm27xx/patches-5.4/950-0223-xhci-implement-xhci_fixup_endpoint-for-interval-adju.patch index cabf592121..70c5c09a2b 100644 --- a/target/linux/bcm27xx/patches-5.4/950-0223-xhci-implement-xhci_fixup_endpoint-for-interval-adju.patch +++ b/target/linux/bcm27xx/patches-5.4/950-0223-xhci-implement-xhci_fixup_endpoint-for-interval-adju.patch @@ -15,7 +15,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org> --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c -@@ -1450,6 +1450,103 @@ command_cleanup: +@@ -1452,6 +1452,103 @@ command_cleanup: } /* @@ -119,7 +119,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org> * non-error returns are a promise to giveback() the urb later * we drop ownership so next owner (or urb unlink) can get it */ -@@ -5325,6 +5422,7 @@ static const struct hc_driver xhci_hc_dr +@@ -5327,6 +5424,7 @@ static const struct hc_driver xhci_hc_dr .endpoint_reset = xhci_endpoint_reset, .check_bandwidth = xhci_check_bandwidth, .reset_bandwidth = xhci_reset_bandwidth, |