Re: [PATCH v2 0/8] usb: add support for the generic PHY framework

2014-07-23 Thread Peter Chen
On Tue, Jul 15, 2014 at 04:39:08PM +0200, Antoine Ténart wrote: > Hi all, > > This is an attempt to add more common USB code aware of the generic PHY > framework, while keeping the compatibility for the USB PHY one. It does > not add the full support, some USB PHY specific functions not being > av

Re: [PATCH v2 0/8] usb: add support for the generic PHY framework

2014-07-17 Thread Felipe Balbi
Hi, On Thu, Jul 17, 2014 at 10:03:02AM +0200, Antoine Ténart wrote: > Hi Felipe, > > On Wed, Jul 16, 2014 at 12:45:13PM -0500, Felipe Balbi wrote: > > On Tue, Jul 15, 2014 at 04:39:08PM +0200, Antoine Ténart wrote: > > > > > > [1] https://www.mail-archive.com/linux-usb@vger.kernel.org/msg43471.h

Re: [PATCH v2 0/8] usb: add support for the generic PHY framework

2014-07-17 Thread Antoine Ténart
Hi Felipe, On Wed, Jul 16, 2014 at 12:45:13PM -0500, Felipe Balbi wrote: > On Tue, Jul 15, 2014 at 04:39:08PM +0200, Antoine Ténart wrote: > > > > [1] https://www.mail-archive.com/linux-usb@vger.kernel.org/msg43471.html > > Since this has a dependency on the other series which hasn't showed up >

Re: [PATCH v2 0/8] usb: add support for the generic PHY framework

2014-07-16 Thread Felipe Balbi
Hi, On Tue, Jul 15, 2014 at 04:39:08PM +0200, Antoine Ténart wrote: > Hi all, > > This is an attempt to add more common USB code aware of the generic PHY > framework, while keeping the compatibility for the USB PHY one. It does > not add the full support, some USB PHY specific functions not being

Re: [PATCH v2 0/8] usb: add support for the generic PHY framework

2014-07-15 Thread Alan Stern
On Tue, 15 Jul 2014, Antoine Ténart wrote: > Hi all, > > This is an attempt to add more common USB code aware of the generic PHY > framework, while keeping the compatibility for the USB PHY one. It does > not add the full support, some USB PHY specific functions not being > available currently in

[PATCH v2 0/8] usb: add support for the generic PHY framework

2014-07-15 Thread Antoine Ténart
Hi all, This is an attempt to add more common USB code aware of the generic PHY framework, while keeping the compatibility for the USB PHY one. It does not add the full support, some USB PHY specific functions not being available currently in the generic PHY subsystem (e.g. usb_phy_set_power()). B