Re: [PATCH RESEND v4 4/8] phy: usb: sunxi: Introduce Allwinner A31 USB PHY support

2014-05-14 Thread Maxime Ripard
Hi, On Wed, May 14, 2014 at 02:09:37PM +0530, Kishon Vijay Abraham I wrote: > > @@ -305,6 +315,7 @@ static int sun4i_usb_phy_probe(struct platform_device > > *pdev) > > static const struct of_device_id sun4i_usb_phy_of_match[] = { > > { .compatible = "allwinner,sun4i-a10-usb-phy" }, > >

Re: [PATCH RESEND v4 4/8] phy: usb: sunxi: Introduce Allwinner A31 USB PHY support

2014-05-14 Thread Kishon Vijay Abraham I
Hi, On Tuesday 13 May 2014 09:14 PM, Maxime Ripard wrote: > The USB phy controller in the A31 differs mostly from the older controllers > because it has a clock dedicated for each phy, while the older ones were > having > a single clock for all the phys. > > Signed-off-by: Maxime Ripard > Revie