All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] USB fixes for 5.15-rc5
@ 2021-10-17 10:05 Greg KH
  2021-10-18  3:22 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2021-10-17 10:05 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-usb

The following changes since commit 64570fbc14f8d7cb3fe3995f20e26bc25ce4b2cc:

  Linux 5.15-rc5 (2021-10-10 17:01:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.15-rc6

for you to fetch changes up to cd932c2a1ecc8f261ecb8d140fa431c16379931f:

  Merge tag 'usb-serial-5.15-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2021-10-15 15:04:02 +0200)

----------------------------------------------------------------
USB fixes for 5.15-rc6

Here are some small USB fixes that resolve a number of tiny issues.
They include:
	- new USB serial driver ids
	- xhci driver fixes for a bunch of issues
	- musb error path fixes.

All of these have been in linux-next for a while with no reported
issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Aleksander Morgado (1):
      USB: serial: qcserial: add EM9191 QDL support

Daniele Palmas (1):
      USB: serial: option: add Telit LE910Cx composition 0x1204

Greg Kroah-Hartman (1):
      Merge tag 'usb-serial-5.15-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Johan Hovold (1):
      USB: xhci: dbc: fix tty registration race

Jonathan Bell (2):
      xhci: guard accesses to ep_state in xhci_endpoint_reset()
      xhci: add quirk for host controllers that don't update endpoint DCS

Miquel Raynal (1):
      usb: musb: dsps: Fix the probe error path

Nikolay Martynov (1):
      xhci: Enable trust tx length quirk for Fresco FL11 USB controller

Pavankumar Kondeti (1):
      xhci: Fix command ring pointer corruption while aborting a command

Tomaz Solc (1):
      USB: serial: option: add prod. id for Quectel EG91

Yu-Tung Chang (1):
      USB: serial: option: add Quectel EC200S-CN module support

 drivers/usb/host/xhci-dbgtty.c | 28 +++++++++++++---------------
 drivers/usb/host/xhci-pci.c    |  6 +++++-
 drivers/usb/host/xhci-ring.c   | 39 ++++++++++++++++++++++++++++++++++-----
 drivers/usb/host/xhci.c        |  5 +++++
 drivers/usb/host/xhci.h        |  1 +
 drivers/usb/musb/musb_dsps.c   |  4 +++-
 drivers/usb/serial/option.c    |  8 ++++++++
 drivers/usb/serial/qcserial.c  |  1 +
 8 files changed, 70 insertions(+), 22 deletions(-)

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

* Re: [GIT PULL] USB fixes for 5.15-rc5
  2021-10-17 10:05 [GIT PULL] USB fixes for 5.15-rc5 Greg KH
@ 2021-10-18  3:22 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-10-18  3:22 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-usb

The pull request you sent on Sun, 17 Oct 2021 12:05:16 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.15-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ebf613ae87baff7804966d3f251d09ec7c3ad17f

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [GIT PULL] USB fixes for 5.15-rc5
  2021-10-08 16:12 Greg KH
@ 2021-10-08 17:20 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-10-08 17:20 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-usb

The pull request you sent on Fri, 8 Oct 2021 18:12:26 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.15-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/741668ef78320a2c1aacbfecea43ac884d989ec1

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* [GIT PULL] USB fixes for 5.15-rc5
@ 2021-10-08 16:12 Greg KH
  2021-10-08 17:20 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2021-10-08 16:12 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-usb

The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:

  Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.15-rc5

for you to fetch changes up to 58fc1daa4d2e9789b9ffc880907c961ea7c062cc:

  USB: cdc-acm: fix break reporting (2021-10-05 13:50:52 +0200)

----------------------------------------------------------------
USB fixes for 5.15-rc5

Here are some small USB fixes for 5.15-rc5 that resolve a number of
reported issues:
	- gadget driver fixes
	- xhci build warning fixes
	- build configuration fix
	- cdc-acm tty handling fixes
	- cdc-wdm fix
	- typec fixes

All of these have been in linux-next for a while with no reported
issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Andy Shevchenko (1):
      usb: dwc3: gadget: Revert "set gadgets parent to the right controller"

Arnd Bergmann (1):
      usb: xhci: tegra: mark PM functions as __maybe_unused

Ben Hutchings (1):
      Partially revert "usb: Kconfig: using select for USB_COMMON dependency"

Fabio Estevam (1):
      usb: chipidea: ci_hdrc_imx: Also search for 'phys' phandle

Heikki Krogerus (1):
      usb: typec: tipd: Remove dependency on "connector" child fwnode

Johan Hovold (2):
      USB: cdc-acm: fix racy tty buffer accesses
      USB: cdc-acm: fix break reporting

Pavel Hofman (1):
      usb: gadget: f_uac2: fixed EP-IN wMaxPacketSize

Rikard Falkeborn (1):
      usb: cdc-wdm: Fix check for WWAN

Xu Yang (2):
      usb: typec: tcpci: don't handle vSafe0V event if it's not enabled
      usb: typec: tcpm: handle SRC_STARTUP state if cc changes

 drivers/usb/chipidea/ci_hdrc_imx.c   | 15 ++++++++++-----
 drivers/usb/class/cdc-acm.c          |  8 ++++++++
 drivers/usb/class/cdc-wdm.c          |  6 +++---
 drivers/usb/common/Kconfig           |  3 +--
 drivers/usb/dwc3/gadget.c            |  2 +-
 drivers/usb/gadget/function/f_uac2.c | 14 ++++++++++----
 drivers/usb/host/xhci-tegra.c        | 12 ++++--------
 drivers/usb/typec/tcpm/tcpci.c       |  2 +-
 drivers/usb/typec/tcpm/tcpm.c        |  1 +
 drivers/usb/typec/tipd/core.c        |  8 +++-----
 10 files changed, 42 insertions(+), 29 deletions(-)

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

end of thread, other threads:[~2021-10-18  3:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-17 10:05 [GIT PULL] USB fixes for 5.15-rc5 Greg KH
2021-10-18  3:22 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2021-10-08 16:12 Greg KH
2021-10-08 17:20 ` pr-tracker-bot

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.