]> git.baikalelectronics.ru Git - kernel.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)
commit58c67ea496cd902e1a5c528306befd87619a419b
treeb9d955c9711c447196c1570b6ae4a3b1cc2050cb
parent7dc3669c159ca6c23a1f6849b75679288ee93b32
parent770cebc536d91f7b22d3f97000a1b6f331920259
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