* [GIT PATCH] USB fixes for 3.10-rc5
@ 2013-06-06 17:57 Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2013-06-06 17:57 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb
The following changes since commit e4aa937ec75df0eea0bee03bffa3303ad36c986b:
Linux 3.10-rc3 (2013-05-26 16:00:47 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-3.10-rc4
for you to fetch changes up to 73228a0538a70ebc4547bd09dee8971360dc1d87:
USB: option,zte_ev: move most ZTE CDMA devices to zte_ev (2013-06-06 09:06:25 -0700)
----------------------------------------------------------------
USB fixes for 3.10-rc4
Here are a number of USB bugfixes and new device ids for the 3.10-rc5 tree.
Nothing major here, a number of new device ids (and movement from the
option to the zte_ev driver of a number of ids that we had previously
gotten wrong, some xhci bugfixes, some usb-serial driver fixes that were
recently found, some host controller fixes / reverts, and a variety of
smaller other things.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Alan Stern (2):
USB: revert periodic scheduling bugfix
USB: EHCI: fix regression related to qh_refresh()
Bjørn Mork (1):
USB: option: blacklist network interface on Huawei E1820
Dan Williams (1):
USB: option,zte_ev: move most ZTE CDMA devices to zte_ev
Federico Manzan (1):
usbfs: Increase arbitrary limit for USB 3 isopkt length
George Cherian (1):
usb: dwc3: gadget: free trb pool only from epnum 2
Greg Kroah-Hartman (2):
Merge tag 'fixes-for-v3.10-rc4' of git://git.kernel.org/.../balbi/usb into usb-linus
Merge tag 'for-usb-linus-2013-05-24' of git://git.kernel.org/.../sarah/xhci into usb-linus
Johan Hovold (14):
USB: serial: fix Treo/Kyocera interrrupt-in urb context
USB: visor: fix initialisation of Treo/Kyocera devices
USB: mos7720: fix DMA to stack
USB: mos7840: fix DMA to stack
USB: ark3116: fix control-message timeout
USB: iuu_phoenix: fix bulk-message timeout
USB: mos7720: fix message timeouts
USB: zte_ev: fix control-message timeouts
USB: zte_ev: fix broken open
USB: keyspan: fix bogus array index
USB: keyspan: remove unused endpoint-array access
USB: mos7720: fix hardware flow control
USB: serial: fix TIOCMIWAIT return value
USB: whiteheat: fix broken port configuration
Peter Chen (2):
usb: dwc3: pci: PHY should be deleted later than dwc3 core
usb: dwc3: exynos: PHY should be deleted later than dwc3 core
Richard Weinberger (1):
USB: serial: Add Option GTM681W to qcserial device table.
Robert Butora (1):
USB: Serial: cypress_M8: Enable FRWD Dongle hidcom device
Sarah Sharp (1):
xhci: Disable D3cold for buggy TI redrivers.
Sergio Aguirre (1):
xhci-mem: init list heads at the beginning of init
Tony Camuso (1):
xhci - correct comp_mode_recovery_timer on return from hibernate
Virupax Sadashivpetimath (1):
usb: musb: make use_sg flag URB specific
Vladimir Murzin (1):
xhci: fix list access before init
drivers/usb/core/devio.c | 10 ++++---
drivers/usb/dwc3/dwc3-exynos.c | 2 +-
drivers/usb/dwc3/dwc3-pci.c | 2 +-
drivers/usb/dwc3/gadget.c | 16 ++++++++---
drivers/usb/host/ehci-sched.c | 9 +++++--
drivers/usb/host/xhci-mem.c | 10 ++++---
drivers/usb/host/xhci-pci.c | 8 ++++++
drivers/usb/host/xhci.c | 16 ++++++++---
drivers/usb/host/xhci.h | 3 +++
drivers/usb/musb/musb_host.c | 18 ++++++-------
drivers/usb/musb/musb_host.h | 1 +
drivers/usb/serial/ark3116.c | 2 +-
drivers/usb/serial/cypress_m8.c | 18 ++++++++++++-
drivers/usb/serial/cypress_m8.h | 4 +++
drivers/usb/serial/iuu_phoenix.c | 4 +--
drivers/usb/serial/keyspan.c | 10 -------
drivers/usb/serial/mos7720.c | 25 ++++++++++++-----
drivers/usb/serial/mos7840.c | 35 ++++++++++++++++++------
drivers/usb/serial/option.c | 26 +++---------------
drivers/usb/serial/qcserial.c | 1 +
drivers/usb/serial/usb-serial.c | 4 +--
drivers/usb/serial/visor.c | 9 +++++++
drivers/usb/serial/whiteheat.c | 2 +-
drivers/usb/serial/zte_ev.c | 58 ++++++++++++++++++++++++----------------
24 files changed, 187 insertions(+), 106 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [GIT PATCH] USB fixes for 3.10-rc5
@ 2013-06-14 16:38 Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2013-06-14 16:38 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb
The following changes since commit 317ddd256b9c24b0d78fa8018f80f1e495481a10:
Linux 3.10-rc5 (2013-06-08 17:41:04 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-3.10-rc5
for you to fetch changes up to 0c3f3dc68bb6e6950e8cd7851e7778c550e8dfb4:
usb: chipidea: fix id change handling (2013-06-11 16:18:05 -0700)
----------------------------------------------------------------
USB fixes for 3.10-rc6
Here are some small USB driver fixes that resolve some reported problems
for 3.10-rc6
Nothing major, just 3 USB serial driver fixes, and two chipidea fixes.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Alexander Shishkin (2):
usb: chipidea: fix no transceiver case
usb: chipidea: fix id change handling
Johan Hovold (3):
USB: f81232: fix device initialisation at open
USB: spcp8x5: fix device initialisation at open
USB: pl2303: fix device initialisation at open
drivers/usb/chipidea/core.c | 3 ++-
drivers/usb/chipidea/udc.c | 13 ++++++++-----
drivers/usb/serial/f81232.c | 8 ++++----
drivers/usb/serial/pl2303.c | 10 +++++-----
drivers/usb/serial/spcp8x5.c | 10 ++++------
5 files changed, 23 insertions(+), 21 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-14 16:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-06 17:57 [GIT PATCH] USB fixes for 3.10-rc5 Greg KH
2013-06-14 16:38 Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®