Re: [PATCH v3] usb: ehci-omap: Fix deferred probe for phy handling

2018-12-14 Thread Alan Stern
On Fri, 14 Dec 2018, Roger Quadros wrote: > PHY model is being used on omap5 platforms even if port mode > is not OMAP_EHCI_PORT_MODE_PHY. So don't guess if PHY is required > or not based on PHY mode. > > If PHY is provided in device tree, it must be required. So, if > devm_usb_get_phy_by_phandle

Re: [PATCH v3] usb: ehci-omap: Fix deferred probe for phy handling

2018-12-14 Thread Tony Lindgren
* Roger Quadros [181214 09:36]: > PHY model is being used on omap5 platforms even if port mode > is not OMAP_EHCI_PORT_MODE_PHY. So don't guess if PHY is required > or not based on PHY mode. > > If PHY is provided in device tree, it must be required. So, if > devm_usb_get_phy_by_phandle() gives u

Re: [PATCH v3] usb: ehci-omap: Fix deferred probe for phy handling

2018-12-14 Thread Peter Ujfalusi
Roger, On 14/12/2018 11.36, Roger Quadros wrote: > PHY model is being used on omap5 platforms even if port mode > is not OMAP_EHCI_PORT_MODE_PHY. So don't guess if PHY is required > or not based on PHY mode. > > If PHY is provided in device tree, it must be required. So, if > devm_usb_get_phy_by_