linux_dsm_epyc7002/drivers/usb/dwc3
Felipe Balbi f2df679b6c usb: dwc3: gadget: avoid while(1) in run_stop()
instead of looping forever and forcing a return if
timeout reaches zero, we can just use timeout and
loop's break condition directly.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
2016-06-21 10:38:43 +03:00
..
core.c usb: dwc3: core: fixup dr_mode fallback selection 2016-06-21 10:38:42 +03:00
core.h usb: dwc3: gadget: keep track of allocated and queued reqs 2016-06-20 12:32:49 +03:00
debug.c
debug.h usb: dwc3: gadget: improve gcmd trace 2016-06-20 12:32:41 +03:00
debugfs.c usb: dwc3: add DWC3_GUCTL1 reg for debug 2016-06-20 12:32:46 +03:00
dwc3-exynos.c usb: dwc3: exynos: Fix deferred probing storm. 2016-05-31 11:12:42 +03:00
dwc3-keystone.c
dwc3-of-simple.c
dwc3-omap.c usb: dwc3: omap: Pass VBUS and ID events transparently 2016-06-20 12:32:47 +03:00
dwc3-pci.c usb: dwc3: pci: add dr-mode for Intel dwc3 2016-06-21 10:38:42 +03:00
dwc3-st.c usb: dwc3: st: Fix USB_DR_MODE_PERIPHERAL configuration. 2016-05-31 11:24:31 +03:00
ep0.c usb: dwc3: remove trailing newline from dwc3_trace 2016-06-20 12:32:48 +03:00
gadget.c usb: dwc3: gadget: avoid while(1) in run_stop() 2016-06-21 10:38:43 +03:00
gadget.h usb: dwc3: gadget: add a pointer to endpoint registers 2016-06-20 12:32:35 +03:00
host.c
io.h usb: dwc3: gadget: add a pointer to endpoint registers 2016-06-20 12:32:35 +03:00
Kconfig
Makefile
trace.c
trace.h usb: dwc3: gadget: keep track of allocated and queued reqs 2016-06-20 12:32:49 +03:00
ulpi.c