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

2014-09-03 Thread Sergei Shtylyov
Hello. On 09/03/2014 11:40 AM, 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

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

2014-09-03 Thread Sergei Shtylyov
Hello. On 09/03/2014 11:40 AM, 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 I'm going to steal this patch and post it along with the HCD

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

2014-09-03 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