[GIT PULL] USB driver fixes for 6.8-rc5

From: Greg KH
Date: Sat Feb 17 2024 - 10:13:37 EST


The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478:

Linux 6.8-rc3 (2024-02-04 12:20:36 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 7d708c145b2631941b8b0b4a740dc2990818c39c:

Revert "usb: dwc3: Support EBC feature of DWC_usb31" (2024-02-09 10:26:08 +0000)

----------------------------------------------------------------
USB/Thunderbolt fixes for 6.8-rc5

Here are 2 small fixes for 6.8-rc5:
- thunderbolt to fix a reported issue on many platforms
- dwc3 driver revert of a commit that caused problems in -rc1

Both of these changes have been in linux-next for over a week with no
reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Greg Kroah-Hartman (1):
Merge tag 'thunderbolt-for-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus

Mohammad Rahimi (1):
thunderbolt: Fix setting the CNS bit in ROUTER_CS_5

Thinh Nguyen (1):
Revert "usb: dwc3: Support EBC feature of DWC_usb31"

drivers/thunderbolt/tb_regs.h | 2 +-
drivers/thunderbolt/usb4.c | 2 +-
drivers/usb/dwc3/core.h | 1 -
drivers/usb/dwc3/gadget.c | 6 ------
drivers/usb/dwc3/gadget.h | 2 --
include/linux/usb/gadget.h | 1 -
6 files changed, 2 insertions(+), 12 deletions(-)