WSL2-Linux-Kernel/drivers/usb/dwc3
Wesley Cheng 0066472de1 usb: dwc3: Issue core soft reset before enabling run/stop
It is recommended by the Synopsis databook to issue a DCTL.CSftReset
when reconnecting from a device-initiated disconnect routine.  This
resolves issues with enumeration during fast composition switching
cases, which result in an unknown device on the host.

Reviewed-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Signed-off-by: Wesley Cheng <quic_wcheng@quicinc.com>
Link: https://lore.kernel.org/r/20220316011358.3057-1-quic_wcheng@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-03-18 12:58:46 +01:00
..
Kconfig usb: exynos: describe driver in KConfig 2021-10-05 12:55:50 +02:00
Makefile
core.c usb: dwc3: Issue core soft reset before enabling run/stop 2022-03-18 12:58:46 +01:00
core.h usb: dwc3: Issue core soft reset before enabling run/stop 2022-03-18 12:58:46 +01:00
debug.h
debugfs.c
drd.c usb: dwc3: drd: Don't check against CONFIG_OF 2022-02-17 16:12:21 +01:00
dwc3-exynos.c
dwc3-haps.c
dwc3-imx8mp.c usb: dwc3: imx8mp: Add support for setting SOC specific flags 2022-03-15 15:37:11 +01:00
dwc3-keystone.c
dwc3-meson-g12a.c usb: dwc3-meson-g12a: constify drvdata structs 2022-03-15 15:33:52 +01:00
dwc3-of-simple.c
dwc3-omap.c usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm 2022-03-15 15:44:46 +01:00
dwc3-pci.c usb: dwc3: pci: Add support for Intel Alder Lake 2022-03-15 15:45:03 +01:00
dwc3-qcom.c usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probe 2022-01-06 15:26:21 +01:00
dwc3-st.c
dwc3-xilinx.c usb: dwc3: xilinx: fix uninitialized return value 2022-01-31 10:24:00 +01:00
ep0.c usb: dwc3: gadget: Wait for ep0 xfers to complete during dequeue 2022-03-15 18:43:52 +01:00
gadget.c usb: dwc3: Issue core soft reset before enabling run/stop 2022-03-18 12:58:46 +01:00
gadget.h usb: dwc3: gadget: Wait for ep0 xfers to complete during dequeue 2022-03-15 18:43:52 +01:00
host.c usb: dwc3: Drop unneeded calls to platform_get_resource_byname() 2021-12-21 08:51:57 +01:00
io.h
trace.c
trace.h
ulpi.c