Message ID | ZdDNFfwclvmprBoR@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | a3a7d1627429545cddcc60314f1596912138daf1 |
Headers | show |
Series | [GIT,PULL] USB driver fixes for 6.8-rc5 | expand |
The pull request you sent on Sat, 17 Feb 2024 16:13:25 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.8-rc5
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a3a7d1627429545cddcc60314f1596912138daf1
Thank you!
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@linuxfoundation.org> ---------------------------------------------------------------- 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(-)