On Wed, Aug 21, 2024 at 06:16:18PM -0300, Fabio Estevam wrote: > Hi Frank, > > On Wed, Aug 21, 2024 at 1:19 PM Frank Li <Frank.Li@xxxxxxx> wrote: > > > > Parse software managed property 'xhci-skip-phy-init-quirk' and > > 'xhci-skip-phy-init-quirk' to apply related quirk. It allows usb glue layer > > driver apply these quirk. > > Please explain the reason in the commit log. XHCI_MISSING_CAS and XHCI_SKIP_PHY_INIT is already defined at drivers/usb/host/xhci.h This patch just add software manage dt property map to these exist quirk. > > What does it fix? Why do we need these quirks? Or what does it improve? This one just add map dt property to driver existed quirk, not fix anything in this patch.