Re: [PATCH 3/4] usb: add support to the PHY framework for HCD

2014-07-15 Thread Antoine Ténart
Hi Vivek, On Mon, Jul 14, 2014 at 02:38:03PM +0530, Vivek Gautam wrote: > On Wed, Jul 9, 2014 at 3:47 PM, Antoine Ténart > wrote: > > diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c > > index bec31e2efb88..b985af5b167c 100644 > > --- a/drivers/usb/core/hcd.c > > +++ b/drivers/usb/cor

Re: [PATCH 3/4] usb: add support to the PHY framework for HCD

2014-07-14 Thread Vivek Gautam
Hi, CC: Sergei, Yoshihiro On Wed, Jul 9, 2014 at 3:47 PM, Antoine Ténart wrote: > This patch adds the support to PHY framework in HCD code while keeping > the USB PHY compatibility. Changes are done in both the HCD common code > and in the drivers accessing its PHY. This is done in two steps: >

Re: [PATCH 3/4] usb: add support to the PHY framework for HCD

2014-07-09 Thread Antoine Ténart
Hi Alan, On Wed, Jul 09, 2014 at 10:41:50AM -0400, Alan Stern wrote: > On Wed, 9 Jul 2014, Antoine Ténart wrote: > > > This patch adds the support to PHY framework in HCD code while keeping > > the USB PHY compatibility. Changes are done in both the HCD common code > > and in the drivers accessin

Re: [PATCH 3/4] usb: add support to the PHY framework for HCD

2014-07-09 Thread Alan Stern
On Wed, 9 Jul 2014, Antoine Ténart wrote: > This patch adds the support to PHY framework in HCD code while keeping > the USB PHY compatibility. Changes are done in both the HCD common code > and in the drivers accessing its PHY. This is done in two steps: > renaming 'phy' into 'usb_phy' and adding

[PATCH 3/4] usb: add support to the PHY framework for HCD

2014-07-09 Thread Antoine Ténart
This patch adds the support to PHY framework in HCD code while keeping the USB PHY compatibility. Changes are done in both the HCD common code and in the drivers accessing its PHY. This is done in two steps: renaming 'phy' into 'usb_phy' and adding a new 'phy' member into the usb_hcd structure. Si