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

2014-11-05 Thread Maxime Ripard
Hi Stefan, Please keep me in Cc. On Wed, Nov 05, 2014 at 08:27:41AM -0500, Stefan Monnier wrote: > > Until some new SoC part of the sun9i family comes up, and it will just > > add to the confusion. > > Maybe, but then again maybe not. It depends whether such a new member > ever shows up, and

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: [PATCH 3/6] phy: Add driver to support individual USB PHYs on sun9i

2014-11-05 Thread Chen-Yu Tsai
On Wed, Nov 5, 2014 at 1:03 AM, Maxime Ripard wrote: > On Tue, Nov 04, 2014 at 12:07:16PM +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: [PATCH 3/6] phy: Add driver to support individual USB PHYs on sun9i

2014-11-05 Thread Chen-Yu Tsai
On Wed, Nov 5, 2014 at 1:03 AM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Tue, Nov 04, 2014 at 12:07:16PM +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

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] Re: [PATCH 3/6] phy: Add driver to support individual USB PHYs on sun9i

2014-11-05 Thread Maxime Ripard
Hi Stefan, Please keep me in Cc. On Wed, Nov 05, 2014 at 08:27:41AM -0500, Stefan Monnier wrote: Until some new SoC part of the sun9i family comes up, and it will just add to the confusion. Maybe, but then again maybe not. It depends whether such a new member ever shows up, and whether

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

2014-11-04 Thread Maxime Ripard
On Tue, Nov 04, 2014 at 12:07:16PM +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. > >

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

2014-11-04 Thread Maxime Ripard
On Tue, Nov 04, 2014 at 12:07:16PM +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:

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

2014-11-03 Thread Chen-Yu Tsai
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 Tsai --- .../devicetree/bindings/phy/sun9i-usb-phy.txt |

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

2014-11-03 Thread Chen-Yu Tsai
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 Tsai w...@csie.org ---

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