These two patches add scatter-gather support to the whci-hcd driver. The first adds a sg_tablesize field to the usb_bus structure that can be used to determine if scatter-gather is supported and the maximum number of entries. Otherwise, the scatter-gather support added for xhci-hcd is not changed. These replace 03/11 and 04/11 from the series posted last Friday. David Vrabel (2): usb: make urb scatter-gather support more generic usb: whci-hcd: support urbs with scatter-gather lists drivers/usb/core/message.c | 8 +- drivers/usb/host/whci/hcd.c | 1 + drivers/usb/host/whci/qset.c | 348 +++++++++++++++++++++++++++++++++++---- drivers/usb/host/whci/whcd.h | 9 + drivers/usb/host/whci/whci-hc.h | 5 +- drivers/usb/host/xhci-pci.c | 2 + drivers/usb/storage/usb.c | 10 + include/linux/usb.h | 1 + 8 files changed, 346 insertions(+), 38 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html