Hi Greg Among other small changes this series adds usb2 port test mode for xhci, reworks how we handle unresponsive (hotplug removed) hosts, and shifts debugging more towards tracing. -Mathias Andrew Bresticker (1): usb: xhci: plat: Enable async suspend/resume Felipe Balbi (4): usb: host: xhci: print device slot from URB tracers usb: host: xhci: extract xhci_slot_state_string() usb: host: xhci: add Slot and EP Context tracers usb: host: xhci: fix up Control Transfer TRB decoder Guoqing Zhang (4): usb: xhci: Add helper function xhci_set_power_on(). usb: xhci: Add helper function xhci_disable_slot(). usb: xhci: Expose xhci_start() function. usb: xhci: Add port test modes support for usb2. Joel Stanley (1): xhci: Do not halt the host until both HCD have disconnected their devices. Lu Baolu (11): usb: xhci: clear EINT bit in status correctly usb: xhci: add xhci_log_ring trace events usb: xhci: remove xhci_dbg_ep_rings() usb: xhci: make several functions static usb: xhci: remove error messages for failed memory allocation usb: xhci: remove enq_updates and deq_updates from ring usb: xhci: remove ring debugging code usb: xhci: remove xhci_debug_trb() usb: xhci: remove xhci_dbg_ctx() usb: xhci: fix link trb decoding usb: xhci: refine xhci_decode_trb() Mathias Nyman (1): xhci: Rework how we handle unresponsive or hoptlug removed hosts Roger Quadros (1): usb: xhci: bInterval quirk for TI TUSB73x0 Zhengjun Xing (1): xhci: add slot and endpoint numbers to debug messages in handle_tx_event drivers/usb/host/xhci-dbg.c | 308 +-------------------------------------- drivers/usb/host/xhci-hub.c | 166 +++++++++++++++++---- drivers/usb/host/xhci-mem.c | 19 ++- drivers/usb/host/xhci-pci.c | 3 + drivers/usb/host/xhci-plat.c | 2 + drivers/usb/host/xhci-ring.c | 266 +++++++++++++++++++++------------- drivers/usb/host/xhci-trace.h | 174 +++++++++++++++++++++- drivers/usb/host/xhci.c | 221 ++++++++++++++-------------- drivers/usb/host/xhci.h | 326 +++++++++++++++++++++++++++++------------- 9 files changed, 830 insertions(+), 655 deletions(-) -- 1.9.1 -- 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