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 bugfixes for 2.6.32-git
Date: Fri, 9 Oct 2009 14:02:41 -0700 [thread overview]
Message-ID: <20091009210241.GA4348@kroah.com> (raw)
Here are a number of bugfixes for your 2.6.32-git tree.
It contains a big ftdi_sio driver update, hopefully fixing all of the
nasty problems that people have found in this driver recently. Many
thanks to Johan for taking this work on.
There's lots of other little bugfixes, all over the usb tree, for
details, see the shortlog below.
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 mailing list, if anyone
wants to see them.
thanks,
greg k-h
------------
drivers/usb/class/usbtmc.c | 2 +-
drivers/usb/gadget/imx_udc.c | 8 +-
drivers/usb/host/ehci-sched.c | 1 +
drivers/usb/host/isp1362-hcd.c | 18 +-
drivers/usb/host/isp1362.h | 12 +-
drivers/usb/host/xhci-hcd.c | 29 +++-
drivers/usb/misc/usblcd.c | 3 +-
drivers/usb/musb/Kconfig | 2 +-
drivers/usb/musb/blackfin.c | 1 -
drivers/usb/musb/musb_core.h | 7 +
drivers/usb/musb/musb_regs.h | 9 -
drivers/usb/serial/aircable.c | 10 +-
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/cypress_m8.c | 12 +-
drivers/usb/serial/digi_acceleport.c | 8 +-
drivers/usb/serial/empeg.c | 2 +-
drivers/usb/serial/ftdi_sio.c | 422 +++++++++++-----------------------
drivers/usb/serial/garmin_gps.c | 12 +-
drivers/usb/serial/generic.c | 2 +-
drivers/usb/serial/ipaq.c | 9 +
drivers/usb/serial/keyspan_pda.c | 2 +-
drivers/usb/serial/kl5kusb105.c | 2 +-
drivers/usb/serial/mct_u232.c | 14 +-
drivers/usb/serial/opticon.c | 13 +-
drivers/usb/serial/option.c | 4 +
drivers/usb/serial/oti6858.c | 6 +-
drivers/usb/serial/pl2303.c | 8 +-
drivers/usb/serial/sierra.c | 2 +-
drivers/usb/serial/symbolserial.c | 22 +-
drivers/usb/serial/usb-serial.c | 10 +-
drivers/usb/serial/visor.c | 28 ++-
drivers/usb/serial/whiteheat.c | 10 +-
drivers/usb/storage/transport.c | 29 ++-
drivers/usb/storage/unusual_devs.h | 7 +
include/linux/usb/serial.h | 1 +
35 files changed, 316 insertions(+), 412 deletions(-)
---------------
Alan Stern (3):
USB: serial: don't call release without attach
USB: ipaq: fix oops when device is plugged in
USB: storage: When a device returns no sense data, call it a Hardware Error
Elina Pasheva (1):
USB: serial: sierra driver version change to 1.3.8
Gergely Imreh (1):
USB: usbtmc: fix timeout increase
Jiri Slaby (1):
USB: usblcd, fix memory leak
Johan Hovold (6):
USB: ftdi_sio: remove tty->low_latency
USB: ftdi_sio: remove unused rx_byte counter
USB: ftdi_sio: clean up read completion handler
USB: ftdi_sio: re-implement read processing
USB: pl2303: fix error characters not being reported to ldisc
USB: digi_acceleport: Fix broken unthrottle.
Joris van Rantwijk (1):
USB: Fix throttling in generic usbserial driver
Mike Frysinger (2):
USB: musb: make HAVE_CLK support optional
USB: isp1362: fix build warnings on 64-bit systems
Oliver Neukum (7):
USB: visor: fix trivial accounting bug in visor driver
USB: small fix in error case of suspend in generic usbserial code
USB: serial: fix race between unthrottle and completion handler in opticon
USB: serial: fix race between unthrottle and completion handler in symbolserial
USB: serial: fix assumption that throttle/unthrottle cannot sleep
USB: serial: fix race between unthrottle and completion handler in visor
USB: serial: no unnecessary GFP_ATOMIC in oti6858
Peter Magdina (1):
USB: option: Toshiba G450 device id
Ronnie Furuskog (1):
USB: option: Patch for Huawei Mobile Broadband E270+ Modem
Sarah Sharp (5):
USB: xhci: Stop debugging polling loop when HC dies.
USB: xhci: Handle canceled URBs when HC dies.
USB: xhci: Don't wait for a disable slot cmd when HC dies.
USB: xhci: Fix dropping endpoints from the xHC schedule.
USB: ehci: Fix isoc scheduling boundary checking.
Sergey Pinaev (1):
USB: storage: iRiver P7 UNUSUAL_DEV patch
Tobias Klauser (1):
USB: gadget: imx_udc: Use resource size
Éric Piel (1):
USB: cp210x: Add support for the DW700 UART
next reply other threads:[~2009-10-09 21:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-09 21:02 Greg KH [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-10-14 23:04 [GIT PATCH] USB bugfixes for 2.6.32-git Greg KH
2009-10-30 22:09 Greg KH
2009-11-18 1:00 Greg KH
2009-12-01 17:43 Greg KH
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=20091009210241.GA4348@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;
as well as URLs for NNTP newsgroup(s).