[GIT PULL] USB fixes for 5.16-rc1

From: Greg KH
Date: Thu Nov 11 2021 - 04:30:17 EST


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@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
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(-)