All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] USB fixes for .38
@ 2011-02-22 23:27 Greg KH
  2011-02-23 17:38 ` Sergei Shtylyov
  0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2011-02-22 23:27 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb

Here are some USB fixes for your .38 tree.

Nothing major, new device ids and bugfixes.  The USB 3.0 fix was
applied, and then reverted at the request of Sarah, as she will be
submitting a better fix later on.

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/core/quirks.c     |    8 ++++++++
 drivers/usb/musb/musb_core.h  |   17 +++++++++--------
 drivers/usb/musb/omap2430.c   |    1 +
 drivers/usb/serial/sierra.c   |    3 +++
 drivers/usb/serial/usb_wwan.c |   15 +++++++++------
 drivers/usb/serial/visor.c    |   12 ++++++++++++
 6 files changed, 42 insertions(+), 14 deletions(-)

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

Alan Stern (1):
      USB: add quirks entry for Keytouch QWERTY Panel

Felipe Balbi (1):
      usb: musb: fix build breakage

Greg Kroah-Hartman (1):
      Revert "USB: Reset USB 3.0 devices on (re)discovery"

Jiri Slaby (1):
      USB: serial/usb_wwan, fix tty NULL dereference

Johan Hovold (2):
      usb: musb: omap2430: fix kernel panic on reboot
      USB: musb: omap2430: fix kernel panic on reboot

Jon Thomas (1):
      sierra: add new ID for Airprime/Sierra USB IP modem

Luben Tuikov (1):
      USB: Reset USB 3.0 devices on (re)discovery

Maciej Szmigiero (2):
      USB: Add Samsung SGH-I500/Android modem ID switch to visor driver
      USB: Add quirk for Samsung Android phone modem


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [GIT PATCH] USB fixes for .38
@ 2011-02-25 17:29 Greg KH
  0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2011-02-25 17:29 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb, Sarah Sharp

Here are some USB fixes for your .38 tree.

These are almost all XHCI (usb 3.0) fixes, with one MUSB fix, making
this whole patchset just for host controller issues.

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
few days.

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/hub.c       |   18 +++++++-----------
 drivers/usb/host/xhci-dbg.c  |    9 +++++----
 drivers/usb/host/xhci-mem.c  |   10 +++++-----
 drivers/usb/host/xhci-ring.c |   40 +++++++++++++++++++++++-----------------
 drivers/usb/host/xhci.c      |   14 +++++++-------
 drivers/usb/host/xhci.h      |    2 +-
 drivers/usb/musb/musb_core.c |    1 +
 7 files changed, 49 insertions(+), 45 deletions(-)

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

Dmitry Torokhov (3):
      USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itself
      USB: xhci: fix couple sparse annotations
      USB: xhci: mark local functions as static

Felipe Balbi (1):
      usb: musb: core: set has_tt flag

Luben Tuikov (1):
      USB: Reset USB 3.0 devices on (re)discovery

Paul Zimmerman (4):
      xhci: Avoid BUG() in interrupt context
      xhci: Clarify some expressions in the TRB math
      xhci: Fix errors in the running total calculations in the TRB math
      xhci: Fix an error in count_sg_trbs_needed()


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [GIT PATCH] USB fixes for .38
@ 2011-02-10 20:15 Greg KH
  0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2011-02-10 20:15 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb

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


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [GIT PATCH] USB fixes for .38
@ 2011-01-31 18:10 Greg KH
  0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2011-01-31 18:10 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb

Here are some USB fixes for your .38 tree.

Nothing major here, lots of little things and some xhci fixes that are
needed to resolve some reported bugs as well as a number of new device
ids and usb-storage quirks.

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

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

 MAINTAINERS                           |    6 +
 drivers/usb/class/cdc-wdm.c           |    2 +-
 drivers/usb/core/endpoint.c           |    2 +-
 drivers/usb/core/hcd-pci.c            |    7 +-
 drivers/usb/core/hub.c                |   21 +++
 drivers/usb/gadget/Kconfig            |    7 +-
 drivers/usb/gadget/ci13xxx_udc.c      |  268 +++++++++++++++++----------------
 drivers/usb/gadget/ci13xxx_udc.h      |    9 +-
 drivers/usb/gadget/composite.c        |    5 +-
 drivers/usb/gadget/pch_udc.c          |  127 +++++++++------
 drivers/usb/gadget/printer.c          |   19 +--
 drivers/usb/host/ehci-fsl.c           |   13 --
 drivers/usb/host/ehci-fsl.h           |    3 -
 drivers/usb/host/ehci-hcd.c           |   19 ++-
 drivers/usb/host/ehci-mxc.c           |   25 +++-
 drivers/usb/host/ehci-pci.c           |   33 +++--
 drivers/usb/host/fsl-mph-dr-of.c      |   11 +-
 drivers/usb/host/xhci-ring.c          |   91 ++++++-----
 drivers/usb/host/xhci.c               |   60 +++-----
 drivers/usb/host/xhci.h               |   16 +--
 drivers/usb/misc/usbled.c             |    2 +-
 drivers/usb/misc/uss720.c             |    1 -
 drivers/usb/otg/nop-usb-xceiv.c       |    2 +
 drivers/usb/otg/ulpi.c                |    2 +-
 drivers/usb/serial/ch341.c            |   10 ++
 drivers/usb/serial/cp210x.c           |   16 +--
 drivers/usb/serial/digi_acceleport.c  |   10 --
 drivers/usb/serial/ftdi_sio.c         |   12 ++-
 drivers/usb/serial/ftdi_sio_ids.h     |   22 ++-
 drivers/usb/serial/generic.c          |   20 +++
 drivers/usb/serial/io_tables.h        |    1 +
 drivers/usb/serial/iuu_phoenix.c      |    1 +
 drivers/usb/serial/keyspan.h          |    4 +
 drivers/usb/serial/keyspan_pda.c      |   17 --
 drivers/usb/serial/moto_modem.c       |    1 +
 drivers/usb/serial/option.c           |   23 +++-
 drivers/usb/serial/oti6858.c          |    1 +
 drivers/usb/serial/pl2303.c           |   12 ++
 drivers/usb/serial/pl2303.h           |    1 +
 drivers/usb/serial/qcaux.c            |    3 +
 drivers/usb/serial/siemens_mpi.c      |    1 +
 drivers/usb/serial/spcp8x5.c          |    7 +-
 drivers/usb/serial/usb-serial.c       |    8 +-
 drivers/usb/serial/usb_debug.c        |    1 +
 drivers/usb/storage/unusual_cypress.h |    5 +
 drivers/usb/storage/unusual_devs.h    |   18 +++
 include/linux/usb/hcd.h               |    1 +
 include/linux/usb/serial.h            |    3 +
 48 files changed, 568 insertions(+), 381 deletions(-)

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

Alan Stern (5):
      USB: usb-storage: unusual_devs entry for CamSport Evo
      USB: EHCI: fix DMA deallocation bug
      USB: g_printer: fix bug in unregistration
      USB: g_printer: fix bug in module parameter definitions
      USB serial: add missing .usb_driver field in serial drivers

Alex He (1):
      USB: EHCI: ASPM quirk of ISOC on AMD Hudson

Andiry Xu (6):
      xHCI: synchronize irq in xhci_suspend()
      xHCI: fix queue_trb in isoc transfer
      xHCI: remove redundant parameter in giveback_first_trb()
      xHCI: fix cycle bit set in giveback_first_trb()
      xHCI: replace dev_dbg() with xhci_dbg()
      xHCI: fix printk_ratelimit() usage

Arnaud Patard (1):
      USB: ehci-mxc: add work-around for efika mx/sb bug

Craig Shelley (2):
      USB: CP210x Add two device IDs
      USB: CP210x Removed incorrect device ID

Dan Williams (1):
      USB: qcaux: add Pantech UML290 device ID

Dario Lombardo (1):
      drivers: update to pl2303 usb-serial to support Motorola cables

David Sterba (1):
      USB: cdc-wdm: fix misuse of logical operation in place of bitop

Eric Bénard (1):
      USB: unbreak ehci-mxc on otg port of i.MX27

Fabio Estevam (1):
      usb: otg: Make USB3319 ULPI ID generic

Libor Pechacek (1):
      USB: serial: handle Data Carrier Detect changes

Matthew Wilcox (1):
      xhci: Remove more doorbell-related reads

Maulik Mankad (1):
      usb: gadget: composite: avoid access beyond array max length

Melchior FRANZ (1):
      USB: DL100B webmail notifier: initialize return value

Ming Lei (1):
      usb: otg: nop: fix oops triggered by otg_register_notifier

Nicolaus Colberg (1):
      USB: adding USB support for Cinterion's HC2x, EU3 and PH8 products

Pavankumar Kondeti (2):
      USB: gadget: Fix error path in ci13xxx_udc gadget probe function
      USB: gadget: Fix endpoint representation in ci13xxx_udc

Peter Chen (1):
      usb: set ep_dev async suspend should be later than device_initialize

Peter Tyser (1):
      USB: ehci-fsl: Fix 'have_sysif_regs' detection

Pieter Maes (1):
      USB: serial: Updated support for ICOM devices

Richard Schütz (2):
      USB: usb-storage: unusual_devs update for Cypress ATACB
      USB: usb-storage: unusual_devs update for TrekStor DataStation maxi g.u external hard drive enclosure

Sarah Sharp (3):
      xhci: Resume bus on any port status change.
      usb: Realloc xHCI structures after a hub is verified.
      xhci: Use GFP_NOIO during device reset.

Sergei Shtylyov (1):
      USB: uss720: remove duplicate USB device

Stanislaw Gruszka (1):
      MAINTAINERS: add ueagle-atm entry

Tomoya MORINAGA (1):
      USB: pch_udc: support new device ML7213 IOH

Toshiharu Okada (2):
      usb: pch_udc: Fixed issue which does not work with g_serial
      usb: pch_udc: Fix the worning log issue at gadget driver remove

Zhang Rui (1):
      xhci: Do not run xhci_cleanup_msix with irq disabled


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

end of thread, other threads:[~2011-02-25 17:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-22 23:27 [GIT PATCH] USB fixes for .38 Greg KH
2011-02-23 17:38 ` Sergei Shtylyov
2011-02-23 18:02   ` Greg KH
2011-02-23 19:06     ` Sergei Shtylyov
  -- strict thread matches above, loose matches on Subject: below --
2011-02-25 17:29 Greg KH
2011-02-10 20:15 Greg KH
2011-01-31 18:10 Greg KH

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.