Re: [PATCH v3] usb: xHCI: add XHCI_RESET_ON_RESUME quirk for Phytium xHCI host

From: Greg KH
Date: Fri Aug 30 2024 - 01:24:04 EST


On Fri, Aug 30, 2024 at 12:35:09PM +0800, WangYuli wrote:
> The resume operation of Phytium Px210 xHCI host would failed
> to restore state. Use the XHCI_RESET_ON_RESUME quirk to skip
> it and reset the controller after resume.
>
> Changlog:
> *v1 -> v2: Move the PCI_VENDOR_ID_PHYTIUM form pci_ids.h to xhci-pci.c
> v2 -> v3: Change "||" to "&&", that was a mistake.

As per the documentation, the changelog goes below the --- line.

Please fix up and send a v4.

thanks,

greg k-h