From: Felipe Balbi Date: Wed, 18 Jan 2012 16:04:09 +0000 (+0200) Subject: usb: dwc3: gadget: dynamically re-size TxFifos X-Git-Tag: v3.4-rc1~184^2~22^2~35^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=457e84b6624b4d97e6ffae437887ea51a22d54a0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed