public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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 patches for 2.6-git
Date: Thu, 13 Nov 2008 15:02:59 -0800	[thread overview]
Message-ID: <20081113230259.GA3681@kroah.com> (raw)

Here are a few USB patches for your 2.6-git tree.

These patches are:
	- lots of new device ids for different drivers
	- usb storage quirks
	- documentation fixes
	- ehci fixes
	- ps3 shutdown fix
	- musb driver fixes (this is the majority of these patches)
	- misc fixes

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

All of these have been in the -next and -mm releases for a while.

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

thanks,

greg k-h

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

 drivers/block/ub.c                  |   20 ++++-
 drivers/net/usb/asix.c              |    4 +
 drivers/usb/class/cdc-acm.c         |    9 +-
 drivers/usb/core/message.c          |    1 +
 drivers/usb/core/sysfs.c            |    2 +-
 drivers/usb/core/urb.c              |    4 +-
 drivers/usb/gadget/f_acm.c          |    4 +
 drivers/usb/host/Kconfig            |   23 ++----
 drivers/usb/host/ehci-hcd.c         |   25 +++---
 drivers/usb/host/ehci-ps3.c         |    1 +
 drivers/usb/host/ehci-sched.c       |    4 +-
 drivers/usb/host/isp1760-if.c       |   22 +++---
 drivers/usb/host/ohci-ps3.c         |    3 +-
 drivers/usb/host/r8a66597-hcd.c     |    5 +-
 drivers/usb/misc/sisusbvga/sisusb.c |    1 +
 drivers/usb/misc/vstusb.c           |    2 +-
 drivers/usb/musb/musb_core.c        |    6 +-
 drivers/usb/musb/musb_debug.h       |    4 +-
 drivers/usb/musb/musb_host.c        |  159 ++++++++++++++++++++++-------------
 drivers/usb/musb/musb_host.h        |    1 +
 drivers/usb/musb/omap2430.c         |    2 +
 drivers/usb/musb/tusb6010.c         |    2 +-
 drivers/usb/serial/cp2101.c         |    2 +
 drivers/usb/serial/option.c         |    6 ++
 drivers/usb/storage/Kconfig         |    4 +-
 drivers/usb/storage/unusual_devs.h  |   22 +++++
 include/linux/usb.h                 |    2 +
 27 files changed, 218 insertions(+), 122 deletions(-)

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

Ajay Kumar Gupta (3):
      usb: musb: Fix for isochronous IN transfer
      usb: musb: Removes compilation warning in gadget mode
      usb: musb: fix BULK request on different available endpoints

Alan Stern (4):
      USB: don't register endpoints for interfaces that are going away
      USB: unusual_devs entry for Argosy USB mass-storage interface
      USB: EHCI: fix handling of dead controllers
      USB: EHCI: fix divide-by-zero bug

Albert Comerma (1):
      USB: SISUSB2VGA driver: add 0x0711, 0x0903

Brandon Philips (1):
      USB: cdc-acm.c: fix recursive lock in acm_start_wb error path

Craig Shelley (1):
      USB: CP2101 Add device ID for AMB2560

Damir N Abdullin (1):
      + usb-serial-cp2101-add-enfora-gsm2228.patch added to -mm tree

David Brownell (1):
      USB: gadget: cdc-acm deadlock fix

Felipe Balbi (2):
      usb: musb: tusb6010: kill compile warning
      usb: musb: fix debug global variable name

Geoff Levand (1):
      USB: Fix PS3 USB shutdown problems

Greg Kroah-Hartman (1):
      USB: vstusb: fix compiler warning on x86-64

Jason Cooper (1):
      USB: net: asix: add support for Cables-to-Go USB Ethernet adapter

Leslie Watter (1):
      USB: Add YISO u893 usb modem vendor and product IDs to option driver

Paul Bolle (1):
      USB: storage: adjust comment in Kconfig

Paul Ready (1):
      USB: add Nikon D300 camera to unusual_devs

Pete Zaitcev (1):
      ub: stub pre_reset and post_reset to fix oops

Rabin Vincent (1):
      USB: mention URB_FREE_BUFFER in usb_free_urb documentation

Ricky Wong (1):
      usb: unusual devs patch for Nokia 7610 Supernova

Sebastian Andrzej Siewior (1):
      USB: remove optional bus bindings in isp1760, fixing runtime warning

Yoshihiro Shimoda (1):
      usb: r8a66597-hcd: fix wrong data access in SuperH on-chip USB


             reply	other threads:[~2008-11-13 23:04 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-13 23:02 Greg KH [this message]
2008-11-14  4:06 ` [GIT PATCH] USB patches for 2.6-git Gupta, Ajay Kumar
2008-11-14 19:15   ` Greg KH
2008-11-14 19:40     ` Sergei Shtylyov
2008-11-14 19:59       ` Greg KH
2008-11-14 20:10         ` Sergei Shtylyov
2008-11-14 20:55           ` Greg KH
2008-11-14 21:02             ` Sergei Shtylyov
2008-11-14 21:07               ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2009-03-17 21:05 Greg KH
2009-02-27 22:45 Greg KH
2009-02-09 19:31 Greg KH
2009-01-27 23:49 Greg KH
2009-01-27 23:56 ` Greg KH
2009-01-07 19:24 Greg KH
2009-01-07 20:23 ` Sergei Shtylyov
2009-01-07 21:28   ` Greg KH
2009-01-07 21:42     ` Sergei Shtylyov
2009-01-07 21:54       ` Andrew Morton
2009-01-07 22:48     ` David Brownell
2008-12-17 19:27 Greg KH
2008-10-29 22:38 Greg KH
2008-10-17 22:00 Greg KH
2008-10-17 22:47 ` Linus Torvalds
2008-10-17 23:00   ` Greg KH
2008-10-17 23:09     ` Greg KH
     [not found] ` <gdfauh$hsp$1@ger.gmane.org>
2008-10-19 17:29   ` Greg KH
2008-10-19 19:37     ` Dmitry

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=20081113230259.GA3681@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