Re: [PATCH 09/15] usb: dwc3: Check for ESS TX/RX threshold config

2018-01-08 Thread Thinh Nguyen
Hi, On 1/8/2018 4:05 AM, Felipe Balbi wrote: > > Hi, > > Thinh Nguyen writes: >> Check and configure TX/RX threshold for DWC_usb31. Update dwc3 structure >> with new variables to store these threshold configurations. > > couldn't we calculate these in runtime? Then we wouldn't need new Device

Re: [PATCH 09/15] usb: dwc3: Check for ESS TX/RX threshold config

2018-01-08 Thread Felipe Balbi
Hi, Thinh Nguyen writes: > Check and configure TX/RX threshold for DWC_usb31. Update dwc3 structure > with new variables to store these threshold configurations. couldn't we calculate these in runtime? Then we wouldn't need new Device Properties. -- balbi signature.asc Description: PGP sig

[PATCH 09/15] usb: dwc3: Check for ESS TX/RX threshold config

2018-01-05 Thread Thinh Nguyen
Check and configure TX/RX threshold for DWC_usb31. Update dwc3 structure with new variables to store these threshold configurations. Signed-off-by: Thinh Nguyen --- drivers/usb/dwc3/core.c | 57 + drivers/usb/dwc3/core.h | 12 +++ 2 files c