]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-usb-2013-08-15-step-2' of ra.kernel.org:/pub/scm/linux/kernel/git...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Aug 2013 23:57:51 +0000 (16:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Aug 2013 23:57:51 +0000 (16:57 -0700)
commit88d7ca122645230bf0ca0ee3a7d5066ec0c150af
tree748e51bd8b0d84afba9907c9bf73d970a02807ea
parent319dd97ad7deb14c05a2e6e5c49f525c3decf5ca
parentad6e79a47d31a89208ed2cb650b1db76683ddd3c
Merge tag 'for-usb-2013-08-15-step-2' of ra.kernel.org:/pub/scm/linux/kernel/git/sarah/xhci into work-next

Sarah writes:

xhci: Step 2 to fix usb-linus and usb-next.

Hi Greg,

This is the first of two steps to fix your usb-linus and usb-next trees.
As I mentioned, commit 76d4c949cfa667255a74254c93ead1e963c76beb "USB:
handle LPM errors during device suspend correctly" was incorrectly added
to usb-next when it should have been added to usb-linus and marked for
stable.

Two port power off bug fixes touch the same code that patch touches, but
it's not easy to simply move commit 76d4c949 patch to usb-linus because
commit 11894b6bfcf7798a646d63347671469d07db32d8 "USB: refactor code for
enabling/disabling remote wakeup" also touched those code sections.

I propose a two step process to fix this:

1. Pull these four patches into usb-linus.

2. Revert commit 11894b6bfcf7798a646d63347671469d07db32d8 from usb-next.
   Merge usb-linus into usb-next, and resolve the conflicts.

I will be sending pull requests for these steps.

This pull request is step two.

Sarah Sharp