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 fixes for 2.6.34-git
Date: Fri, 30 Apr 2010 09:36:47 -0700	[thread overview]
Message-ID: <20100430163647.GA16424@kroah.com> (raw)

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


             reply	other threads:[~2010-04-30 19:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-30 16:36 Greg KH [this message]
  -- strict thread matches above, loose matches on Subject: below --
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
2010-03-19 15:13 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=20100430163647.GA16424@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