The following changes since commit c2d57aec81f3d479642523fd4d3537006168c240:
USB: core: remove unused dbg() call in message.c (2012-09-13 11:23:03 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci.git
for-usb-next-2012-09-13
for you to fetch changes up to 261fa12be074f2731f727bfca372c9f727060196:
drivers/usb/host/xhci-ring.c: removes unnecessary semicolon (2012-09-13
15:50:03 -0700)
----------------------------------------------------------------
xHCI patches for 3.7
Hi Greg,
Here's seven patches for 3.7.
The first four fix an issue with Set Address command timeouts. It turns out
that Set Address timeouts can trigger a warning that was put in to avoid a NULL
pointer dereference. This patchset fixes the underlying cause of the NULL
pointer that was papered over by the warning. They should be applied to stable,
but I'm a bit nervous about the size, so I'd rather they go into 3.7, rather
than trying to stuff them into a late 3.6-rc.
The other three patches are various trivial fixes.
Sarah Sharp
----------------------------------------------------------------
Elric Fu (4):
xHCI: add cmd_ring_state
xHCI: add aborting command ring function
xHCI: cancel command after command timeout
xHCI: handle command after aborting the command ring
Felipe Balbi (1):
usb: host: xhci: sparse fixes
Peter Senna Tschudin (1):
drivers/usb/host/xhci-ring.c: removes unnecessary semicolon
Sebastian Andrzej Siewior (1):
usb/xhci: update a comment regarding the BOS descriptor to reflect the
code
drivers/usb/host/xhci-hub.c | 4 +-
drivers/usb/host/xhci-mem.c | 7 +
drivers/usb/host/xhci-ring.c | 286 ++++++++++++++++++++++++++++++++++++++++-
drivers/usb/host/xhci.c | 39 ++++--
drivers/usb/host/xhci.h | 19 +++
5 files changed, 334 insertions(+), 21 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html