]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-usb-2013-08-15-step-1' into for-usb-next
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Fri, 16 Aug 2013 01:00:46 +0000 (18:00 -0700)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Fri, 16 Aug 2013 01:00:46 +0000 (18:00 -0700)
commitad6e79a47d31a89208ed2cb650b1db76683ddd3c
tree94408827a9da0a2e16cd189692cbb425345e92a8
parent7ed44813a708872f6d78747b6b1b3584a3f1081c
parent32579010e149d3637c7bc70ebae9c930e1c32e61
Merge tag 'for-usb-2013-08-15-step-1' into for-usb-next

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

Hi Greg,

This is the first of three 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 one, and contains the backported version of
commit 76d4c949cfa667255a74254c93ead1e963c76beb, the two port power off
fixes, and an unrelated xhci-plat bug fix.

Sarah Sharp

Resolved conflicts:
drivers/usb/core/hub.c
13 files changed:
MAINTAINERS
drivers/usb/class/usbtmc.c
drivers/usb/core/hub.c
drivers/usb/host/ehci-sched.c
drivers/usb/host/xhci-mem.c
drivers/usb/host/xhci-plat.c
drivers/usb/host/xhci.c
drivers/usb/host/xhci.h
drivers/usb/misc/adutux.c
drivers/usb/serial/keyspan.c
drivers/usb/serial/mos7840.c
drivers/usb/serial/ti_usb_3410_5052.c
drivers/usb/wusbcore/wa-xfer.c