kernel: bump 5.4 to 5.4.137
[openwrt/openwrt.git] / target / linux / layerscape / patches-5.4 / 820-usb-0016-MLK-16735-usb-host-add-XHCI_CDNS_HOST-flag.patch
index 23e509470764f60d434a9dbdeef7959f165f945b..e866bef1dfda9f225eec10986f86437fdac811da 100644 (file)
@@ -32,11 +32,11 @@ Signed-off-by: Peter Chen <peter.chen@nxp.com>
        ret = xhci_handshake(&xhci->op_regs->command,
 --- a/drivers/usb/host/xhci.h
 +++ b/drivers/usb/host/xhci.h
-@@ -1873,6 +1873,7 @@ struct xhci_hcd {
+@@ -1874,6 +1874,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)
 +#define XHCI_CDNS_HOST                BIT_ULL(36)
-       unsigned int            num_active_eps;
-       unsigned int            limit_active_eps;
+ #define XHCI_SKIP_PHY_INIT    BIT_ULL(37)
+ #define XHCI_DISABLE_SPARSE   BIT_ULL(38)
+ #define XHCI_NO_SOFT_RETRY    BIT_ULL(40)