Re: [PATCH v5 5/9] usb: xhci-pci: Add support for reset controllers

2020-06-29 Thread Florian Fainelli
On 6/29/2020 9:18 AM, Nicolas Saenz Julienne wrote: > Some atypical users of xhci-pci might need to manually reset their xHCI > controller before starting the HCD setup. Check if a reset controller > device is available to the PCI bus and trigger a reset. > > Signed-off-by: Nicolas Saenz

[PATCH v5 5/9] usb: xhci-pci: Add support for reset controllers

2020-06-29 Thread Nicolas Saenz Julienne
Some atypical users of xhci-pci might need to manually reset their xHCI controller before starting the HCD setup. Check if a reset controller device is available to the PCI bus and trigger a reset. Signed-off-by: Nicolas Saenz Julienne Acked-by: Mathias Nyman Reviewed-by: Philipp Zabel ---