* [GIT PATCH] USB fixes for 2.6.35-git
@ 2010-07-26 19:08 Greg KH
0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2010-07-26 19:08 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb
Here are a few USB bugfixes for your 2.6.35-git tree.
Most of them are USB 3.0 (xhci) controller fixes for problems that
people have reported. The rest of them are new device ids or minor
bugfixes that people have 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
------------
drivers/usb/class/cdc-acm.c | 1 +
drivers/usb/core/hub.c | 2 ++
drivers/usb/core/quirks.c | 7 +++++++
drivers/usb/gadget/s3c2410_udc.c | 4 ++++
drivers/usb/host/xhci-mem.c | 26 ++++++++++++++++++++++++--
drivers/usb/host/xhci-ring.c | 11 +++++++----
drivers/usb/host/xhci.c | 2 ++
drivers/usb/host/xhci.h | 2 ++
drivers/usb/misc/sisusbvga/sisusb.c | 5 +++--
drivers/usb/musb/tusb6010.c | 13 -------------
drivers/usb/serial/ftdi_sio.c | 9 +++++++++
drivers/usb/serial/ftdi_sio_ids.h | 15 +++++++++++++++
drivers/usb/serial/option.c | 4 ++++
drivers/usb/serial/qcserial.c | 2 ++
drivers/usb/serial/sierra.c | 1 +
drivers/usb/storage/transport.c | 4 +---
16 files changed, 84 insertions(+), 24 deletions(-)
---------------
Andrew Bird (1):
USB: New PIDs for Qualcomm gobi 2000 (qcserial)
Bob Copeland (1):
USB: usb-storage: fix initializations of urb fields
Colin Leitner (1):
USB: ftdi_sio: support for Signalyzer tools based on FTDI chips
Corey Minyard (1):
USB: FTDI: Add support for the RT System VX-7 radio programming cable
Dennis Jansen (1):
USB: option: Add support for AMOI Skypephone S2
Felipe Balbi (1):
USB: musb: tusb6010: fix compile error with n8x0_defconfig
Oliver Neukum (2):
USB: sisusbvga: Fix for USB 3.0
USB: add quirk for Broadcom BT dongle
Paul Mortier (1):
USB: adds Artisman USB dongle to list of quirky devices
Przemo Firszt (1):
USB: Expose vendor-specific ACM channel on Nokia 5230
Sarah Sharp (4):
USB: xHCI: Fix another bug in link TRB activation change.
USB: Fix USB3.0 Port Speed Downgrade after port reset
USB: xhci: Set EP0 dequeue ptr after reset of configured device.
USB: xhci: Set Mult field in endpoint context correctly.
Vladimir Zapolskiy (1):
USB: s3c2410_udc: be aware of connected gadget driver
august huber (1):
USB: Add PID for Sierra 250U to drivers/usb/serial/sierra.c
Ömer Sezgin Ugurlu (1):
USB: option: add support for 1da5:4518
^ permalink raw reply [flat|nested] 3+ messages in thread* [GIT PATCH] USB fixes for 2.6.35-git
@ 2010-06-30 15:23 Greg KH
0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2010-06-30 15:23 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb
Here are a few USB bugfixes for your 2.6.35-git tree.
The most changes here are in the gadget drivers, but there are also a
number of other needed fixes as well.
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 | 13 +--
drivers/usb/core/message.c | 7 +-
drivers/usb/gadget/f_eem.c | 3 +-
drivers/usb/gadget/f_mass_storage.c | 194 +++++++++++++----------------------
drivers/usb/gadget/g_ffs.c | 11 ++
drivers/usb/gadget/printer.c | 32 +++---
drivers/usb/gadget/s3c2410_udc.c | 6 +-
drivers/usb/gadget/u_serial.c | 16 +---
drivers/usb/host/ehci-mxc.c | 13 ++-
drivers/usb/host/isp1362-hcd.c | 15 ++-
drivers/usb/host/r8a66597-hcd.c | 2 +-
drivers/usb/host/xhci-ring.c | 62 ++++++++---
drivers/usb/musb/musb_core.c | 13 +--
drivers/usb/musb/musb_core.h | 6 +-
drivers/usb/musb/musbhsdma.c | 13 +--
drivers/usb/otg/ulpi.c | 15 ++-
drivers/usb/serial/ftdi_sio.c | 1 -
drivers/usb/serial/ftdi_sio_ids.h | 7 --
drivers/usb/serial/qcserial.c | 3 +
19 files changed, 208 insertions(+), 224 deletions(-)
---------------
Alan Stern (2):
USB: fix oops in usb_sg_init()
USB: obey the sysfs power/wakeup setting
Axel Lin (1):
USB: qcserial: fix a memory leak in qcprobe error path
Daniel Sangorrin (1):
USB: serial: ftdi: correct merge conflict with CONTEC id
Hema HK (1):
USB: musb: Enable the maximum supported burst mode for DMA
Jiri Pinkava (1):
USB: gadget eth: Fix calculate CRC32 in EEM
Jiri Slaby (2):
USB: isp1362-hcd, fix double lock
USB: gadget/printer, fix sleep inside atomic
Jon Povey (2):
USB: g_serial: don't set low_latency flag
USB: g_serial: fix tty cleanup on unload
Maulik Mankad (1):
usb: musb: Fix a bug by making suspend interrupt available in device mode
Michal Nazarewicz (3):
USB: gadget: g_fs: possible invalid pointer reference bug fixed
USB: gadget: f_mass_storage: fixed fs descriptors not being updated
USB: gadget: f_mass_storage: stale common->fsg value bug fix
Mike Frysinger (1):
USB: musb: fix Blackfin ulpi stubs
Nobuhiro Iwamatsu (1):
USB: r8a66597: Fix failure in change of status
Sarah Sharp (1):
USB: xHCI: Fix bug in link TRB activation change.
Sergei Shtylyov (2):
USB: musb_core: make disconnect and suspend interrupts work again
USB: MUSB: make non-OMAP platforms build with CONFIG_PM=y
Vladimir Zapolskiy (1):
USB: s3c2410: deactivate endpoints before gadget unbinding
Wolfram Sang (2):
USB: otg/ulpi: bail out on read errors
USB: ehci-mxc: bail out on transceiver problems
^ permalink raw reply [flat|nested] 3+ messages in thread* [GIT PATCH] USB fixes for 2.6.35-git
@ 2010-06-04 20:44 Greg KH
0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2010-06-04 20:44 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb
Here are a few USB bugfixes for your 2.6.35-git tree.
The majority are for the s3c gadget driver, and the xhci host
controller, with a smattering of other bugfixes.
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
Most 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/class/cdc-acm.c | 6 ++-
drivers/usb/core/driver.c | 2 +
drivers/usb/gadget/Kconfig | 1 +
drivers/usb/gadget/s3c-hsotg.c | 57 ++++++++++++++++++++++++++++++++++
drivers/usb/host/ehci-hcd.c | 20 ++++++++++--
drivers/usb/host/isp1362.h | 2 +-
drivers/usb/host/xhci-pci.c | 2 +
drivers/usb/host/xhci-ring.c | 31 ++++++++++++++++++-
drivers/usb/host/xhci.c | 57 +++++++++++++++++++++++++++++-----
drivers/usb/host/xhci.h | 12 +++++++
drivers/usb/serial/digi_acceleport.c | 3 +-
drivers/usb/serial/ftdi_sio.c | 4 ++
drivers/usb/serial/mos7840.c | 1 -
13 files changed, 180 insertions(+), 18 deletions(-)
---------------
Alan Stern (1):
USB: unbind all interfaces before rebinding them
Axel Lin (1):
USB: cdc-acm: fix resource reclaim in error path of acm_probe
Ben Dooks (3):
USB: s3c-hsotg: Ensure TX FIFO addresses setup when initialising FIFOs
USB: s3c-hsotg: SoftDisconnect minimum 3ms
USB: s3c-hsotg: Ensure FIFOs are fully flushed after layout
Daniel Mack (1):
USB: ftdi_sio: fix DTR/RTS line modes
Grant Likely (1):
usb: fix ehci_hcd build failure when both generic-OF and xilinx is selected
Johan Hovold (1):
USB: mos7840: fix null-pointer dereference
Julia Lawall (1):
USB: serial: digi_acceleport: Eliminate a NULL pointer dereference
Maurus Cuelenaere (1):
USB: s3c_hsotg: define USB_GADGET_DUALSPEED in Kconfig
Mike Frysinger (1):
USB: isp1362: fix inw warning on Blackfin systems
Sarah Sharp (3):
USB: xhci: Wait for controller to be ready after reset.
USB: xhci: Wait for host to start running.
USB: xhci: Print NEC firmware version.
Thomas Abraham (1):
USB: s3c: Enable soft disconnect during initialization
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-07-26 19:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26 19:08 [GIT PATCH] USB fixes for 2.6.35-git Greg KH
-- strict thread matches above, loose matches on Subject: below --
2010-06-30 15:23 Greg KH
2010-06-04 20:44 Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox