kernel: bump 5.4 to 5.4.106
[openwrt/staging/zorun.git] / target / linux / bcm27xx / patches-5.4 / 950-0993-xhci-quirks-add-link-TRB-quirk-for-VL805.patch
index 3c89f1348fed6c37bfa3662fb1fe3ee33897cdc6..12804bae7565cff1e680e5be00df4325d70138a9 100644 (file)
@@ -22,7 +22,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
 
 --- a/drivers/usb/host/xhci-pci.c
 +++ b/drivers/usb/host/xhci-pci.c
-@@ -258,6 +258,7 @@ static void xhci_pci_quirks(struct devic
+@@ -259,6 +259,7 @@ static void xhci_pci_quirks(struct devic
                        pdev->device == 0x3483) {
                xhci->quirks |= XHCI_LPM_SUPPORT;
                xhci->quirks |= XHCI_EP_CTX_BROKEN_DCS;
@@ -56,6 +56,6 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
  #define XHCI_SKIP_PHY_INIT    BIT_ULL(37)
  #define XHCI_DISABLE_SPARSE   BIT_ULL(38)
 +#define XHCI_AVOID_DQ_ON_LINK BIT_ULL(39)
+ #define XHCI_NO_SOFT_RETRY    BIT_ULL(40)
  
        unsigned int            num_active_eps;
-       unsigned int            limit_active_eps;