Re: [PATCH V2 1/3] usb: xhci: tegra: Prepare for adding runtime PM support

2018-04-27 Thread Thierry Reding
On Thu, Apr 26, 2018 at 03:59:08PM +0100, Jon Hunter wrote: > When adding runtime PM support to the Tegra XHCI driver, it is desirable > to move the function calls to enable the clocks, regulators and PHY from > the tegra_xusb_probe into the runtime PM handlers. Currently, the > clocks, regulators

[PATCH V2 1/3] usb: xhci: tegra: Prepare for adding runtime PM support

2018-04-26 Thread Jon Hunter
When adding runtime PM support to the Tegra XHCI driver, it is desirable to move the function calls to enable the clocks, regulators and PHY from the tegra_xusb_probe into the runtime PM handlers. Currently, the clocks, regulators and PHY are all enabled before we call usb_create_hcd() in tegra_xus