Re: [PATCH] usb: xhci-plat: Add generic PHY support

2016-09-06 Thread Mathias Nyman
On 29.08.2016 10:26, Srinath Mannam wrote: Hi Mathias Nyman, Could you please provide your inputs on this? If you find it in good condition, please consider it for the next release. I'm not that involved in the usb phy or generic phy, but to me it looks like we should let usb core handle

Re: [PATCH] usb: xhci-plat: Add generic PHY support

2016-09-06 Thread Mathias Nyman
On 29.08.2016 10:26, Srinath Mannam wrote: Hi Mathias Nyman, Could you please provide your inputs on this? If you find it in good condition, please consider it for the next release. I'm not that involved in the usb phy or generic phy, but to me it looks like we should let usb core handle

Re: [PATCH] usb: xhci-plat: Add generic PHY support

2016-08-29 Thread Srinath Mannam
Hi Mathias Nyman, Could you please provide your inputs on this? If you find it in good condition, please consider it for the next release. Thanks & Regards, Srinath. On Wed, Aug 3, 2016 at 7:03 PM, Srinath Mannam wrote: > Hi Mathias Nyman, > > Please review and

Re: [PATCH] usb: xhci-plat: Add generic PHY support

2016-08-29 Thread Srinath Mannam
Hi Mathias Nyman, Could you please provide your inputs on this? If you find it in good condition, please consider it for the next release. Thanks & Regards, Srinath. On Wed, Aug 3, 2016 at 7:03 PM, Srinath Mannam wrote: > Hi Mathias Nyman, > > Please review and provide your comments to the

Re: [PATCH] usb: xhci-plat: Add generic PHY support

2016-08-03 Thread Srinath Mannam
Hi Mathias Nyman, Please review and provide your comments to the changes in this patch. Regards, srinath. On Thu, Jul 14, 2016 at 3:29 PM, Felipe Balbi wrote: > > Hi, > > Srinath Mannam writes: >> Generic phy support added in xhci

Re: [PATCH] usb: xhci-plat: Add generic PHY support

2016-08-03 Thread Srinath Mannam
Hi Mathias Nyman, Please review and provide your comments to the changes in this patch. Regards, srinath. On Thu, Jul 14, 2016 at 3:29 PM, Felipe Balbi wrote: > > Hi, > > Srinath Mannam writes: >> Generic phy support added in xhci platform driver. >> In the case of multiple phys to the xhci

Re: [PATCH] usb: xhci-plat: Add generic PHY support

2016-07-14 Thread Felipe Balbi
Hi, Srinath Mannam writes: > Generic phy support added in xhci platform driver. > In the case of multiple phys to the xhci controller, this approach > is helpful to pass multiple phandles to xhci platform driver from > xhci device node. > > Signed-off-by: Srinath

Re: [PATCH] usb: xhci-plat: Add generic PHY support

2016-07-14 Thread Felipe Balbi
Hi, Srinath Mannam writes: > Generic phy support added in xhci platform driver. > In the case of multiple phys to the xhci controller, this approach > is helpful to pass multiple phandles to xhci platform driver from > xhci device node. > > Signed-off-by: Srinath Mannam > Reviewed-by: Ray Jui

Re: [PATCH] usb: xhci-plat: Add generic PHY support

2016-07-14 Thread Srinath Mannam
++ Felipe Balbi Thanks & Regards, Srinath Mannam. On Thu, Jul 14, 2016 at 2:03 PM, Srinath Mannam wrote: > Generic phy support added in xhci platform driver. > In the case of multiple phys to the xhci controller, this approach > is helpful to pass multiple phandles

Re: [PATCH] usb: xhci-plat: Add generic PHY support

2016-07-14 Thread Srinath Mannam
++ Felipe Balbi Thanks & Regards, Srinath Mannam. On Thu, Jul 14, 2016 at 2:03 PM, Srinath Mannam wrote: > Generic phy support added in xhci platform driver. > In the case of multiple phys to the xhci controller, this approach > is helpful to pass multiple phandles to xhci platform driver from

[PATCH] usb: xhci-plat: Add generic PHY support

2016-07-14 Thread Srinath Mannam
Generic phy support added in xhci platform driver. In the case of multiple phys to the xhci controller, this approach is helpful to pass multiple phandles to xhci platform driver from xhci device node. Signed-off-by: Srinath Mannam Reviewed-by: Ray Jui

[PATCH] usb: xhci-plat: Add generic PHY support

2016-07-14 Thread Srinath Mannam
Generic phy support added in xhci platform driver. In the case of multiple phys to the xhci controller, this approach is helpful to pass multiple phandles to xhci platform driver from xhci device node. Signed-off-by: Srinath Mannam Reviewed-by: Ray Jui Reviewed-by: Scott Branden diff --git