All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, linux-usb-devel@lists.sourceforge.net
Subject: [GIT PATCH] USB fixes for 2.6.21-rc5
Date: Mon, 26 Mar 2007 14:22:36 -0700	[thread overview]
Message-ID: <20070326212236.GA13681@kroah.com> (raw)

Here are some USB fixes against 2.6.21-rc5.

These patches fix a number of reported problems and compiler warnings in
the current tree.

Yes, hte omap_udc. and uhci patches seem a bit "big" but both David and
Alan ensure me that they are correct and needed for the 2.6.21 final
release.

All of these have been in the -mm releases.

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

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

thanks,

greg k-h

 drivers/usb/core/quirks.c     |    3 +-
 drivers/usb/gadget/omap_udc.c |  103 +++++++++++++++++++++++++++++++++++++----
 drivers/usb/host/uhci-debug.c |   26 ++++++----
 drivers/usb/host/uhci-hcd.c   |    3 +-
 drivers/usb/host/uhci-q.c     |   94 ++++++++++----------------------------
 drivers/usb/serial/airprime.c |    1 -
 drivers/usb/serial/ftdi_sio.c |    6 ++-
 drivers/usb/serial/generic.c  |    7 ++-
 8 files changed, 145 insertions(+), 98 deletions(-)

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

Alan Stern (1):
      UHCI: Fix problem caused by lack of terminating QH

David Brownell (3):
      USB: omap_udc: workaround dma_free_coherent() bogosity
      USB: fix usb-serial/generic build warning
      USB: fix usb-serial/ftdi build warning

Jon K Hellan (1):
      USB: remove duplicated device id in airprime driver

Oliver Neukum (1):
      USB: another entry for the quirk list


                 reply	other threads:[~2007-03-26 21:24 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=20070326212236.GA13681@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    --cc=torvalds@osdl.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 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.