Re: [linux-sunxi] [PATCH 3/6] phy: Add driver to support individual USB PHYs on sun9i

2014-11-05 Thread Maxime Ripard
On Tue, Nov 04, 2014 at 08:16:13AM +0200, Priit Laes wrote: > > --- a/drivers/phy/Kconfig > > +++ b/drivers/phy/Kconfig > > @@ -153,6 +153,18 @@ config PHY_SUN4I_USB > > This driver controls the entire USB PHY > > block, both the USB OTG > > parts,

Re: [linux-sunxi] [PATCH 3/6] phy: Add driver to support individual USB PHYs on sun9i

2014-11-05 Thread Chen-Yu Tsai
Hi, On Tue, Nov 4, 2014 at 2:16 PM, Priit Laes wrote: > > On Tue, 2014-11-04 at 12:07 +0800, Chen-Yu Tsai wrote: >> Unlike previous Allwinner SoCs, there is no central PHY control block >> on the A80. Also, OTG support is completely split off into a >> different >> controller. >> >> This adds a

Re: [linux-sunxi] [PATCH 3/6] phy: Add driver to support individual USB PHYs on sun9i

2014-11-05 Thread Chen-Yu Tsai
Hi, On Tue, Nov 4, 2014 at 2:16 PM, Priit Laes pl...@plaes.org wrote: On Tue, 2014-11-04 at 12:07 +0800, Chen-Yu Tsai wrote: Unlike previous Allwinner SoCs, there is no central PHY control block on the A80. Also, OTG support is completely split off into a different controller. This adds a

Re: [linux-sunxi] [PATCH 3/6] phy: Add driver to support individual USB PHYs on sun9i

2014-11-05 Thread Maxime Ripard
On Tue, Nov 04, 2014 at 08:16:13AM +0200, Priit Laes wrote: --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -153,6 +153,18 @@ config PHY_SUN4I_USB This driver controls the entire USB PHY block, both the USB OTG parts, as well as

Re: [linux-sunxi] [PATCH 3/6] phy: Add driver to support individual USB PHYs on sun9i

2014-11-03 Thread Priit Laes
On Tue, 2014-11-04 at 12:07 +0800, Chen-Yu Tsai wrote: > Unlike previous Allwinner SoCs, there is no central PHY control block > on the A80. Also, OTG support is completely split off into a > different > controller. > > This adds a new driver to support the regular USB PHYs. > > Signed-off-by:

Re: [linux-sunxi] [PATCH 3/6] phy: Add driver to support individual USB PHYs on sun9i

2014-11-03 Thread Priit Laes
On Tue, 2014-11-04 at 12:07 +0800, Chen-Yu Tsai wrote: Unlike previous Allwinner SoCs, there is no central PHY control block on the A80. Also, OTG support is completely split off into a different controller. This adds a new driver to support the regular USB PHYs. Signed-off-by: Chen-Yu