linux/drivers/usb/dwc3
Sebastian Andrzej Siewior c2da2ff006 usb: dwc3: ep0: don't use ep0in for transfers
In "usb: dwc3: remove special status request handling in ep0" I simplied
a few things and used the generic API for the status transfers. The bug
I introcuded here is that we queue now requests to dep[1] but we don't
clear that list in the stall+start case.
Actually we don't need to use dep[1] at all. We only did in the past to
talk to the correct endpoint (i.e. in or out). This is now take care of
in a diffent place within the ep0 code. So we could queue the in
transfers to dep[0] and don't use dep[1] at all.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2011-12-12 11:48:25 +02:00
..
core.c usb: dwc3: core: drop DWC3_EVENT_BUFFERS_MAX 2011-12-12 11:48:24 +02:00
core.h usb: dwc3: core: drop DWC3_EVENT_BUFFERS_MAX 2011-12-12 11:48:24 +02:00
debug.h usb: dwc: remove "All rights reserved" statement. 2011-10-04 10:25:52 -07:00
debugfs.c usb: dwc3: debugfs: hold the lock in during mode change 2011-12-12 11:48:19 +02:00
dwc3-omap.c usb: dwc3: omap: add multiple instances support to OMAP 2011-12-12 11:48:23 +02:00
dwc3-pci.c usb: dwc3: move dwc3 device ID bitmap to core.c 2011-12-12 11:48:21 +02:00
ep0.c usb: dwc3: ep0: don't use ep0in for transfers 2011-12-12 11:48:25 +02:00
gadget.c usb: dwc3: calculate number of event buffers dynamically 2011-12-12 11:48:11 +02:00
gadget.h usb: dwc3: move gadget prototypes to core.h 2011-12-12 11:48:13 +02:00
host.c usb: dwc3: host: remove unused includes 2011-12-12 11:48:19 +02:00
io.h usb: dwc: remove "All rights reserved" statement. 2011-10-04 10:25:52 -07:00
Kconfig usb: dwc3: depend on both Host and Gadget stacks 2011-12-12 11:48:14 +02:00
Makefile usb: dwc3: always compile gadget side too 2011-12-12 11:48:13 +02:00