Searched hist:a1d59ce842a35b552f22868404e4e7c923242257 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | uhci-debug.c | diff a1d59ce842a35b552f22868404e4e7c923242257 Fri Sep 16 13:22:51 CDT 2005 Alan Stern <stern@rowland.harvard.edu> [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>
|
H A D | uhci-hcd.h | diff a1d59ce842a35b552f22868404e4e7c923242257 Fri Sep 16 13:22:51 CDT 2005 Alan Stern <stern@rowland.harvard.edu> [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>
|
H A D | uhci-q.c | diff a1d59ce842a35b552f22868404e4e7c923242257 Fri Sep 16 13:22:51 CDT 2005 Alan Stern <stern@rowland.harvard.edu> [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>
|
H A D | uhci-hcd.c | diff a1d59ce842a35b552f22868404e4e7c923242257 Fri Sep 16 13:22:51 CDT 2005 Alan Stern <stern@rowland.harvard.edu> [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>
|