All of lore.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 .38
Date: Thu, 10 Feb 2011 12:15:44 -0800	[thread overview]
Message-ID: <20110210201544.GC18283@kroah.com> (raw)

Here are some USB fixes for your .38 tree.

Another round of tiny musb fixes, and other driver fixes and device ids.

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

All of these patches have been in the linux-next and mm trees 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/usb/class/cdc-acm.c           |    1 +
 drivers/usb/core/hcd.c                |    2 +-
 drivers/usb/core/hub.c                |    5 ++
 drivers/usb/gadget/Kconfig            |    2 +
 drivers/usb/gadget/f_mass_storage.c   |    3 +-
 drivers/usb/gadget/r8a66597-udc.c     |    2 +-
 drivers/usb/host/Kconfig              |    2 +
 drivers/usb/host/ehci-au1xxx.c        |    2 +-
 drivers/usb/host/ehci-hub.c           |    7 +++
 drivers/usb/host/ehci-omap.c          |    6 +-
 drivers/usb/host/ehci-pci.c           |    2 +-
 drivers/usb/host/sl811-hcd.c          |    1 +
 drivers/usb/musb/blackfin.c           |    1 +
 drivers/usb/musb/musb_core.c          |   10 +----
 drivers/usb/musb/musb_core.h          |   12 ++++++
 drivers/usb/musb/musb_dma.h           |    3 +
 drivers/usb/musb/musb_gadget.c        |   71 ++++++++++++++++++++++----------
 drivers/usb/musb/musb_gadget.h        |    8 +++-
 drivers/usb/musb/musb_host.c          |   11 ++---
 drivers/usb/musb/musbhsdma.h          |   19 ++++++--
 drivers/usb/otg/Kconfig               |    2 +
 drivers/usb/serial/ftdi_sio.c         |   27 ++++++++++++
 drivers/usb/serial/ftdi_sio_ids.h     |   12 ++++++
 drivers/usb/serial/io_edgeport.c      |    4 +-
 drivers/usb/serial/ti_usb_3410_5052.c |    2 +-
 drivers/usb/storage/unusual_devs.h    |   14 ++++++
 include/linux/usb/msm_hsusb_hw.h      |    4 --
 27 files changed, 178 insertions(+), 57 deletions(-)

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

Alan Stern (3):
      USB: prevent buggy hubs from crashing the USB stack
      USB: fix race between root-hub resume and wakeup requests
      USB: usb-storage: unusual_devs entry for Coby MP3 player

Arvid Ephraim Picciani (1):
      USB: cdc-acm: Adding second ACM channel support for Nokia N8

Bjørn Mork (1):
      USB: io_edgeport: fix the reported firmware major and minor

Bob Liu (1):
      usb: musb: hsdma: change back to use musb_read/writew

Felipe Balbi (1):
      usb: musb: disable double buffering when it's broken

Ionut Nicu (1):
      USB: ti_usb: fix module removal

Jarkko Nikula (1):
      usb: ehci-omap: Show fatal probing time errors to end user

Jean-Christophe PLAGNIOL-VILLARD (1):
      USB: ftdi_sio: add ST Micro Connect Lite uart support

Jesper Juhl (2):
      USB SL811HS HCD: Fix memory leak in sl811h_urb_enqueue()
      USB, Mass Storage, composite, gadget: Fix build failure and memset of a struct

Mian Yousaf Kaukab (2):
      usb: musb: maintain three states for buffer mappings instead of two
      usb: musb: introduce api for dma code to check compatibility with usb request

Michael Williamson (1):
      USB: ftdi_sio: Add VID=0x0647, PID=0x0100 for Acton Research spectrograph

Ming Lei (1):
      usb: musb: fix kernel panic during s2ram(v2)

Nick Holloway (1):
      USB: Storage: Add unusual_devs entry for VTech Kidizoom

Pavankumar Kondeti (1):
      USB: Fix trout build failure with ci13xxx_msm gadget

Sergei Shtylyov (1):
      usb: musb: core: fix IRQ check

Yin Kangkai (1):
      USB: EHCI: fix scheduling while atomic during suspend

Yusuke Goda (1):
      usb: r8a66597-udc: Fixed bufnum of Bulk


             reply	other threads:[~2011-02-10 20:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-10 20:15 Greg KH [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-02-25 17:29 [GIT PATCH] USB fixes for .38 Greg KH
2011-02-22 23:27 Greg KH
2011-02-23 17:38 ` Sergei Shtylyov
2011-02-23 18:02   ` Greg KH
2011-02-23 19:06     ` Sergei Shtylyov
2011-01-31 18:10 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=20110210201544.GC18283@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.