Re: [RFC] usb: dwc3: add DWC3_SKIP_USB3PHY and DWC3_SKIP_USB2_PHY quirks

2015-01-08 Thread Jisheng Zhang
Hi Felipe, On Thu, 8 Jan 2015 09:08:15 -0800 Felipe Balbi wrote: > Hi, > > On Mon, Dec 08, 2014 at 09:35:51PM +0800, Jisheng Zhang wrote: > > On platforms which has native usb hosts/phys and pci-dwc3 controller, > > the dwc3 core may get the wrong usb2_phy and usb3_phy by > > devm_usb_get_phy()

Re: [RFC] usb: dwc3: add DWC3_SKIP_USB3PHY and DWC3_SKIP_USB2_PHY quirks

2015-01-08 Thread Felipe Balbi
Hi, On Mon, Dec 08, 2014 at 09:35:51PM +0800, Jisheng Zhang wrote: > On platforms which has native usb hosts/phys and pci-dwc3 controller, > the dwc3 core may get the wrong usb2_phy and usb3_phy by > devm_usb_get_phy(). It depends on which usb phy driver is initialized > firstly, the usb_phy_gener

[RFC] usb: dwc3: add DWC3_SKIP_USB3PHY and DWC3_SKIP_USB2_PHY quirks

2014-12-08 Thread Jisheng Zhang
Hi list, On platforms which has native usb hosts/phys and pci-dwc3 controller, the dwc3 core may get the wrong usb2_phy and usb3_phy by devm_usb_get_phy(). It depends on which usb phy driver is initialized firstly, the usb_phy_generic or the native/real usb phy driver. Before all old USB phy libr