mbox series

[GIT,PULL] USB fixes for 5.16-rc1

Message ID YYzinMsJuzruCN+4@kroah.com (mailing list archive)
State Accepted
Commit 5625207d83f6c42b1e66004002404c3eb9f2a682
Headers show
Series [GIT,PULL] USB fixes for 5.16-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.16-rc1

Message

Greg Kroah-Hartman Nov. 11, 2021, 9:30 a.m. UTC
The following changes since commit 048ff8629e117d8411a787559417c781bcd78d7e:

  Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2021-11-04 07:50:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.16-rc1

for you to fetch changes up to e1959faf085b004e6c3afaaaa743381f00e7c015:

  xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delay (2021-11-06 15:41:03 +0100)

----------------------------------------------------------------
USB fixes for 5.16-rc1

Here are some small reverts and fixes for USB drivers for issues that
came up during the 5.16-rc1 merge window.

These include:
	- two reverts of xhci and USB core patches that are causing
	  problems in many systems.
	- xhci 3.1 enumeration delay fix for systems that were having
	  problems.

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

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

----------------------------------------------------------------
Greg Kroah-Hartman (2):
      Revert "xhci: Set HCD flag to defer primary roothub registration"
      Revert "usb: core: hcd: Add support for deferring roothub registration"

Mathias Nyman (1):
      xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delay

 drivers/usb/core/hcd.c      | 29 ++++++-----------------------
 drivers/usb/host/xhci-hub.c |  3 ++-
 drivers/usb/host/xhci.c     |  1 -
 include/linux/usb/hcd.h     |  2 --
 4 files changed, 8 insertions(+), 27 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 11, 2021, 11:09 p.m. UTC | #1
The pull request you sent on Thu, 11 Nov 2021 10:30:04 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.16-rc1

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

Thank you!