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

From: Mathias Nyman
Date: Tue Sep 06 2016 - 09:55:36 EST


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 this and not duplicate any more of the phy code to
xhci-plat.c

usb_add_hcd() in hcd.c already takes care of both usb phy and generic phy cases,

I'd like to remove the phy code from xhci-plat.c if possible, but haven't
looked into if there are some parts that must be done in xhci-plat.c still.

-Mathias