Hi Greg A few features for usb next, mostly tracing and debugging features, but also support for Immediate Data Transfer for small (up to 8 bytes) data transfers -Mathias Mathias Nyman (3): xhci: add port and bus number to port dynamic debugging xhci: Add tracing for input control context usb: xhci: add endpoint context tracing when an endpoint is added Nicolas Saenz Julienne (1): usb: xhci: add Immediate Data Transfer support drivers/usb/host/xhci-hub.c | 44 +++++++++++++++++++++++++---------------- drivers/usb/host/xhci-ring.c | 24 ++++++++++++++++++---- drivers/usb/host/xhci-trace.h | 30 ++++++++++++++++++++++++++++ drivers/usb/host/xhci.c | 40 +++++++++++++++++++++++++++++++++---- drivers/usb/host/xhci.h | 46 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 159 insertions(+), 25 deletions(-) -- 2.7.4