public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] USB fixes for 3.0
@ 2011-06-08 21:25 Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2011-06-08 21:25 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb

Here's some small fixes for your 3.0 tree.

Nothing major, just some small fixes for things that have been reported,
and lots of new device ids added to drivers.

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

All of these have been in the linux-next tree 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

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

 Documentation/kernel-parameters.txt    |    2 +
 MAINTAINERS                            |    4 ++-
 drivers/usb/class/cdc-acm.c            |    2 +
 drivers/usb/core/hub.c                 |    6 +++-
 drivers/usb/gadget/Kconfig             |    5 +---
 drivers/usb/gadget/amd5536udc.c        |    1 +
 drivers/usb/gadget/at91_udc.c          |    1 +
 drivers/usb/gadget/dummy_hcd.c         |    1 +
 drivers/usb/gadget/inode.c             |    4 ++-
 drivers/usb/gadget/mv_udc_core.c       |    8 +++---
 drivers/usb/gadget/net2280.c           |    1 +
 drivers/usb/gadget/pxa25x_udc.c        |    5 +--
 drivers/usb/gadget/s3c-hsotg.c         |   22 +++++++++++---------
 drivers/usb/gadget/s3c-hsudc.c         |    7 ++++-
 drivers/usb/gadget/s3c2410_udc.c       |    1 +
 drivers/usb/host/ohci-pxa27x.c         |    7 ++++-
 drivers/usb/host/xhci-dbg.c            |    8 +++---
 drivers/usb/host/xhci-mem.c            |   14 +++++++++++-
 drivers/usb/host/xhci-pci.c            |   14 +++++++++++-
 drivers/usb/host/xhci-ring.c           |    2 +-
 drivers/usb/host/xhci.c                |   18 +++++++++++++++-
 drivers/usb/host/xhci.h                |    6 +++++
 drivers/usb/musb/musb_core.c           |    1 +
 drivers/usb/renesas_usbhs/mod_gadget.c |    1 +
 drivers/usb/serial/ftdi_sio.c          |    1 +
 drivers/usb/serial/ftdi_sio_ids.h      |    1 +
 drivers/usb/serial/option.c            |   34 ++++++++++++++++++++++++-------
 drivers/usb/storage/transport.c        |   29 +++++++++++++++++++++++++++
 drivers/usb/storage/unusual_devs.h     |   19 +++++++++++++++++
 drivers/usb/storage/usb.c              |   13 +++++++++++-
 drivers/usb/storage/usb.h              |    2 +
 include/linux/usb_usual.h              |    4 ++-
 32 files changed, 194 insertions(+), 50 deletions(-)

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

Alan Stern (3):
      usb-storage: redo incorrect reads
      USB: dummy-hcd needs the has_tt flag
      USB: CONFIG_USB_GADGET_DUALSPEED is not user-configurable

Alexey Khoroshilov (1):
      usb-gadget: unlock data->lock mutex on error path in ep_write()

Bryan Wu (1):
      usb: gadget: include <linux/prefetch.h> to fix compiling error

Dan Williams (3):
      option: add Zoom 4597 modem USB IDs
      option: add Alcatel X200 to sendsetup blacklist
      option: add Prolink PH300 modem IDs

Dmitry Torokhov (1):
      USB: xhci - fix interval calculation for FS isoc endpoints

Felipe Balbi (1):
      MAINTAINERS: add a maintainer to Gadget Framework

Greg Kroah-Hartman (1):
      Revert "USB: option: add ID for ZTE MF 330"

Julia Lawall (1):
      drivers/usb/host/ohci-pxa27x.c: add missing clk_put

Libor Pechacek (1):
      USB: core: Tolerate protocol stall during hub and port status read

Maarten Lankhorst (2):
      xhci: Add defines for hardcoded slot states
      xhci: Do not issue device reset when device is not setup

Mark Brown (1):
      USB: s3c-hsotg: Tone down debugging

Matt Evans (2):
      xhci: Bigendian fix for skip_isoc_td()
      xhci: Bigendian fix for xhci_check_bandwidth()

Mike Frysinger (1):
      musb: fix prefetch build failure

Sage Weil (1):
      usb: remove bad dput after dentry_unhash

Sarah Sharp (1):
      xhci: Disable MSI for some Fresco Logic hosts.

Sebastian Andrzej Siewior (4):
      usb/mv_udc_core: fix compile
      usb/pxa25x_udc: cleanup the LUBBOCK err path
      usb/s3c-hsudc: fix error path
      usb/renesas_usbhs: free uep on removal

Steffen Sledz (1):
      USB: serial: add another 4N-GALAXY.DE PID to ftdi_sio driver

Toby Gray (1):
      USB: cdc-acm: Adding second ACM channel support for Nokia E7 and C7

Torsten Hilbrich (1):
      USB: option Add blacklist for ZTE K3765-Z (19d2:2002)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PATCH] USB fixes for 3.0
@ 2011-07-06  3:48 Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2011-07-06  3:48 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb

Here's 2 fixes for your 3.0 tree.

The device removal fix has been reported a lot lately, and this should
resolve the obvious problem (there might still be an issue in the scsi
layer that the scsi developers are still arguing over.)
The build fix resolves a regression from 2.6.39 that was introduced in
3.0-rc1.

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

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

thanks,

greg k-h

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

 drivers/usb/core/message.c        |    2 ++
 drivers/usb/gadget/fsl_udc_core.c |   36 ++++++++++++++++++++++++------------
 2 files changed, 26 insertions(+), 12 deletions(-)

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

Alan Stern (1):
      USB: fix regression occurring during device removal

Anatolij Gustschin (1):
      USB: fsl_udc_core: fix build breakage when building for ARM arch


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-06  3:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-06  3:48 [GIT PATCH] USB fixes for 3.0 Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2011-06-08 21:25 Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox