From: Pavankumar Kondeti Date: Fri, 18 Feb 2011 12:13:16 +0000 (+0530) Subject: USB: gadget: Implement hardware queuing in ci13xxx_udc X-Git-Tag: v2.6.39-rc1~472^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e6ca1998e4c803b0be98f97a1d1e1ea562b8964;p=pandora-kernel.git USB: gadget: Implement hardware queuing in ci13xxx_udc Chipidea USB controller provides a means (Add dTD TripWire semaphore) for safely adding a new dTD to an active endpoint's linked list. Make use of this feature to improve performance. Dynamically allocate and free dTD for supporting zero length packet termination. Honor no_interrupt flag set by gadget drivers. Signed-off-by: Pavankumar Kondeti Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed