Re: [PATCH 08/15] usb: dwc3: Make RX/TX threshold configurable

2018-01-09 Thread Thinh Nguyen
Hi, On 1/8/2018 8:12 PM, Rob Herring wrote: > On Fri, Jan 05, 2018 at 12:14:48PM -0800, Thinh Nguyen wrote: >> DWC_usb31 periodic transfer at 48K+ bytes per interval may need >> modification to the TX/RX packet threshold to achieve optimal result. >> Add properties to make it configurable. > > I

Re: [PATCH 08/15] usb: dwc3: Make RX/TX threshold configurable

2018-01-08 Thread Rob Herring
On Fri, Jan 05, 2018 at 12:14:48PM -0800, Thinh Nguyen wrote: > DWC_usb31 periodic transfer at 48K+ bytes per interval may need > modification to the TX/RX packet threshold to achieve optimal result. > Add properties to make it configurable. I tend to think these should all be implied by the SoC

[PATCH 08/15] usb: dwc3: Make RX/TX threshold configurable

2018-01-05 Thread Thinh Nguyen
DWC_usb31 periodic transfer at 48K+ bytes per interval may need modification to the TX/RX packet threshold to achieve optimal result. Add properties to make it configurable. Cc: John Youn Signed-off-by: Thinh Nguyen ---