linux/drivers/usb/dwc3
Felipe Balbi 457e84b662 usb: dwc3: gadget: dynamically re-size TxFifos
We need to dynamically re-size TxFifos for the
cases where default values will not do.

While at that, we create a simple function which,
for now, will just allocate one full packet fifo
space for each of the enabled endpoints.

This can be improved later in order to allow for
better throughput by allocating more space for
endpoints which could make good use of that like
isochronous and bulk.

Signed-off-by: Felipe Balbi <balbi@ti.com>
2012-02-06 11:48:34 +02:00
..
core.c usb: dwc3: gadget: dynamically re-size TxFifos 2012-02-06 11:48:34 +02:00
core.h usb: dwc3: gadget: dynamically re-size TxFifos 2012-02-06 11:48:34 +02:00
debug.h usb: dwc: remove "All rights reserved" statement. 2011-10-04 10:25:52 -07:00
debugfs.c usb: dwc3: gadget: allow Link state changes via debugfs 2012-02-06 11:48:25 +02:00
dwc3-omap.c Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next 2011-12-12 15:19:53 -08:00
dwc3-pci.c drivers/usb/dwc3/dwc3-pci.c: introduce missing kfree 2012-01-04 15:52:42 -08:00
ep0.c usb: dwc3: gadget: dynamically re-size TxFifos 2012-02-06 11:48:34 +02:00
gadget.c usb: dwc3: gadget: dynamically re-size TxFifos 2012-02-06 11:48:34 +02:00
gadget.h usb: dwc3: gadget: re-factor Link state change to a function 2012-02-06 11:48:24 +02:00
host.c usb: dwc3: host: remove unused includes 2011-12-12 11:48:19 +02:00
io.h usb: dwc3: fix few coding style problems 2011-12-12 11:48:29 +02: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