]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-usb-linus-2012-09-05' of git://git.kernel.org/pub/scm/linux/kernel...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Sep 2012 01:10:11 +0000 (18:10 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Sep 2012 01:10:11 +0000 (18:10 -0700)
commit63f8875883ca92e5bfa3fadc27031b75ab060bea
tree064e13d317441efd96a18d5998c4c8765aadf0c2
parent4e8a62d28ac57483bdee4918c12d19c78b8d6e25
parent072e5b5c6b7ddaed913cfa289d8b82a372ad4808
Merge tag 'for-usb-linus-2012-09-05' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus

xHCI 3.6 bug fixes.

Hi Greg,

Here's seven bugfixes for 3.6.  All of them are marked for stable, and
most are vendor-specific fixes.

Details:
--------

 - Commits 7314f7a and 072e5b5 fix a couple stupid mistakes I made in a
   Intel xHCI bug fix patch I pushed just before I left for vacation.

 - Commits d7e74e2 and 0300383 fix issues with the Intel Panther Point
   EHCI to xHCI port switchover.

 - Commit 2b916da adds the work-around for the TI redriver "dead port"
   issue.

 - Commit fccb7be adds a fix for non-PCI xHCI platform drivers.

 - Commit 6e5097b works around the UEFI issue with the xHCI host
   sometimes returning 0xff's in the MMIO on boot.

Sarah Sharp