[PATCH] UHCI: Eliminate the TD-removal list
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 12 May 2006 15:29:04 +0000 (11:29 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 22:04:11 +0000 (15:04 -0700)
commit04538a255ac8b404c20cbf15867c9829254c470f
tree8b8a9bf63e9b1b804e2bf732e32db2827f422867
parenta0b458b64b2a3a4cb806dd5cd889bbf6c7e9d686
[PATCH] UHCI: Eliminate the TD-removal list

This patch (as682) gets rid of the TD-removal list in uhci-hcd.  It is
no longer needed because now TDs are not freed until we know the
hardware isn't using them.  It also simplifies the code for adding and
removing TDs to/from URBs.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/uhci-hcd.c
drivers/usb/host/uhci-hcd.h
drivers/usb/host/uhci-q.c