linux/drivers/usb/dwc3
Felipe Balbi 7ab373aadb usb: dwc3: gadget: no more tracking endpoint type with its name
I really thought this would be useful, but as it
turns out, it creates more problems than fixes. The
amount of times we had to fix this because some
other commit shuffled things around and ended up
regressing this tiny little string manupulation...

Might as well remove it, since it has a negligible
added benefit.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
2016-06-20 12:32:39 +03:00
..
Kconfig
Makefile
core.c usb: dwc3: implement runtime PM 2016-06-20 12:32:38 +03:00
core.h usb: dwc3: gadget: add a per-endpoint request queue lock 2016-06-20 12:32:38 +03:00
debug.c
debug.h usb: dwc3: make dwc3_debugfs_init return value be void 2016-04-19 11:11:53 +03:00
debugfs.c usb: dwc3: gadget: add a pointer to endpoint registers 2016-06-20 12:32:35 +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
dwc3-pci.c usb: dwc3: pci: add Power Management dummy hooks 2016-06-20 12:32:38 +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: gadget: add a pointer to endpoint registers 2016-06-20 12:32:35 +03:00
gadget.c usb: dwc3: gadget: no more tracking endpoint type with its name 2016-06-20 12:32:39 +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
platform_data.h
trace.c
trace.h usb: dwc3: trace: pretty-print TRB's ctrl field 2016-06-20 12:32:39 +03:00
ulpi.c