mbox series

[GIT,PULL] USB driver fixes for 5.11-rc5

Message ID YA1urjFySDgiW7QE@kroah.com (mailing list archive)
State Accepted
Commit 8f3bfd2181ecb920e5f51e2a16c1ef65d6f50a5f
Headers show
Series [GIT,PULL] USB driver fixes for 5.11-rc5 | expand

Pull-request

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

Message

Greg Kroah-Hartman Jan. 24, 2021, 12:57 p.m. UTC
The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837:

  Linux 5.11-rc3 (2021-01-10 14:34:50 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ef02684c4e67d8c35ac83083564135bc7b1d3445:

  usb: bdc: Make bdc pci driver depend on BROKEN (2021-01-19 14:10:46 +0100)

----------------------------------------------------------------
USB fixes for 5.11-rc5

Here are some small USB driver fixes for 5.11-rc5.  They resolve:
	- xhci issues for some reported problems
	- ehci driver issue for one specific device
	- USB gadget fixes for some reported problems
	- cdns3 driver fixes for issues reported
	- MAINTAINERS file update
	- thunderbolt minor fix

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

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

----------------------------------------------------------------
Alan Stern (1):
      USB: gadget: dummy-hcd: Fix errors in port-reset handling

Eugene Korenevsky (1):
      ehci: fix EHCI host controller initialization sequence

Greg Kroah-Hartman (2):
      Merge tag 'usb-v5.11-rc3' of git://git.kernel.org/.../peter.chen/usb into usb-linus
      Merge tag 'thunderbolt-for-v5.11-rc4' of git://git.kernel.org/.../westeri/thunderbolt into usb-linus

JC Kuo (1):
      xhci: tegra: Delay for disabling LFPS detector

Longfang Liu (1):
      USB: ehci: fix an interrupt calltrace error

Mathias Nyman (1):
      xhci: make sure TRB is fully written before giving it to the controller

Mika Westerberg (1):
      thunderbolt: Drop duplicated 0x prefix from format string

Patrik Jakobsson (1):
      usb: bdc: Make bdc pci driver depend on BROKEN

Peter Chen (4):
      usb: cdns3: imx: fix writing read-only memory issue
      usb: cdns3: imx: fix can't create core device the second time issue
      usb: cdns3: imx: improve driver .remove API
      MAINTAINERS: update Peter Chen's email address

Roger Quadros (1):
      MAINTAINERS: Update address for Cadence USB3 driver

Ryan Chen (1):
      usb: gadget: aspeed: fix stop dma register setting.

Thinh Nguyen (1):
      usb: udc: core: Use lock when write to soft_connect

 MAINTAINERS                              |  6 +++---
 drivers/thunderbolt/icm.c                |  2 +-
 drivers/usb/cdns3/cdns3-imx.c            | 22 +++++++++++-----------
 drivers/usb/gadget/udc/aspeed-vhub/epn.c |  5 ++++-
 drivers/usb/gadget/udc/bdc/Kconfig       |  2 +-
 drivers/usb/gadget/udc/core.c            | 13 ++++++++++---
 drivers/usb/gadget/udc/dummy_hcd.c       | 10 +++++++---
 drivers/usb/host/ehci-hcd.c              | 12 ++++++++++++
 drivers/usb/host/ehci-hub.c              |  3 +++
 drivers/usb/host/xhci-ring.c             |  2 ++
 drivers/usb/host/xhci-tegra.c            |  7 +++++++
 11 files changed, 61 insertions(+), 23 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 24, 2021, 7:33 p.m. UTC | #1
The pull request you sent on Sun, 24 Jan 2021 13:57:18 +0100:

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

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

Thank you!