Re: [PATCH v2 0/5] make uas fly

2013-09-12 Thread Greg KH
On Tue, Sep 03, 2013 at 03:46:40PM +0200, Gerd Hoffmann wrote: > 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. As these depend

[PATCH v2 0/5] make uas fly

2013-09-03 Thread Gerd Hoffmann
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