linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] USB driver fixes for 5.13-rc2
@ 2021-05-16  8:59 Greg KH
  2021-05-16 17:20 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2021-05-16  8:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-usb

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.13-rc2

for you to fetch changes up to 975f94c7d6c306b833628baa9aec3f79db1eb3a1:

  usb: core: hub: fix race condition about TRSMRCY of resume (2021-05-13 16:00:24 +0200)

----------------------------------------------------------------
USB fixes for 5.13-rc2

Here are some small USB fixes for 5.13-rc2.  They consist of a number of
resolutions for reported issues:
	- typec fixes for found problems
	- xhci fixes and quirk additions
	- dwc3 driver fixes
	- minor fixes found by Coverity
	- cdc-wdm fixes for reported problems

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

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

----------------------------------------------------------------
Abhijeet Rao (1):
      xhci-pci: Allow host runtime PM as default for Intel Alder Lake xHCI

Andy Shevchenko (1):
      usb: typec: ucsi: Put fwnode in any case during ->probe()

Badhri Jagan Sridharan (1):
      usb: typec: tcpm: Fix SINK_DISCOVERY current limit for Rp-default

Christophe JAILLET (3):
      usb: fotg210-hcd: Fix an error message
      usb: musb: Fix an error message
      xhci: Do not use GFP_KERNEL in (potentially) atomic context

Chunfeng Yun (1):
      usb: core: hub: fix race condition about TRSMRCY of resume

Fabio Estevam (1):
      usb: Restore the reference to ch9.h

Ferry Toth (1):
      usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel Merrifield

Jack Pham (4):
      usb: dwc3: gadget: Enable suspend events
      usb: dwc3: gadget: Rename EOPF event macros to Suspend
      usb: dwc3: gadget: Free gadget structure only after freeing endpoints
      usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4

Kyle Tso (3):
      usb: typec: tcpm: Fix wrong handling in GET_SINK_CAP
      usb: typec: tcpm: Send DISCOVER_IDENTITY from dedicated work
      usb: typec: tcpm: Fix wrong handling for Not_Supported in VDM AMS

Li Jun (1):
      usb: dwc3: imx8mp: detect dwc3 core node via compatible string

Marcel Hamer (1):
      usb: dwc3: omap: improve extcon initialization

Mathias Nyman (1):
      xhci: Fix giving back cancelled URBs even if halted endpoint can't reset

Matthijs Kooijman (1):
      usb: dwc2: Remove obsolete MODULE_ constants from platform.c

Maximilian Luz (1):
      usb: xhci: Increase timeout for HC halt

Oliver Neukum (1):
      cdc-wdm: untangle a circular dependency between callback and softint

Phil Elwell (1):
      usb: dwc2: Fix gadget DMA unmap direction

Sandeep Singh (1):
      xhci: Add reset resume quirk for AMD xhci controller.

Thinh Nguyen (1):
      usb: dwc3: core: Add missing GHWPARAMS9 doc

Wei Ming Chen (1):
      docs: usb: function: Modify path name

Wesley Cheng (1):
      usb: dwc3: gadget: Return success always for kick transfer in ep queue

Zhen Lei (1):
      usb: dwc3: imx8mp: fix error return code in dwc3_imx8mp_probe()

 Documentation/driver-api/usb/usb.rst  |  15 +++--
 Documentation/usb/gadget_configfs.rst |   2 +-
 drivers/usb/class/cdc-wdm.c           |  30 +++++++---
 drivers/usb/core/hub.c                |   6 +-
 drivers/usb/dwc2/core.h               |   2 +
 drivers/usb/dwc2/gadget.c             |   3 +-
 drivers/usb/dwc2/platform.c           |   4 --
 drivers/usb/dwc3/core.h               |   7 ++-
 drivers/usb/dwc3/debug.h              |   8 +--
 drivers/usb/dwc3/dwc3-imx8mp.c        |   3 +-
 drivers/usb/dwc3/dwc3-omap.c          |   5 ++
 drivers/usb/dwc3/dwc3-pci.c           |   1 +
 drivers/usb/dwc3/gadget.c             |  13 ++++-
 drivers/usb/host/fotg210-hcd.c        |   4 +-
 drivers/usb/host/xhci-ext-caps.h      |   5 +-
 drivers/usb/host/xhci-pci.c           |   8 ++-
 drivers/usb/host/xhci-ring.c          |  16 ++++--
 drivers/usb/host/xhci.c               |   6 +-
 drivers/usb/musb/mediatek.c           |   2 +-
 drivers/usb/typec/tcpm/tcpm.c         | 103 +++++++++++++++++++++++++++++-----
 drivers/usb/typec/ucsi/ucsi.c         |  46 +++++++++++----
 drivers/usb/typec/ucsi/ucsi.h         |   6 +-
 22 files changed, 220 insertions(+), 75 deletions(-)

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

* Re: [GIT PULL] USB driver fixes for 5.13-rc2
  2021-05-16  8:59 [GIT PULL] USB driver fixes for 5.13-rc2 Greg KH
@ 2021-05-16 17:20 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-05-16 17:20 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-usb

The pull request you sent on Sun, 16 May 2021 10:59:57 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.13-rc2

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

Thank you!

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

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

end of thread, other threads:[~2021-05-16 17:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-16  8:59 [GIT PULL] USB driver fixes for 5.13-rc2 Greg KH
2021-05-16 17:20 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).