Re: [PATCH v2] usb: dwc2: Use generic PHY width in params setup

2019-06-18 Thread Felipe Balbi
Hi, Marek Szyprowski writes: > Hi All, > > On 2019-05-31 14:44, Minas Harutyunyan wrote: >> On 5/9/2019 1:16 PM, Jules Maselbas wrote: >>> Setting params.phy_utmi_width in dwc2_lowlevel_hw_init() is pointless >>> since >>> it's value will be overwritten by dwc2_init_params(). >>> >>> This chang

Re: [PATCH v2] usb: dwc2: Use generic PHY width in params setup

2019-06-06 Thread Marek Szyprowski
Hi All, On 2019-05-31 14:44, Minas Harutyunyan wrote: > On 5/9/2019 1:16 PM, Jules Maselbas wrote: >> Setting params.phy_utmi_width in dwc2_lowlevel_hw_init() is pointless >> since >> it's value will be overwritten by dwc2_init_params(). >> >> This change make sure to take in account the generic

Re: [PATCH v2] usb: dwc2: Use generic PHY width in params setup

2019-05-31 Thread Minas Harutyunyan
On 5/9/2019 1:16 PM, Jules Maselbas wrote: Setting params.phy_utmi_width in dwc2_lowlevel_hw_init() is pointless since it's value will be overwritten by dwc2_init_params(). This change make sure to take in account the generic PHY width information during paraminitialisation, done in dwc2_set_par

Re: [PATCH v2] usb: dwc2: Use generic PHY width in params setup

2019-05-31 Thread Jules Maselbas
Hi Minas, This is a reminder in case you missed this patch. Kind regards, Jules On Thu, May 09, 2019 at 11:15:28AM +0200, Jules Maselbas wrote: > Setting params.phy_utmi_width in dwc2_lowlevel_hw_init() is pointless since > it's value will be overwritten by dwc2_init_params(). > > This change m