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

2020-06-09 Thread Nicolas Saenz Julienne
On Tue, 2020-06-09 at 13:59 +0200, Philipp Zabel wrote: > Hi Nicolas, > > > > On Tue, 2020-06-09 at 13:18 +0200, Nicolas Saenz Julienne wrote: > > > Hi Florian, thanks for the reviews! > > On Mon, 2020-06-08 at 12:43 -0700, Florian Fainelli wrote: > > > On 6/8/2020 12:26 PM, Nicolas Saenz

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

2020-06-09 Thread Philipp Zabel
Hi Nicolas, On Tue, 2020-06-09 at 13:18 +0200, Nicolas Saenz Julienne wrote: > Hi Florian, thanks for the reviews! > > On Mon, 2020-06-08 at 12:43 -0700, Florian Fainelli wrote: > > On 6/8/2020 12:26 PM, Nicolas Saenz Julienne wrote: > > > Some atypical users of xhci-pci might need to manually

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

2020-06-09 Thread Nicolas Saenz Julienne
On Mon, 2020-06-08 at 22:44 +0300, Andy Shevchenko wrote: > > > On Monday, June 8, 2020, 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

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

2020-06-09 Thread Nicolas Saenz Julienne
Hi Florian, thanks for the reviews! On Mon, 2020-06-08 at 12:43 -0700, Florian Fainelli wrote: > > On 6/8/2020 12:26 PM, 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

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

2020-06-08 Thread Florian Fainelli
On 6/8/2020 12:26 PM, 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 5/9] usb: xhci-pci: Add support for reset controllers

2020-06-08 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 --- drivers/usb/host/xhci-pci.c | 9 + 1 file