OpenCloudOS-Kernel/drivers/usb/dwc3
Sebastian Andrzej Siewior 78c58a53c9 usb: dwc3: gadget: do not map/unmap ZLP transfers
If the gadget drivers sends a ZLP we are trying to map this this request
which does not work on all implementations. So we simply skip mapping
it.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2011-09-09 13:03:46 +03:00
..
Kconfig
Makefile
core.c usb: dwc3: add module.h to dwc3-omap.c and core.c 2011-09-09 13:03:00 +03:00
core.h usb: dwc3: core: add ep0_next_event field 2011-09-09 13:02:18 +03:00
debug.h
debugfs.c usb: dwc3: debugfs: remove test mode interface 2011-09-09 13:02:08 +03:00
dwc3-omap.c usb: dwc3: omap: fix IRQ handling 2011-09-09 13:03:12 +03:00
dwc3-pci.c usb: include module.h in the DesignWare USB3 DRD driver 2011-08-23 09:47:40 -07:00
ep0.c usb: dwc3: use ep0_next_event field 2011-09-09 13:02:18 +03:00
gadget.c usb: dwc3: gadget: do not map/unmap ZLP transfers 2011-09-09 13:03:46 +03:00
gadget.h usb: fix dwc3 build when USB_GADGET_DWC3 is not enabled 2011-08-24 15:06:53 -07:00
io.h