diff options
author | John Audia <therealgraysky@proton.me> | 2023-01-24 07:43:03 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-26 00:16:00 +0100 |
commit | 4e9365a654fe33c1c140253de752bdea67d83d03 (patch) | |
tree | 65c5cc9b08262ab01eec7632b37701933a1dae31 /target/linux/bcm53xx/patches-5.15 | |
parent | 8f47b87b0cc8178f73d280c98e571fe9f0ddfee8 (diff) | |
download | upstream-4e9365a654fe33c1c140253de752bdea67d83d03.tar.gz upstream-4e9365a654fe33c1c140253de752bdea67d83d03.tar.bz2 upstream-4e9365a654fe33c1c140253de752bdea67d83d03.zip |
kernel: bump 5.15 to 5.15.90
All patches automatically rebased.
Build system: x86_64
Build-tested: bcm2711/RPi4B, filogic/xiaomi_redmi-router-ax6000-ubootmod
Run-tested: bcm2711/RPi4B, filogic/xiaomi_redmi-router-ax6000-ubootmod
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/bcm53xx/patches-5.15')
-rw-r--r-- | target/linux/bcm53xx/patches-5.15/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.15/180-usb-xhci-add-support-for-performing-fake-doorbell.patch b/target/linux/bcm53xx/patches-5.15/180-usb-xhci-add-support-for-performing-fake-doorbell.patch index 69d70aefaf..81a9f0c0cb 100644 --- a/target/linux/bcm53xx/patches-5.15/180-usb-xhci-add-support-for-performing-fake-doorbell.patch +++ b/target/linux/bcm53xx/patches-5.15/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 -@@ -1905,6 +1905,7 @@ struct xhci_hcd { +@@ -1906,6 +1906,7 @@ struct xhci_hcd { #define XHCI_EP_CTX_BROKEN_DCS BIT_ULL(42) #define XHCI_SUSPEND_RESUME_CLKS BIT_ULL(43) #define XHCI_RESET_TO_DEFAULT BIT_ULL(44) |