Re: [PATCH v5 4/9] usb: rename phy to usb_phy in HCD

2014-09-16 Thread Antoine Tenart
On Tue, Sep 16, 2014 at 03:53:47PM +0200, Antoine Tenart wrote: > On Mon, Sep 15, 2014 at 09:09:06PM +0300, Sergei Shtylyov wrote: > > On 9/15/2014 1:35 PM, Antoine Tenart wrote: > > > > >The USB PHY member of the HCD structure is renamed to 'usb_phy' and > > >modifications are done in all drivers

Re: [PATCH v5 4/9] usb: rename phy to usb_phy in HCD

2014-09-16 Thread Antoine Tenart
On Mon, Sep 15, 2014 at 09:09:06PM +0300, Sergei Shtylyov wrote: > On 9/15/2014 1:35 PM, Antoine Tenart wrote: > > >The USB PHY member of the HCD structure is renamed to 'usb_phy' and > >modifications are done in all drivers accessing it. > > >Signed-off-by: Antoine Tenart > >Acked-by: Alan Ster

Re: [PATCH v5 4/9] usb: rename phy to usb_phy in HCD

2014-09-15 Thread Sergei Shtylyov
Hello. On 9/15/2014 1:35 PM, Antoine Tenart wrote: The USB PHY member of the HCD structure is renamed to 'usb_phy' and modifications are done in all drivers accessing it. Signed-off-by: Antoine Tenart Acked-by: Alan Stern --- drivers/usb/chipidea/host.c | 2 +- drivers/usb/core/hcd.c

[PATCH v5 4/9] usb: rename phy to usb_phy in HCD

2014-09-15 Thread Antoine Tenart
The USB PHY member of the HCD structure is renamed to 'usb_phy' and modifications are done in all drivers accessing it. Signed-off-by: Antoine Tenart Acked-by: Alan Stern --- drivers/usb/chipidea/host.c | 2 +- drivers/usb/core/hcd.c| 20 ++-- drivers/usb/core/hub.c