The following changes since commit 2f02bc8af3abb846823811af65ec6cc46a4d525d:

  USB: report submission of active URBs (2012-11-11 18:10:46 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci.git 
for-usb-next-2012-11-12

for you to fetch changes up to 77b847677e7cb633627a9ddaa7efbc3fa8586427:

  usb: host: xhci: move HC_STATE_SUSPENDED check to xhci_suspend() (2012-11-12 
11:45:34 -0800)

----------------------------------------------------------------
xHCI patches for 3.8

Hi Greg,

Here's some xHCI bug fixes.  There's nothing major in here that can't
wait for 3.8.  The NULL pointer deref that commit 68e5254 fixes hasn't
ever been reported in the three years that the xHCI driver has been
available, so it can wait a few more weeks.

There's two quirk updates, one for Fresco Logic (commit bba18e3) and one
for xHCI hosts with the TI redriver (commit b0e4e60).  Commit 4525c0a
makes the xHCI driver work correctly on the SiBridge xHCI host (and
perhaps other 1.0 xHCI host controllers).  Commit 392a07a fixes a bug in
the Intel Panther Point xHCI host bandwidth checking checking.

Commits 2611bd1 and 77b8476 are trivial cleanup patches.

Sarah Sharp

----------------------------------------------------------------
Alexis R. Cortes (1):
      usb: host: xhci: Stricter conditional for Z1 system models for Compliance 
Mode Patch

Felipe Balbi (1):
      usb: host: xhci: move HC_STATE_SUSPENDED check to xhci_suspend()

Julius Werner (1):
      xhci: fix null-pointer dereference when destroying half-built segment 
rings

Sarah Sharp (4):
      xhci: Avoid global symbol pollution with handshake.
      xhci: Fix conditional check in bandwidth calculation.
      xHCI: Fix TD Size calculation on 1.0 hosts.
      xhci: Extend Fresco Logic MSI quirk.

 drivers/usb/host/xhci-mem.c  |    9 +++++++--
 drivers/usb/host/xhci-pci.c  |   16 ++++++----------
 drivers/usb/host/xhci-ring.c |   34 ++++++++++++++++++++--------------
 drivers/usb/host/xhci.c      |   32 +++++++++++++++++++-------------
 drivers/usb/host/xhci.h      |    2 +-
 5 files changed, 53 insertions(+), 40 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