[PATCH] USB: UHCI: Split apart the physical and logical framelist arrays
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 16 Sep 2005 18:22:51 +0000 (14:22 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 23:47:39 +0000 (16:47 -0700)
commita1d59ce842a35b552f22868404e4e7c923242257
treeee92b9406d1d10e07dcc433ae403dc6574f3013c
parent8b4cd42134fbd3c9a9a5c3467d31717798219b1b
[PATCH] USB: UHCI: Split apart the physical and logical framelist arrays

This patch (as563) splits the physical and logical framelist arrays in
uhci-hcd into two separate pieces.  This will allow slightly better memory
utilization, since each piece is no larger than a single page whereas
before the whole thing was a little bigger than two pages.  It also allows
the logical array to be allocated in non-DMA-coherent memory.

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