public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] USB fixes for 2.6.34-git
@ 2010-03-19 15:13 Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2010-03-19 15:13 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb

Here are a number of USB bugfixes and new device ids for your 2.6.34-git
tree.

Biggest here is a rename of a file to allow the xhci driver to follow
the naming convention of the other USB host controller drivers (it is
moving from xhci.ko to xhci-hcd.ko).

The cdc-wdm driver also got a lot of fixes and there is a regression fix
for the usbfs userspace issue that was reported.

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

All of these patches have been in the linux-next and mm trees.

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

thanks,

greg k-h

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

 Documentation/ABI/testing/sysfs-bus-usb |    2 +-
 drivers/usb/class/cdc-acm.c             |    2 +-
 drivers/usb/class/cdc-wdm.c             |  134 ++++++++++++++++++-------------
 drivers/usb/core/devio.c                |   17 +++-
 drivers/usb/core/urb.c                  |    1 +
 drivers/usb/gadget/Kconfig              |    2 +-
 drivers/usb/gadget/epautoconf.c         |    2 +-
 drivers/usb/gadget/f_mass_storage.c     |    3 +-
 drivers/usb/gadget/gadget_chips.h       |    8 ++
 drivers/usb/gadget/goku_udc.c           |    2 +-
 drivers/usb/gadget/multi.c              |    2 -
 drivers/usb/gadget/r8a66597-udc.c       |    1 +
 drivers/usb/host/Makefile               |    4 +-
 drivers/usb/host/ehci-hcd.c             |    2 +-
 drivers/usb/host/ehci-sched.c           |   28 +++++--
 drivers/usb/host/ehci.h                 |    5 +-
 drivers/usb/host/r8a66597-hcd.c         |   16 +++-
 drivers/usb/host/xhci-mem.c             |    9 ++-
 drivers/usb/host/{xhci-hcd.c => xhci.c} |    1 +
 drivers/usb/musb/musb_core.c            |   13 ++-
 drivers/usb/musb/musb_core.h            |    4 +-
 drivers/usb/musb/musb_host.c            |    2 +-
 drivers/usb/musb/musb_regs.h            |   28 +++++++
 drivers/usb/serial/Kconfig              |    4 +-
 drivers/usb/serial/cp210x.c             |    5 -
 drivers/usb/serial/ftdi_sio.c           |    7 +-
 drivers/usb/serial/ftdi_sio_ids.h       |    7 ++
 drivers/usb/serial/generic.c            |   49 ++++++-----
 drivers/usb/serial/option.c             |   53 ++++++++++++-
 drivers/usb/serial/qcserial.c           |   29 +++++++
 drivers/usb/storage/unusual_devs.h      |   23 ++---
 include/linux/usb.h                     |   18 +++-
 32 files changed, 335 insertions(+), 148 deletions(-)
 rename drivers/usb/host/{xhci-hcd.c => xhci.c} (99%)

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

Alan Stern (1):
      USB: fix usbfs regression

Alessio Igor Bogani (1):
      USB: ftdi_sio: Fix locking for change_speed() function

Alex Chiang (1):
      USB: xhci: rename driver to xhci_hcd

Andiry Xu (1):
      USB: xHCI: re-initialize cmd_completion

Bernhard Rosenkraenzer (1):
      USB: qcserial: add new device ids

Christoph Egger (1):
      USB: Remove last bit of CONFIG_USB_BERRY_CHARGE

Clemens Ladisch (2):
      USB: EHCI: fix ITD list order
      USB: EHCI: adjust ehci_iso_stream for changes in ehci_qh

Dan Carpenter (1):
      USB: goku_udc: remove potential null dereference

Daniel Sangorrin (1):
      USB: serial: ftdi: add CONTEC vendor and product id

Felipe Balbi (1):
      usb: musb: core: declare mbase only where it's used

Grant Likely (1):
      usb/gadget: fix compile error on r8a66597-udc.c

Huang Ying (1):
      USB: Option: Add support for a variant of DLink DWM 652 U5

Johan Hovold (3):
      USB: serial: fix error message on close in generic driver
      USB: serial: fix softint not being called on errors
      USB: serial: use port endpoint size to determine if ep is available

Matthew Wilcox (1):
      USB: Fix usb_fill_int_urb for SuperSpeed devices

Maurus Cuelenaere (1):
      USB: gadget: add gadget controller number for s3c-hsotg driver

Michael Brunner (1):
      USB: cp210x: Remove double usb_control_msg from cp210x_set_config

Michal Nazarewicz (1):
      USB: g_mass_storage: fixed module name in Kconfig

Mike Frysinger (4):
      usb: musb: abstract out ULPI_BUSCONTROL register reads/writes
      USB: musb: fix warnings in Blackfin regs
      USB: gadget: fix Blackfin builds after gadget cleansing
      USB: g_mass_storage: fix section mismatch warnings

Nathaniel McCallum (3):
      USB: option: fix incorrect manufacturer name in usb/serial/option: MAXON->CMOTECH
      USB: option: move hardcoded PID to a macro in usb/serial/option
      USB: option: add support for a new CMOTECH device to usb/serial/option

Oliver Neukum (9):
      USB: cdc-acm: Fix stupid NULL pointer in resume()
      USB: Fix documentation for avoid_reset_quirk
      usb: cdc-wdm: Fix race between write and disconnect
      usb: cdc-wdm: Fix race between autosuspend and reading from the device
      usb: cdc-wdm: Fix race between disconnect and debug messages
      usb: cdc-wdm: Fix submission of URB after suspension
      usb: cdc-wdm:Fix loss of data due to autosuspend
      usb: cdc-wdm: Fix order in disconnect and fix locking
      usb: cdc-wdm: Fix deadlock between write and resume

Ondrej Zary (1):
      USB: unusual_devs.h: Fix capacity for SL11R-IDE 2.6c

Peter Korsgaard (2):
      USB: gadget: f_mass_storage::fsg_bind(): fix error handling
      USB: gadget/multi: cdc_do_config: remove redundant check

Sarah Sharp (1):
      USB: xhci: Make endpoint interval debugging clearer.

Sonic Zhang (1):
      USB: musb: fix build error introduced by isoc change

Stefan Schmidt (1):
      USB: serial: Fix module name typo for qcaux Kconfig entry.

Tony Lindgren (1):
      usb: musb: Fix compile error for omaps for musb_hdrc

Yoshihiro Shimoda (1):
      usb: r8a66597-hcd: fix removed from an attached hub

spark (1):
      USB: option.c: Add Pirelli VID/PID and indicate Pirelli's modem interface is 0xff


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

* [GIT PATCH] USB fixes for 2.6.34-git
@ 2010-04-22 22:26 Greg KH
  2010-04-23 11:23 ` Sergei Shtylyov
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2010-04-22 22:26 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb

Here are a number of USB bugfixes and new device ids for your 2.6.34-git
tree.

Nothing really huge, just a bunch of needed fixes for reported problems.

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

All of these patches have been in the linux-next and mm trees.

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/driver.c             |   49 ++++++++++++++++++++++++++++-----
 drivers/usb/host/ehci-hcd.c           |    1 +
 drivers/usb/host/ehci-hub.c           |    2 +-
 drivers/usb/host/ehci-mem.c           |    2 +-
 drivers/usb/host/ehci-omap.c          |    6 +++-
 drivers/usb/host/ehci-sched.c         |   40 +++++++++++++++++++++------
 drivers/usb/host/ehci.h               |    5 ++-
 drivers/usb/host/ohci-da8xx.c         |    2 +-
 drivers/usb/misc/usbsevseg.c          |   15 +++++++++-
 drivers/usb/serial/pl2303.c           |    1 +
 drivers/usb/serial/pl2303.h           |    4 +++
 drivers/usb/serial/qcaux.c            |   10 +++++++
 drivers/usb/serial/sierra.c           |    1 +
 drivers/usb/serial/ti_usb_3410_5052.c |   26 +++++++++++++++---
 drivers/usb/serial/ti_usb_3410_5052.h |    3 ++
 drivers/usb/wusbcore/devconnect.c     |    2 +-
 16 files changed, 139 insertions(+), 30 deletions(-)

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

Ajay Kumar Gupta (1):
      USB: ehci: omap: fix kernel panic with rmmod

Alan Stern (3):
      USB: fix remote wakeup settings during system sleep
      USB: EHCI: defer reclamation of siTDs
      USB: put claimed interfaces in the "suspended" state

Alex Manoussakis (1):
      USB: ti_usb_3410_5052: adding multitech dialup fax/modem devices

Dan Williams (1):
      USB: qcaux: add LG Rumor and Sanyo Katana LX device IDs

David Vrabel (1):
      usb: wusb: don't overflow the Keep Alive IE buffer

Dinh Nguyen (1):
      usb: Increase timeout value for device reset

Harrison Metzger (1):
      USB: fixed bug in usbsevseg using USB autosuspend incorrectly

Manuel Jander (1):
      USB: pl2303: add AdLink ND-6530 USB IDs

Sergei Shtylyov (1):
      USB: OHCI: DA8xx/OMAP-L1x: fix up macro rename

William Lightning (1):
      USB: Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell Modem.


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

* Re: [GIT PATCH] USB fixes for 2.6.34-git
  2010-04-22 22:26 [GIT PATCH] USB fixes for 2.6.34-git Greg KH
@ 2010-04-23 11:23 ` Sergei Shtylyov
  2010-04-23 16:20   ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Sergei Shtylyov @ 2010-04-23 11:23 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-usb

Hello.

Greg KH wrote:

> Here are a number of USB bugfixes and new device ids for your 2.6.34-git
> tree.
>
> Nothing really huge, just a bunch of needed fixes for reported problems.
>
> Please pull from:
> 	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
>
> All of these patches have been in the linux-next and mm trees.
>
> The full patches will be sent to the linux-usb mailing list, if anyone
> wants to see them.
>   

   How about this series [1] of 11 MUSB fixes?

[1] http://marc.info/?l=linux-usb&m=126951575000396

WBR, Sergei


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

* Re: [GIT PATCH] USB fixes for 2.6.34-git
  2010-04-23 11:23 ` Sergei Shtylyov
@ 2010-04-23 16:20   ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2010-04-23 16:20 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Greg KH, Linus Torvalds, Andrew Morton, linux-kernel, linux-usb

On Fri, Apr 23, 2010 at 03:23:53PM +0400, Sergei Shtylyov wrote:
> Hello.
> 
> Greg KH wrote:
> 
> >Here are a number of USB bugfixes and new device ids for your 2.6.34-git
> >tree.
> >
> >Nothing really huge, just a bunch of needed fixes for reported problems.
> >
> >Please pull from:
> >	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
> >
> >All of these patches have been in the linux-next and mm trees.
> >
> >The full patches will be sent to the linux-usb mailing list, if anyone
> >wants to see them.
> 
>   How about this series [1] of 11 MUSB fixes?
> 
> [1] http://marc.info/?l=linux-usb&m=126951575000396

They are still in my to-apply queue, I will get to them.

thanks,

greg k-h

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

* [GIT PATCH] USB fixes for 2.6.34-git
@ 2010-04-30 16:36 Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2010-04-30 16:36 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb

Here are a number of USB bugfixes and new device ids for your 2.6.34-git
tree.

The majority are musb bugfixes, and a variety of other fixes for
problems reported by people, and a few new device ids.

I also added a wrapper for an api call that we are renaming, so as to
make the merge with linux-next easier (the other kernel trees can now
take those patches.)  The bigger rename will happen in .35, but this is
here now to make everyone's lives easier.

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

All of these patches have been in the linux-next and mm trees.

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

thanks,

greg k-h

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

 arch/arm/plat-omap/include/plat/usb.h |    2 +-
 drivers/usb/class/cdc-acm.c           |    3 +
 drivers/usb/core/Kconfig              |    2 +-
 drivers/usb/core/generic.c            |    2 +-
 drivers/usb/core/inode.c              |    4 +-
 drivers/usb/core/usb.c                |   20 ++++----
 drivers/usb/gadget/s3c-hsotg.c        |    7 ++-
 drivers/usb/host/ohci-at91.c          |    2 +
 drivers/usb/host/ohci-hub.c           |    2 +-
 drivers/usb/host/oxu210hp-hcd.c       |    6 +-
 drivers/usb/host/sl811-hcd.c          |    6 +-
 drivers/usb/host/xhci-mem.c           |   65 +++++++++++++++++++++++++++
 drivers/usb/host/xhci.h               |    4 ++
 drivers/usb/musb/Kconfig              |    2 +-
 drivers/usb/musb/Makefile             |    2 +-
 drivers/usb/musb/blackfin.c           |    8 +---
 drivers/usb/musb/davinci.c            |    2 +
 drivers/usb/musb/musb_core.c          |   77 ++++++++++++++++++--------------
 drivers/usb/musb/musb_core.h          |    2 +-
 drivers/usb/musb/musb_host.c          |    1 +
 drivers/usb/musb/omap2430.c           |    3 -
 drivers/usb/musb/tusb6010.c           |   13 ++++++
 drivers/usb/musb/tusb6010_omap.c      |   22 ++++++---
 drivers/usb/serial/option.c           |   10 ++++
 drivers/usb/serial/pl2303.c           |    1 +
 drivers/usb/serial/pl2303.h           |    1 +
 drivers/usb/serial/ti_usb_3410_5052.c |    2 +-
 include/linux/usb.h                   |   18 ++++++-
 28 files changed, 206 insertions(+), 83 deletions(-)

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

Ajay Kumar Gupta (2):
      musb: fix power field to hold all possible values
      musb: save and restore missing bus control register

Alan Stern (2):
      USB: don't choose configs with no interfaces
      USB: OHCI: don't look at the root hub to get the number of ports

Anand Gadiyar (1):
      USB: fix build on OMAPs if CONFIG_PM_RUNTIME is not set

Dan Carpenter (3):
      musb: potential use after free
      USB: fix testing the wrong variable in fs_create_by_name()
      USB: oxu210hp: release spinlock on error path

Daniel Mack (1):
      USB: rename usb_buffer_alloc() and usb_buffer_free()

Dominik Brodowski (1):
      USB: option: add ID for ZTE MF 330

Greg Kroah-Hartman (1):
      USB: serial: option: add cinterion device id

Julia Lawall (1):
      USB: gadget: s3c-hsotg: Add missing unlock

Mahesh Kuruganti (1):
      USB: serial: option: ZTEAC8710 Support with Device ID 0xffff

Michael Hennerich (1):
      USB: sl811-hcd: Fix device disconnect

Patrice Vilchez (1):
      USB: ohci-at91: fix power management hanging

Randy Dunlap (1):
      USB: ti_usb: fix printk format warning

Russ Nelson (1):
      USB: cdc-acm: add another device quirk

Sarah Sharp (2):
      USB: xhci: properly set the "Mult" field of the endpoint context.
      USB: xhci: properly set endpoint context fields for periodic eps.

Sergei Shtylyov (8):
      MUSB: Blackfin: don't fake blackfin_interrupt() result
      musb_core: don't touch 'musb->clock' in musb_free()
      musb_core: don't prevent disabling clock on driver unload
      MUSB: DaVinci: fix musb_platform_init() error cleanup path
      MUSB: OMAP: don't call clk_put()
      musb_core: don't call musb_platform_exit() twice
      MUSB: fix DaVinci glue layer dependency
      musb_core: fix musb_init_controller() error cleanup path

Simone Contini (1):
      USB: serial: pl2303: Hybrid reader Uniform HCR331

Tony Lindgren (1):
      usb: Fix tusb6010 for DMA API


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

end of thread, other threads:[~2010-04-30 19:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-22 22:26 [GIT PATCH] USB fixes for 2.6.34-git Greg KH
2010-04-23 11:23 ` Sergei Shtylyov
2010-04-23 16:20   ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2010-04-30 16:36 Greg KH
2010-03-19 15:13 Greg KH

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