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 update for 2.6.3
Date: Thu, 19 Feb 2004 17:28:03 -0800 [thread overview]
Message-ID: <20040220012802.GA16523@kroah.com> (raw)
Hi,
Here are some USB patches for 2.6.3. Here are the main types of changes:
- switch usb code to use dmapools instead of pcipools which
makes the embedded people happy.
- host controller driver updates for EHCI and UHCI drivers
- usb storage driver updates.
- a few other minor bug fixes.
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/class/usblp.c | 20 -
drivers/usb/core/buffer.c | 23 -
drivers/usb/core/hcd-pci.c | 31 +
drivers/usb/core/hcd.c | 38 +-
drivers/usb/core/hcd.h | 7
drivers/usb/core/hub.c | 9
drivers/usb/core/message.c | 26 +
drivers/usb/core/usb.c | 13
drivers/usb/host/ehci-dbg.c | 24 -
drivers/usb/host/ehci-hcd.c | 18 -
drivers/usb/host/ehci-hub.c | 2
drivers/usb/host/ehci-mem.c | 40 +-
drivers/usb/host/ehci-q.c | 2
drivers/usb/host/ehci-sched.c | 592 ++++++++++++++++++++++++-------------
drivers/usb/host/ehci.h | 80 +++--
drivers/usb/host/ohci-hcd.c | 8
drivers/usb/host/ohci-mem.c | 20 -
drivers/usb/host/ohci-omap.c | 12
drivers/usb/host/ohci-pci.c | 45 +-
drivers/usb/host/ohci-q.c | 4
drivers/usb/host/ohci-sa1111.c | 16 -
drivers/usb/host/ohci.h | 12
drivers/usb/host/uhci-debug.c | 35 +-
drivers/usb/host/uhci-hcd.c | 386 +++++++++++-------------
drivers/usb/host/uhci-hcd.h | 30 +
drivers/usb/host/uhci-hub.c | 157 +++++----
drivers/usb/media/stv680.c | 16 -
drivers/usb/misc/usbtest.c | 19 +
drivers/usb/serial/ftdi_sio.c | 13
drivers/usb/serial/ftdi_sio.h | 4
drivers/usb/storage/sddr09.c | 31 +
drivers/usb/storage/transport.c | 78 ++--
drivers/usb/storage/unusual_devs.h | 86 +++--
33 files changed, 1111 insertions(+), 786 deletions(-)
-----
Alan Stern:
o USB: Use driver-model logging in the UHCI driver
o USB: Repair unusual_devs.h entry
o USB: Another unusual_devs.h update
o USB: More UHCI root hub code improvements
o USB: Improve UHCI root hub code: descriptor, OC bits, etc
o USB Storage: unusual_devs.h fixup
o USB Storage: Reduce auto-sensing for CB transport
o USB Storage: Treat STALL as failure for CB[I]
o USB Storage: Handle excess 0-length data packets
o USB: Mask "HC Halted" bit in the UHCI status register
o USB: Simplify locking in UHCI
o USB: ERRBUF_LEN compiling error when PAGE_SIZE=64KB on IA64
o USB: Even out distribution of UHCI interrupt transfers
o USB: Remove unneeded and error-provoking variable in UHCI
Andries E. Brouwer:
o USB: add comments to sddr09.c
David Brownell:
o USB: ehci-hcd, scheduler handles TT collisions (3/3)
o USB: ehci-hcd, fullspeed iso data structures (2/3)
o USB: ehci-hcd, fullspeed iso data structures (1/3)
o USB: usbtest, two more protocol cases
o USB: usbcore, avoid RNDIS configs
o USB: usbcore, hub driver enables TT-per-port mode
o USB: usbcore, scatterlist cleanups
o USB: EHCI updates (mostly periodic schedule scanning)
Deepak Saxena:
o USB: Fix USB host code to use generic DMA API
Domen Puncer:
o USB: some stv680 fixes
Greg Kroah-Hartman:
o USB storage: sync up with some missing unusual_devs entries that were in my tree
o USB: fix up compile errors in uhci driver
Ian Abbott:
o USB: ftdi_sio new PIDs and name fix for sysfs
Matthew Dharm:
o USB Storage: Fix small endian-ness bug
o USB Storage: Reduce unsolicited auto-sense
o USB Storage: Save the SCSI residue value when auto-sensing
Paulo Marques:
o USB: fix usblp.c
next reply other threads:[~2004-02-20 1:31 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-20 1:28 Greg KH [this message]
2004-02-20 5:58 ` [BK PATCH] USB update for 2.6.3 Linus Torvalds
2004-02-20 6:03 ` Benjamin Herrenschmidt
2004-02-20 6:30 ` Linus Torvalds
2004-02-20 6:28 ` Benjamin Herrenschmidt
2004-02-20 6:47 ` Linus Torvalds
2004-02-20 6:42 ` Benjamin Herrenschmidt
2004-02-20 7:00 ` Greg KH
2004-02-20 7:06 ` Benjamin Herrenschmidt
2004-02-20 7:58 ` [linux-usb-devel] " David Brownell
2004-02-20 7:03 ` Linus Torvalds
2004-02-20 7:04 ` David S. Miller
2004-02-20 7:10 ` Benjamin Herrenschmidt
2004-02-20 7:32 ` David S. Miller
2004-02-20 15:15 ` Linus Torvalds
2004-02-20 18:15 ` Hollis Blanchard
2004-02-20 18:39 ` Linus Torvalds
2004-02-20 19:20 ` Hollis Blanchard
2004-02-20 19:32 ` Linus Torvalds
2004-02-20 22:40 ` [linux-usb-devel] " Benjamin Herrenschmidt
2004-02-20 19:30 ` Alan Stern
2004-02-20 7:08 ` Benjamin Herrenschmidt
2004-02-20 8:08 ` David Brownell
2004-02-20 9:26 ` Russell King
2004-02-20 7:40 ` Deepak Saxena
2004-02-20 7:47 ` [linux-usb-devel] " Benjamin Herrenschmidt
2004-02-20 8:08 ` Deepak Saxena
2004-02-20 8:43 ` David Brownell
2004-02-20 8:48 ` Benjamin Herrenschmidt
2004-02-20 9:27 ` Russell King
[not found] <fa.d7mjamc.1l40pri@ifi.uio.no>
2004-02-20 6:34 ` Andy Lutomirski
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=20040220012802.GA16523@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