Re: [PATCH 16/21] usb: phy: Probe phy devices on demand

2015-05-26 Thread Felipe Balbi
On Mon, May 25, 2015 at 04:53:20PM +0200, Tomeu Vizoso wrote: > When looking up a phy through its DT node, ensure that the corresponding > device has been registered. > > Signed-off-by: Tomeu Vizoso Acked-by: Felipe Balbi > --- > drivers/usb/phy/phy.c | 3 +++ > 1 file changed, 3 insertions(+

[PATCH 16/21] usb: phy: Probe phy devices on demand

2015-05-25 Thread Tomeu Vizoso
When looking up a phy through its DT node, ensure that the corresponding device has been registered. Signed-off-by: Tomeu Vizoso --- drivers/usb/phy/phy.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/usb/phy/phy.c b/drivers/usb/phy/phy.c index d1cd6b5..7084f21 100644 --- a/driv