From: Felipe Balbi Date: Fri, 13 Dec 2013 20:19:33 +0000 (-0600) Subject: usb: dwc3: gadget: always enable IOC on bulk/interrupt transfers X-Git-Tag: v3.15-rc1~137^2~25^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3af36511e60669a2b5644d17378c7ea4e42d8b1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed