mirror of https://lore.kernel.org/lkml/
 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] Yet More USB patches for 2.6.10-rc1
Date: Fri, 12 Nov 2004 15:07:34 -0800	[thread overview]
Message-ID: <20041112230733.GA11920@kroah.com> (raw)

Hi,

Here are a some more USB fixes and cleanups for 2.6.10-rc1.
	- driver updates
	- suspend bug fixes and updates
	- locking bugs found by sparse fixed
	- endian warnings found by sparse fixed.
	- misc other bugfixes.

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.

USB bug fixes only from me from now on till 2.6.10 is out (hint to the
usb developers...)

thanks,

greg k-h


 Documentation/usb/sn9c102.txt          |  118 +++-
 drivers/usb/core/hcd-pci.c             |  151 +++---
 drivers/usb/core/hcd.c                 |   42 -
 drivers/usb/core/hub.c                 |   26 -
 drivers/usb/core/usb.c                 |    8 
 drivers/usb/gadget/file_storage.c      |    4 
 drivers/usb/gadget/rndis.c             |    4 
 drivers/usb/host/ehci-hcd.c            |   39 -
 drivers/usb/host/ehci-hub.c            |   78 +--
 drivers/usb/host/ehci-sched.c          |    1 
 drivers/usb/host/ohci-hcd.c            |   12 
 drivers/usb/host/ohci-hub.c            |   56 +-
 drivers/usb/host/ohci-pci.c            |    5 
 drivers/usb/host/ohci.h                |   12 
 drivers/usb/media/sn9c102.h            |   14 
 drivers/usb/media/sn9c102_core.c       |  324 +++++++++----
 drivers/usb/media/sn9c102_pas106b.c    |  113 +++-
 drivers/usb/media/sn9c102_pas202bcb.c  |   95 +++
 drivers/usb/media/sn9c102_sensor.h     |   25 -
 drivers/usb/media/sn9c102_tas5110c1b.c |    4 
 drivers/usb/media/sn9c102_tas5130d1b.c |    8 
 drivers/usb/misc/rio500.c              |   14 
 drivers/usb/misc/tiglusb.c             |    4 
 drivers/usb/misc/usbtest.c             |    6 
 drivers/usb/net/Kconfig                |   25 -
 drivers/usb/serial/io_edgeport.c       |  254 ++++++----
 drivers/usb/serial/io_fw_boot.h        |    6 
 drivers/usb/serial/io_fw_boot2.h       |    6 
 drivers/usb/serial/io_fw_down.h        |    6 
 drivers/usb/serial/io_fw_down2.h       |    6 
 drivers/usb/serial/io_tables.h         |    9 
 drivers/usb/serial/io_ti.c             |  812 +++++++++++++++++++++++++--------
 drivers/usb/serial/io_usbvend.h        |    2 
 drivers/usb/serial/kl5kusb105.c        |    2 
 drivers/usb/serial/mct_u232.c          |    2 
 drivers/usb/serial/usb-serial.c        |   65 +-
 drivers/usb/serial/whiteheat.c         |    2 
 drivers/usb/storage/freecom.c          |    2 
 drivers/usb/storage/unusual_devs.h     |   15 
 include/linux/videodev2.h              |    1 
 40 files changed, 1615 insertions(+), 763 deletions(-)
-----

<lmendez19:austin.rr.com>:
  o usb-serial: free interrupt_out_buffer in cleanup routines

Adrian Bunk:
  o USB: misc USB gadget cleanups

Al Borchers:
  o USB: io_ti new devices, circular buffer, flow control, misc fixes
  o USB: revised usbserial open/close unbalanced get/put
  o USB: io_edgeport locking, flow control, and misc fixes

Bjoern Paetzel:
  o USB Storage: unusual_devs entry for yakumo

David Brownell:
  o USB: usb PM updates, EHCI (4/4)
  o USB: usb PM updates, OHCI (3/4)
  o USB: usb PM updates, root hub stuff (2/4)
  o USB: usb PM updates, PCI glue (1/4)
  o USB: usb network Kconfig updates

Greg Kroah-Hartman:
  o USB: fix up a bunch of sparse bitwise warnings in the ohci driver
  o USB: fix sparse warnings in io_ti.c
  o USB: fix endian issues found by sparse in mct_u232 driver
  o USB: fix up endian issues found by sparse in io_edgeport.c driver
  o USB: fix endian bug found by sparse in freecom usb-storage driver
  o USB: fix sparse warnings in tiglusb.c driver
  o USB: fix endian warnings as found by sparse in the rio500.c driver
  o USB: fix 2 locking bugs in usbtest.c as found by sparse
  o USB: fix locking bug found by sparse in ehci-sched.c
  o Cset exclude: david-b@pacbell.net|ChangeSet|20041112030233|28853
  o USB: fix up locking bugs in kl5kusb105.c that sparse found
  o USB: fix up sparse lock warning in whiteheat driver

Luca Risolia:
  o USB: SN9C10x driver updates

Nickolai Zeldovich:
  o USB: EHCI and APM suspend

Phil Dibowitz:
  o USB Storage: Add unusual_devs entry for iPod



                 reply	other threads:[~2004-11-12 23:15 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=20041112230733.GA11920@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

Powered by JetHome