Re: [U-Boot] [PATCH 5/6] sunxi: usb: Do not call phy_probe from hcd code

2015-05-02 Thread Ian Campbell
On Tue, 2015-04-28 at 08:41 +0200, Hans de Goede wrote: > The 2/3 usb-phys on the sunxi SoCs are really a single separate functional > block, and are modelled as such in devicetree. So once we've moved all the > sunxi usb code to the driver-model then phy_probe will be called once > for the entire

[U-Boot] [PATCH 5/6] sunxi: usb: Do not call phy_probe from hcd code

2015-04-27 Thread Hans de Goede
The 2/3 usb-phys on the sunxi SoCs are really a single separate functional block, and are modelled as such in devicetree. So once we've moved all the sunxi usb code to the driver-model then phy_probe will be called once for the entire block from the driver-model enumeration code. Move to this now