]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-usb-next-2014-03-06' of git://git.kernel.org/pub/scm/linux/kernel...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2014 20:53:41 +0000 (12:53 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2014 20:53:41 +0000 (12:53 -0800)
commite0eec62dcfd8279cf2e0e6d69df139d5056205d9
tree1b0c061e2b0753066fe982c52e130767bb181551
parente7897a8133a08b1b6c54400f2f83b35aee5d3fa6
parent41d1f868b7fab87e6ba4b2851fc09c83391c4acb
Merge tag 'for-usb-next-2014-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next

Sarah writes:

xhci: Streams and UAS cleanups, misc cleanups for 3.15

Hi Greg,

Here's 76 patches to queue to usb-next for 3.15.

The bulk of this rather large pull request is the UAS driver cleanup, the
xHCI streams fixes, and the new userspace API for usbfs to be able to use
and alloc/free bulk streams.  I've hammered on these changes, and the UAS
driver seems solid.  The performance numbers are pretty spiffy too:

root@xanatos:~# echo 3 > /proc/sys/vm/drop_caches; dd if=/dev/sdb of=/dev/null bs=4k count=1000M iflag=count_bytes
256000+0 records in
256000+0 records out
1048576000 bytes (1.0 GB) copied, 3.28557 s, 319 MB/s

That's about 100 MB/s faster than my fastest Bulk-only-Transport mass
storage drive.

There's a couple of miscellaneous cleanup patches and non-urgent bug fixes
in here as well:

41d1f868b7fa xhci: add the meaningful IRQ description if it is empty
96899b3d592c xhci: Prevent runtime pm from autosuspending during initialization
62ccb36d8bda xhci: make warnings greppable
cde63f7dfa7c usb/xhci: Change how we indicate a host supports Link PM.

Sarah Sharp