public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: torvalds@osdl.org, akpm@osdl.org
Cc: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [BK PATCH] USB fixes for 2.6.10-rc3
Date: Thu, 9 Dec 2004 15:09:01 -0800	[thread overview]
Message-ID: <20041209230900.GA6091@kroah.com> (raw)

Hi,

Here are some USB fixes for 2.6.10-rc3.  There is also a PCI build time
fix, and a Documentation grammer fix in here too.  Some of the patches
are big, as they involve deleting a unworking driver and replacing it
with a working version.

Please pull from:
	bk://kernel.bkbits.net/gregkh/linux/usb-2.6

Patches will be posted to linux-usb-devel as a follow-up thread for
those who want to see them.

thanks,

greg k-h


 drivers/usb/host/hc_simple.c   | 1039 ----------------------
 drivers/usb/host/hc_simple.h   |  231 ----
 drivers/usb/host/hc_sl811.c    | 1357 -----------------------------
 drivers/usb/host/hc_sl811.h    |  385 --------
 drivers/usb/host/hc_sl811_rh.c |  583 ------------
 arch/i386/kernel/quirks.c      |    3 
 arch/x86_64/Kconfig            |    1 
 drivers/usb/core/inode.c       |    3 
 drivers/usb/host/Kconfig       |   16 
 drivers/usb/host/Makefile      |    3 
 drivers/usb/host/ehci-hub.c    |    2 
 drivers/usb/host/ehci-q.c      |  133 +-
 drivers/usb/host/ehci-sched.c  |    5 
 drivers/usb/host/hc_crisv10.c  |    2 
 drivers/usb/host/ohci-hub.c    |   18 
 drivers/usb/host/sl811-hcd.c   | 1909 ++++++++++++++++++++++++++++++++++++++++-
 drivers/usb/host/sl811.h       |  270 +++++
 drivers/usb/host/uhci-debug.c  |   11 
 drivers/usb/host/uhci-hub.c    |   10 
 include/linux/usb_sl811.h      |   26 
 20 files changed, 2320 insertions(+), 3687 deletions(-)
-----

Adrian Bunk:
  o USB uhci-debug.c: remove an unused function (fwd)

Alan Stern:
  o USB UHCI: minor bugfix for port resume

David Brownell:
  o USB: sl811-hcd driver, replaces hc_sl811
  o USB: OHCI "resume"/smp fix
  o USB: EHCI qh update race fix

Greg Kroah-Hartman:
  o USB: fix another sparse warning in the USB core
  o USB: fix obvious build error in hc_chrisv10.c driver
  o USB: removed unused hc_sl811 driver from the tree
  o USB: fix sparse warning in ehci-hcd driver
  o USB: fix sparse warnings in sl811-hcd driver

Nishanth Aravamudan:
  o USB: add wake-up for waitqueues in usbfs_remove_file() to fix bug 387

Randy Dunlap:
  o PCI/x86-64: build with PCI=n


             reply	other threads:[~2004-12-09 23:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-09 23:09 Greg KH [this message]
2004-12-09 23:41 ` [BK PATCH] USB fixes for 2.6.10-rc3 Linus Torvalds
2004-12-09 23:57   ` Greg KH
2004-12-10  0:08     ` Linus Torvalds
2004-12-10  0:19       ` Greg KH
2004-12-10  4:48         ` Benjamin Herrenschmidt
2004-12-11 15:21           ` linjia02
2004-12-10  0:12     ` [linux-usb-devel] " David Brownell

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=20041209230900.GA6091@kroah.com \
    --to=greg@kroah.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox