Re: R: [PATCH v10 1/2] phy: qualcomm: add qcom ipq806x dwc usb phy driver

2020-07-20 Thread Vinod Koul
Kishon Vijay Abraham I ; > > Rob Herring ; Mark Rutland > > ; linux-arm-...@vger.kernel.org; linux- > > ker...@vger.kernel.org; devicet...@vger.kernel.org > > Oggetto: Re: [PATCH v10 1/2] phy: qualcomm: add qcom ipq806x dwc usb > > phy driver > > > > On

R: [PATCH v10 1/2] phy: qualcomm: add qcom ipq806x dwc usb phy driver

2020-07-20 Thread ansuelsmth
er.kernel.org; linux- > ker...@vger.kernel.org; devicet...@vger.kernel.org > Oggetto: Re: [PATCH v10 1/2] phy: qualcomm: add qcom ipq806x dwc usb > phy driver > > On 17-07-20, 15:16, Ansuel Smith wrote: > > This has lost in the original push for the dwc3 qcom driver. > > This i

Re: [PATCH v10 1/2] phy: qualcomm: add qcom ipq806x dwc usb phy driver

2020-07-19 Thread Vinod Koul
On 17-07-20, 15:16, Ansuel Smith wrote: > This has lost in the original push for the dwc3 qcom driver. > This is needed for ipq806x SoC as without this the usb ports > doesn't work at all. Applied both, thanks My script found below errors with W=1, can you please send fixes for these drivers/phy

[PATCH v10 1/2] phy: qualcomm: add qcom ipq806x dwc usb phy driver

2020-07-17 Thread Ansuel Smith
This has lost in the original push for the dwc3 qcom driver. This is needed for ipq806x SoC as without this the usb ports doesn't work at all. Signed-off-by: Andy Gross Signed-off-by: Ansuel Smith Tested-by: Jonathan McDowell --- v10: * Use of_device_get_match_data and remove useless match v9: