usb: gadget: introduce support for sg lists
authorFelipe Balbi <balbi@ti.com>
Tue, 22 Nov 2011 09:11:50 +0000 (11:11 +0200)
committerFelipe Balbi <balbi@ti.com>
Wed, 21 Dec 2011 11:24:44 +0000 (13:24 +0200)
Some controllers support scatter/gather transfers
and that might be very useful for some gadget drivers.

This means that we can make use of larger buffer
allocations which means we will have less completion
IRQs overtime, thus improving the perceived performance.

Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found