public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PATCH] USB fixes for .37-rc4
Date: Thu, 2 Dec 2010 12:48:37 -0800	[thread overview]
Message-ID: <20101202204837.GC5927@kroah.com> (raw)

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


                 reply	other threads:[~2010-12-02 20:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101202204837.GC5927@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox