The following changes since commit 2fc5a7dace3c43e62402ab4e8800a8f1834ffe2a:

  usb: chipidea: udc: using MultO at TD as real mult value for ISO-TX 
(2014-01-13 15:55:19 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci.git 
tags/for-usb-linus-2014-02-04

for you to fetch changes up to f7b2e4032d52deff480e0c303fbd9180276f8dfc:

  Revert "xhci: replace xhci_read_64() with readq()" (2014-01-30 13:27:49 -0800)

----------------------------------------------------------------
xhci: Fix some regressions introduced in 3.14.

Hi Greg,

Here's four patches for 3.14.

One of them adds an xHCI host quirk, and the other three of them fix
regressions introduced in 3.14.  One regression causes USB 3.0 Link PM to
be enabled on all xHCI hosts (even those that may not support it), which
causes some USB 3.0 devices to not enumerate.  A second regression causes
some xHCI hosts that don't support 64-bit addressing to stop responding to
commands and die.

Note, these patches don't fix the recent usbfs regression that was caused
by commit 35773dac5f862cb1c82ea151eba3e2f6de51ec3e "usb: xhci: Link TRB
must not occur within a USB payload burst".  I'm waiting for those patches
to be tested.

Please pull usb-linus into usb-next, as I have feature patches that rely on
140e3026a57a Revert "usbcore: set lpm_capable field for LPM capable root
hubs"

Sarah Sharp

----------------------------------------------------------------
Sarah Sharp (4):
      xhci: Fix resume issues on Renesas chips in Samsung laptops
      Revert "usbcore: set lpm_capable field for LPM capable root hubs"
      Revert "xhci: replace xhci_write_64() with writeq()"
      Revert "xhci: replace xhci_read_64() with readq()"

 drivers/usb/core/hcd.c       |    1 -
 drivers/usb/core/hub.c       |    7 +------
 drivers/usb/core/usb.h       |    1 -
 drivers/usb/host/xhci-dbg.c  |    6 +++---
 drivers/usb/host/xhci-mem.c  |   14 +++++++-------
 drivers/usb/host/xhci-pci.c  |    5 +++++
 drivers/usb/host/xhci-ring.c |   14 ++++++++------
 drivers/usb/host/xhci.c      |   20 ++++++++++----------
 drivers/usb/host/xhci.h      |   39 ++++++++++++++++++++++++++++-----------
 9 files changed, 62 insertions(+), 45 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to