kernel: bump 5.4 to 5.4.75
[openwrt/staging/mkresin.git] / target / linux / bcm27xx / patches-5.4 / 950-0267-xhci-add-quirk-for-host-controllers-that-don-t-updat.patch
index 83c86f61683277ec43ddb44869b33cf128a6e5d3..45a03fd81a3a658f75ebdf42e3711db8debc5a5c 100644 (file)
@@ -23,7 +23,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org>
 
 --- a/drivers/usb/host/xhci-pci.c
 +++ b/drivers/usb/host/xhci-pci.c
-@@ -248,8 +248,10 @@ static void xhci_pci_quirks(struct devic
+@@ -253,8 +253,10 @@ static void xhci_pci_quirks(struct devic
                xhci->quirks |= XHCI_BROKEN_STREAMS;
  
        if (pdev->vendor == PCI_VENDOR_ID_VIA &&
@@ -85,6 +85,6 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org>
  #define XHCI_RESET_PLL_ON_DISCONNECT  BIT_ULL(34)
  #define XHCI_SNPS_BROKEN_SUSPEND    BIT_ULL(35)
 +#define XHCI_EP_CTX_BROKEN_DCS        BIT_ULL(36)
+ #define XHCI_DISABLE_SPARSE   BIT_ULL(38)
  
        unsigned int            num_active_eps;
-       unsigned int            limit_active_eps;