Hi Greg A few minor xhci improvements for usb-next -Mathias Li Jun (1): usb: xhci: add debugfs support for ep with stream Mathias Nyman (2): xhci: Tune interrupt blocking for isochronous transfers xhci: don't create endpoint debugfs entry before ring buffer is set. Peter Chen (7): usb: host: xhci-plat: add platform data support usb: host: xhci-plat: add .suspend_quirk for struct xhci_plat_priv usb: host: xhci-plat: delete the unnecessary code usb: host: xhci-plat: add priv quirk for skip PHY initialization usb: host: xhci-plat: add wakeup entry at sysfs usb: host: xhci-plat: improve the comments for xhci_plat_suspend usb: xhci: omit duplicate actions when suspending a runtime suspended host. drivers/usb/host/xhci-debugfs.c | 109 +++++++++++++++++++++++++++++++- drivers/usb/host/xhci-debugfs.h | 10 +++ drivers/usb/host/xhci-plat.c | 44 +++++++++---- drivers/usb/host/xhci-plat.h | 1 + drivers/usb/host/xhci-ring.c | 23 +++++-- drivers/usb/host/xhci.c | 11 ++-- drivers/usb/host/xhci.h | 1 + 7 files changed, 179 insertions(+), 20 deletions(-) -- 2.17.1