]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge tag 'for-usb-linus-2012-10-23' of git://git.kernel.org/pub/scm/linux/kernel...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 02:25:52 +0000 (19:25 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 02:25:52 +0000 (19:25 -0700)
commit3a99ba53d10411714fe312eb1b4de25d4676fbfc
treeb9d955c9711c447196c1570b6ae4a3b1cc2050cb
parentc24d1ce579139116e684c118a89509c48b453bad
parent16b45fdf9c4e82f5d3bc53aa70737650e7c8d5ed
Merge tag 'for-usb-linus-2012-10-23' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus

xHCI fixes for 3.7-rc3

Hi Greg,

Here's four bug fixes for 3.7.

The first patch fixes a potential deadlock in the USB port power off code,
and the last two patches fix bugs in the USB 3.0 Link PM patchset.  The
second one is trivial and removes an unnecessary cast.

Sarah Sharp