Re: [U-Boot] [PATCH v3 2/4] usb: dwc3: Add helper functions to enable snooping and burst settings

2016-10-26 Thread york sun
Rajat, On 08/04/2016 02:42 AM, Marek Vasut wrote: > On 08/04/2016 11:26 AM, Rajat Srivastava wrote: > > You can use clrsetbits_le32() or such if this is not direct port from Linux. > > > Parens around number are not necessary, please remove. > Are you going to update your patch? York

Re: [U-Boot] [PATCH v3 2/4] usb: dwc3: Add helper functions to enable snooping and burst settings

2016-08-04 Thread Marek Vasut
On 08/04/2016 11:26 AM, Rajat Srivastava wrote: > Adds helper functions to enable snooping and outstanding burst beat > settings. > > Signed-off-by: Rajat Srivastava > Signed-off-by: Rajesh Bhagat > --- > Changes in v3: > - Changed operator for

[U-Boot] [PATCH v3 2/4] usb: dwc3: Add helper functions to enable snooping and burst settings

2016-08-04 Thread Rajat Srivastava
Adds helper functions to enable snooping and outstanding burst beat settings. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- Changes in v3: - Changed operator for code cleanup Changes in v2: - Removes SoC specific flags and