commit | f3af36511e60669a2b5644d17378c7ea4e42d8b1 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Fri Dec 13 14:19:33 2013 -0600 |
committer | Felipe Balbi <balbi@ti.com> | Wed Mar 05 09:44:49 2014 -0600 |
tree | 6202c1f125fbb03d9297a13b524361d9f1155d87 | |
parent | 0e06bcac79ce6bb49adee22a991206933b7ea52d [diff] |
usb: dwc3: gadget: always enable IOC on bulk/interrupt transfers by setting IOC always, we can recycle TRBs a lot sooner at the expense of some increased CPU load. The extra load seems to be quite minimal on OMAP5 devices (instead of 1 IRQ for one MSC transfer, we get CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS). Signed-off-by: Felipe Balbi <balbi@ti.com>