All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] USB fixes for .37-rc4
@ 2010-12-02 20:48 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2010-12-02 20:48 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb

Here are a number of USB patches for your .37-rc4 tree.

The largest here is some xhci suspend/resume fixes that have been
reported, and tested that they fix the issues.

Also, some musb fixes, as well as a variety of other minor stuff.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/ usb-linus

All of these patches have been in the linux-next and mm trees for a
while.

The full patches will be sent to the linux-usb mailing list, if anyone
wants to see them.

thanks,

greg k-h

------------


 drivers/usb/core/hcd.c            |    2 +
 drivers/usb/host/ehci-pci.c       |   12 +++
 drivers/usb/host/xhci-hub.c       |    7 ++
 drivers/usb/host/xhci-mem.c       |  164 +++++++++++++++++++++++++++++++++++++
 drivers/usb/host/xhci.c           |   18 ++++
 drivers/usb/host/xhci.h           |   26 ++++++
 drivers/usb/misc/yurex.c          |    1 +
 drivers/usb/musb/musb_core.c      |    3 +
 drivers/usb/musb/musb_gadget.c    |  124 +++++++++++++++++++---------
 drivers/usb/serial/ftdi_sio.c     |    2 +
 drivers/usb/serial/ftdi_sio_ids.h |    4 +
 drivers/usb/serial/usb-serial.c   |    3 +
 include/linux/usb.h               |    4 +
 13 files changed, 332 insertions(+), 38 deletions(-)

---------------

Ajay Kumar Gupta (1):
      usb: musb: gadget: fix compilation warning

Alan Stern (1):
      USB: fix autosuspend bug in usb-serial

Anand Gadiyar (1):
      usb: musb: do not use dma for control transfers

Brian J. Tarricone (1):
      USB: ehci: disable LPM and PPCD for nVidia MCP89 chips

Hema Kalliguddi (1):
      usb: musb: unmap dma buffer when switching to PIO

Jacques Viviers (1):
      USB: serial: ftdi_sio: Vardaan USB RS422/485 converter PID added

Michael Stuermer (1):
      USB: ftdi_sio: Add ID for RT Systems USB-29B radio cable

Ming Lei (1):
      usb: musb: clear RXCSR_AUTOCLEAR before PIO read

Paul Zimmerman (1):
      xhci: Fix reset-device and configure-endpoint commands

Sarah Sharp (2):
      xhci: Setup array of USB 2.0 and USB 3.0 ports.
      xhci: Don't let the USB core disable SuperSpeed ports.

Tomoki Sekiyama (1):
      USB: yurex: add .llseek fop to file_operations


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-02 20:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-02 20:48 [GIT PATCH] USB fixes for .37-rc4 Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.