Greg, These are the fixes posted in August with the exception of two minor changes: xhci-hcd uses the sg_tablesize value requested by Sarah, and a one liner fix to the whci-hcd sg support. Please apply them to 2.6.32. Apologies for the lateness but I've been away on holiday. The following changes since commit 7c0a57d5c47bcfc492b3139e77400f888a935c44: Linus Torvalds (1): Merge branch 'fixes' of git://git.marvell.com/orion are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb.git for-greg David Vrabel (10): usb: make urb scatter-gather support more generic usb: whci-hcd: support urbs with scatter-gather lists usb: whci-hcd: make endpoint_reset method async usb: allow interrupt transfers to WUSB devices usb: whci-hcd: handle early deletion of endpoints usb: whci-hcd: always do an update after processing a halted qTD usb: whci-hcd: decode more QHead fields in the debug files usb: wusb: don't use the stack to read security descriptor usb: wusb: add wusb_phy_rate sysfs file to host controllers usb: rename Documentation/ABI/.../sysfs-class-usb_host ...fs-class-usb_host => sysfs-class-uwb_rc-wusbhc} | 17 +- drivers/usb/core/message.c | 8 +- drivers/usb/core/urb.c | 22 +- drivers/usb/host/whci/asl.c | 35 ++- drivers/usb/host/whci/debug.c | 20 +- drivers/usb/host/whci/hcd.c | 9 +- drivers/usb/host/whci/pzl.c | 36 ++- drivers/usb/host/whci/qset.c | 376 ++++++++++++++++++-- drivers/usb/host/whci/whcd.h | 9 + drivers/usb/host/whci/whci-hc.h | 15 +- drivers/usb/host/xhci-pci.c | 2 + drivers/usb/storage/usb.c | 10 + drivers/usb/wusbcore/security.c | 41 +-- drivers/usb/wusbcore/wusbhc.c | 32 ++ drivers/usb/wusbcore/wusbhc.h | 1 + include/linux/usb.h | 1 + 16 files changed, 533 insertions(+), 101 deletions(-) rename Documentation/ABI/testing/{sysfs-class-usb_host => sysfs-class-uwb_rc-wusbhc} (60%) David -- David Vrabel, Senior Software Engineer, Drivers CSR, Churchill House, Cambridge Business Park, Tel: +44 (0)1223 692562 Cowley Road, Cambridge, CB4 0WZ http://www.csr.com/ Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom -- 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