Re: [PATCH] usb: host: ehci-tegra: request deferred probe when failing to get phy

2015-01-05 Thread Tomeu Vizoso
On 24 December 2014 at 11:16, Vince Hsu vin...@nvidia.com wrote: The commit 1290a958d48e (usb: phy: propagate __of_usb_find_phy()'s error on failure) changed the condition to return -EPROBE_DEFER to host driver. Originally the Tegra host driver depended on the returned -EPROBE_DEFER to get the

[PATCH] usb: host: ehci-tegra: request deferred probe when failing to get phy

2014-12-24 Thread Vince Hsu
The commit 1290a958d48e (usb: phy: propagate __of_usb_find_phy()'s error on failure) changed the condition to return -EPROBE_DEFER to host driver. Originally the Tegra host driver depended on the returned -EPROBE_DEFER to get the phy device later when booting. Now we have to do that explicitly.