Re: [PATCH v3] usb: hcd: add generic PHY support

2014-08-21 Thread Vivek Gautam
Hi Sergei, On Thu, Aug 21, 2014 at 6:37 PM, Sergei Shtylyov wrote: > Hello. > > > On 08/21/2014 04:44 PM, Vivek Gautam wrote: > From Sergei Shtylyov > > >>> Should be "From:". > > Add the generic PHY support, analogous to the USB PHY support. Intended it to be use

Re: [PATCH v3] usb: hcd: add generic PHY support

2014-08-21 Thread Sergei Shtylyov
Hello. On 08/21/2014 04:44 PM, Vivek Gautam wrote: From Sergei Shtylyov Should be "From:". Add the generic PHY support, analogous to the USB PHY support. Intended it to be used with the PCI EHCI/OHCI drivers and the xHCI platform driver. Signed-off-by: Sergei Shtylyov Signed-of

Re: [PATCH v3] usb: hcd: add generic PHY support

2014-08-21 Thread Vivek Gautam
On Fri, May 30, 2014 at 7:46 PM, Sergei Shtylyov wrote: > Hello. > > On 05/30/2014 06:12 PM, Yoshihiro Shimoda wrote: > >> From Sergei Shtylyov > > >Should be "From:". > > >> Add the generic PHY support, analogous to the USB PHY support. Intended it >> to be >> used with the PCI EHCI/OHCI dr

Re: [PATCH v3] usb: hcd: add generic PHY support

2014-07-06 Thread Vivek Gautam
Hi, On Sat, Jul 5, 2014 at 4:56 AM, Sergei Shtylyov wrote: > Hello. > > > On 06/25/2014 02:32 PM, Vivek Gautam wrote: > >>> From Sergei Shtylyov > > >>> Add the generic PHY support, analogous to the USB PHY support. Intended >>> it to be >>> used with the PCI EHCI/OHCI drivers and the xHCI pla

Re: [PATCH v3] usb: hcd: add generic PHY support

2014-07-04 Thread Sergei Shtylyov
Hello. On 06/25/2014 02:32 PM, Vivek Gautam wrote: From Sergei Shtylyov Add the generic PHY support, analogous to the USB PHY support. Intended it to be used with the PCI EHCI/OHCI drivers and the xHCI platform driver. Signed-off-by: Sergei Shtylyov Signed-off-by: Yoshihiro Shimoda --

Re: [PATCH v3] usb: hcd: add generic PHY support

2014-07-02 Thread Vivek Gautam
Cc: Alan, Mathias Nyman, Julius Werner, Heikki Krogerus Hi, On Wed, Jun 25, 2014 at 4:02 PM, Vivek Gautam wrote: > Hi Sergei, > > > On Fri, May 30, 2014 at 7:42 PM, Yoshihiro Shimoda > wrote: >> From Sergei Shtylyov >> >> Add the generic PHY support, analogous to the USB PHY support. Intended

Re: [PATCH v3] usb: hcd: add generic PHY support

2014-06-25 Thread Vivek Gautam
Hi Sergei, On Fri, May 30, 2014 at 7:42 PM, Yoshihiro Shimoda wrote: > From Sergei Shtylyov > > Add the generic PHY support, analogous to the USB PHY support. Intended it to > be > used with the PCI EHCI/OHCI drivers and the xHCI platform driver. > > Signed-off-by: Sergei Shtylyov > Signed-of

Re: [PATCH v3] usb: hcd: add generic PHY support

2014-05-30 Thread Sergei Shtylyov
Hello. On 05/30/2014 06:12 PM, Yoshihiro Shimoda wrote: From Sergei Shtylyov Should be "From:". Add the generic PHY support, analogous to the USB PHY support. Intended it to be used with the PCI EHCI/OHCI drivers and the xHCI platform driver. Signed-off-by: Sergei Shtylyov Signed-o

[PATCH v3] usb: hcd: add generic PHY support

2014-05-30 Thread Yoshihiro Shimoda
>From Sergei Shtylyov Add the generic PHY support, analogous to the USB PHY support. Intended it to be used with the PCI EHCI/OHCI drivers and the xHCI platform driver. Signed-off-by: Sergei Shtylyov Signed-off-by: Yoshihiro Shimoda --- This patch is against the 'usb-next' branch of Greg KH's