Hi, This patch series enables uas support in the linux kernel. First patch fixes usb3 streams support in xhci, patches 2-4 improve uas error handling and patch 5 removes BROKEN from the uas kernel config.
v2 changes: - use WARN_ON_ONCE() instead of BUG_ON() - make checkpatch happy (codestyle fixes). cheers, Gerd Gerd Hoffmann (5): xhci: fix usb3 streams uas: properly reinitialize in uas_eh_bus_reset_handler uas: rename work list lock + list field uas: add dead request list uas: remove BROKEN drivers/usb/host/xhci-mem.c | 53 ++++++++++++++----- drivers/usb/host/xhci.h | 2 + drivers/usb/storage/Kconfig | 2 +- drivers/usb/storage/uas.c | 123 ++++++++++++++++++++++++++++++++------------ 4 files changed, 134 insertions(+), 46 deletions(-) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html