Re: [PATCHv4 6/6] usb: dwc3: host: convey the PHYs to xhci

2014-11-05 Thread Kishon Vijay Abraham I
Hi Felipe, On Friday 17 October 2014 08:09 PM, Heikki Krogerus wrote: On some platforms a PHY may need to be handled also in the host controller driver. Exynos5420 SoC requires some PHY tuning based on the USB speed. This patch delivers dwc3's PHYs to the xhci platform device when it's

[PATCHv4 6/6] usb: dwc3: host: convey the PHYs to xhci

2014-10-17 Thread Heikki Krogerus
On some platforms a PHY may need to be handled also in the host controller driver. Exynos5420 SoC requires some PHY tuning based on the USB speed. This patch delivers dwc3's PHYs to the xhci platform device when it's created. Signed-off-by: Heikki Krogerus heikki.kroge...@linux.intel.com