kernel: bump 5.15 to 5.15.90
[openwrt/staging/dedeckeh.git] / target / linux / bcm27xx / patches-5.15 / 950-0606-usb-xhci-add-VLI_TRB_CACHE_BUG-quirk.patch
index f3bb6384c65d0572e645e8ec55c16820825b3ed0..b27f505e32966c3c96dc5a2ec4198c77ceebd1f6 100644 (file)
@@ -53,7 +53,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
                        cycle_state, type, max_packet, flags);
 --- a/drivers/usb/host/xhci-pci.c
 +++ b/drivers/usb/host/xhci-pci.c
-@@ -294,6 +294,7 @@ static void xhci_pci_quirks(struct devic
+@@ -297,6 +297,7 @@ static void xhci_pci_quirks(struct devic
                xhci->quirks |= XHCI_LPM_SUPPORT;
                xhci->quirks |= XHCI_EP_CTX_BROKEN_DCS;
                xhci->quirks |= XHCI_AVOID_DQ_ON_LINK;
@@ -63,7 +63,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
        if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA &&
 --- a/drivers/usb/host/xhci.h
 +++ b/drivers/usb/host/xhci.h
-@@ -1907,6 +1907,7 @@ struct xhci_hcd {
+@@ -1908,6 +1908,7 @@ struct xhci_hcd {
  #define XHCI_SUSPEND_RESUME_CLKS      BIT_ULL(43)
  #define XHCI_RESET_TO_DEFAULT BIT_ULL(44)
  #define XHCI_AVOID_DQ_ON_LINK BIT_ULL(45)