diff options
author | John Audia <graysky@archlinux.us> | 2021-09-13 08:26:19 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-09-13 17:08:17 +0200 |
commit | a88b32bf6e870baae95eeb129483c3ee1447205e (patch) | |
tree | 1e9d74d10481f89cace0f773fd5847b7999ae720 /target/linux/bcm53xx/patches-5.4 | |
parent | 51c7e1d25f6a4bc1f4906db508ab8a93a7bcaf4a (diff) | |
download | upstream-a88b32bf6e870baae95eeb129483c3ee1447205e.tar.gz upstream-a88b32bf6e870baae95eeb129483c3ee1447205e.tar.bz2 upstream-a88b32bf6e870baae95eeb129483c3ee1447205e.zip |
kernel: bump 5.4 to 5.4.145
Removed upstreamed:
generic-backport/040-ARM-8918-2-only-build-return_address-if-needed.patch
All other patches automatically rebased.
Build system: x86_64
Build-tested: ipq806x/R7800
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'target/linux/bcm53xx/patches-5.4')
-rw-r--r-- | target/linux/bcm53xx/patches-5.4/180-usb-xhci-add-support-for-performing-fake-doorbell.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-5.4/180-usb-xhci-add-support-for-performing-fake-doorbell.patch b/target/linux/bcm53xx/patches-5.4/180-usb-xhci-add-support-for-performing-fake-doorbell.patch index 72ea0cbd3b..5469beb53f 100644 --- a/target/linux/bcm53xx/patches-5.4/180-usb-xhci-add-support-for-performing-fake-doorbell.patch +++ b/target/linux/bcm53xx/patches-5.4/180-usb-xhci-add-support-for-performing-fake-doorbell.patch @@ -127,7 +127,7 @@ it on BCM4708 family. /* --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h -@@ -1874,6 +1874,7 @@ struct xhci_hcd { +@@ -1877,6 +1877,7 @@ struct xhci_hcd { #define XHCI_DEFAULT_PM_RUNTIME_ALLOW BIT_ULL(33) #define XHCI_RESET_PLL_ON_DISCONNECT BIT_ULL(34) #define XHCI_SNPS_BROKEN_SUSPEND BIT_ULL(35) |