usb: dwc2: Add Interpacket Gap(IPG) feature support
authorGrigor Tovmasyan <Grigor.Tovmasyan@synopsys.com>
Sat, 5 May 2018 08:17:58 +0000 (12:17 +0400)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 15 May 2018 07:16:47 +0000 (10:16 +0300)
commitb43ebc96e985fed9417c6aff769a6839bdaa6cdf
tree5b2c05b2f796e8ff680d440f9935e525d890d34c
parent37981e00503f6bdeb99108ff90199002c3eec2f5
usb: dwc2: Add Interpacket Gap(IPG) feature support

Added GHWCFG4_IPG_ISOC_SUPPORTED and DCFG_IPG_ISOC_SUPPORDED
bits definitions to enable/disable IPG feature.

Added ipg_isoc_en core parameter which will indicate IPG support
enable/disable and initialize it.

Signed-off-by: Grigor Tovmasyan <tovmasya@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc2/core.h
drivers/usb/dwc2/debugfs.c
drivers/usb/dwc2/gadget.c
drivers/usb/dwc2/hw.h
drivers/usb/dwc2/params.c