u-boot/drivers/usb/dwc3
Li Jun 6195c47b8d MLK-21055 usb: dwc3: gadget: disable U1 and U2
Currenlty U1 and U2 low power modes are allowed in device mode.
Allowing U1 and U2 low power modes during data transfers in
device mode is causing U1 exit failure on some USB3 host: which
will transite to SS.inactive instead of U0, then host will send
warm reset and ultimately result in reenumeration. This is observed
on UUU tool with some PC host. Hence disable U1 and U2 low power
modes for now.

USB3 spec 7.5.10.4.2 Exit from Recovery.Configuration
The port shall transition to eSS.Inactive when the following
conditions are met:
1. Either the Ux_EXIT_TIMER or the 6-ms timer
   (tRecoveryConfigurationTimeout) times out.
2. For a downstream port, the transition to Recovery is not to
   attempt a Hot Reset.

Signed-off-by: Li Jun <jun.li@nxp.com>
(cherry picked from commit ae0cdc741f7313398539f7b576ced73871f6cd71)
2019-03-08 13:45:29 +08:00
..
Kconfig usb: dwc3: add UniPhier specific glue layer 2017-10-01 16:32:55 +02:00
Makefile usb: dwc3: add UniPhier specific glue layer 2017-10-01 16:32:55 +02:00
core.c MLK-16273-1 usb: dwc3: add suspend clock setting interface 2018-04-27 02:32:14 -07:00
core.h MLK-16273-1 usb: dwc3: add suspend clock setting interface 2018-04-27 02:32:14 -07:00
dwc3-omap.c usb: dwc3: fix build warnings 2015-12-07 00:14:59 +01:00
dwc3-uniphier.c usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h> 2017-10-15 22:32:24 +09:00
ep0.c MLK-21055 usb: dwc3: gadget: disable U1 and U2 2019-03-08 13:45:29 +08:00
gadget.c MLK-21055 usb: dwc3: gadget: disable U1 and U2 2019-03-08 13:45:29 +08:00
gadget.h usb: dwc3: gadget: make dwc3 gadget build in uboot 2015-04-14 05:48:09 +02:00
io.h usb: dwc3: ensure consistent types for dwc3_flush_cache 2017-04-14 16:44:16 +02:00
linux-compat.h bug.h: move runtime BUG/WARN macros into <linux/bug.h> 2017-10-04 12:00:20 -04:00
samsung_usb_phy.c samsung: usb: phy: Support for DWC3 PHY 2015-06-08 15:25:44 +02:00
ti_usb_phy.c ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX 2016-12-03 13:21:11 -05:00