Hi Greg Some xhci features for 4.15. Adds debugfs and more tracing for xhci, improves resume time among other changes. -Mathias Adam Wallis (1): xhci: allow TRACE to work with EVENT ring dequeue Anshuman Gupta (1): usb: xhci: reduce device initiated resume time variance. Geert Uytterhoeven (1): usb: host: xhci-plat: Use of_device_get_match_data() helper Lu Baolu (7): usb: xhci: Add debugfs interface for xHCI driver usb: xhci: Disable slot even when virt-dev is null usb: xhci: Fix potential memory leak in xhci_disable_slot() usb: xhci: Fix memory leak when xhci_disable_slot() returns error usb: xhci: Return error when host is dead in xhci_disable_slot() usb: xhci: Remove xhci->mutex from xhci_alloc_dev() usb: xhci: Handle USB transaction error on address command Mathias Nyman (2): xhci: add port speed ID to portsc tracing xhci: trace slot context when calling xhci_configure_endpoint() Thang Q. Nguyen (1): usb: host: xhci support option to disable the xHCI USB2 HW LPM Documentation/devicetree/bindings/usb/usb-xhci.txt | 1 + drivers/usb/host/Makefile | 4 + drivers/usb/host/xhci-debugfs.c | 526 +++++++++++++++++++++ drivers/usb/host/xhci-debugfs.h | 137 ++++++ drivers/usb/host/xhci-hub.c | 5 +- drivers/usb/host/xhci-mem.c | 5 +- drivers/usb/host/xhci-plat.c | 11 +- drivers/usb/host/xhci-ring.c | 12 +- drivers/usb/host/xhci-trace.h | 5 + drivers/usb/host/xhci.c | 88 ++-- drivers/usb/host/xhci.h | 18 +- 11 files changed, 759 insertions(+), 53 deletions(-) create mode 100644 drivers/usb/host/xhci-debugfs.c create mode 100644 drivers/usb/host/xhci-debugfs.h -- 2.7.4 -- 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