> > >>> > > >>> unsigned int num_active_eps; > > >>> unsigned int limit_active_eps; > > >>> > > >> > > >> Is the XHCI_CDNS_HOST quirk bit set in some other patchseries? > > >> > > > > > > Currently, no, only at the function of xhci_reset in this commit. > > > > I can only see it being checked, not set. Am I missing something? > > > > -Mathias > > > > Oh, there is a missing patch for cdns3 host change, the code is located at > drivers/usb/cdns3/host.c. I will merge them together, and send v2. > Mathias, adding XHCI_CDNS_HOST quirk at cdns3 part depends on some reviewing patches [1], these patches add the struct xhci_plat_priv with other quirks first. Would you help queue these cdns3 host patches after reviewing? Or what's the suggestion to handle this dependency? Thanks. [1] https://patchwork.kernel.org/project/linux-usb/patch/20201022013930.2166-1-peter.chen@xxxxxxx/ Peter