From: Felipe Balbi Date: Tue, 22 Nov 2011 09:11:50 +0000 (+0200) Subject: usb: gadget: introduce support for sg lists X-Git-Tag: v3.3-rc1~153^2~24^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=898c60867827796f0f6f84e5de446098d776c866;p=pandora-kernel.git usb: gadget: introduce support for sg lists 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 --- Reading git-diff-tree failed