Here are some USB fixes for your .38 tree. These are almost all XHCI (usb 3.0) fixes, with one MUSB fix, making this whole patchset just for host controller issues. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/ usb-linus All of these patches have been in the linux-next and mm trees for a few days. The full patches will be sent to the linux-usb mailing list, if anyone wants to see them. thanks, greg k-h ------------ drivers/usb/core/hub.c | 18 +++++++----------- drivers/usb/host/xhci-dbg.c | 9 +++++---- drivers/usb/host/xhci-mem.c | 10 +++++----- drivers/usb/host/xhci-ring.c | 40 +++++++++++++++++++++++----------------- drivers/usb/host/xhci.c | 14 +++++++------- drivers/usb/host/xhci.h | 2 +- drivers/usb/musb/musb_core.c | 1 + 7 files changed, 49 insertions(+), 45 deletions(-) --------------- Dmitry Torokhov (3): USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itself USB: xhci: fix couple sparse annotations USB: xhci: mark local functions as static Felipe Balbi (1): usb: musb: core: set has_tt flag Luben Tuikov (1): USB: Reset USB 3.0 devices on (re)discovery Paul Zimmerman (4): xhci: Avoid BUG() in interrupt context xhci: Clarify some expressions in the TRB math xhci: Fix errors in the running total calculations in the TRB math xhci: Fix an error in count_sg_trbs_needed() -- 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