mbox series

[GIT,PULL] USB4/Thunderbolt fix for v6.8-rc4

Message ID 20240206095028.GK8454@black.fi.intel.com (mailing list archive)
State Accepted
Commit b55fe36efc22f1f1c8f69e1cdf12c9f5d6ca371e
Headers show
Series [GIT,PULL] USB4/Thunderbolt fix for v6.8-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.8-rc4

Message

Mika Westerberg Feb. 6, 2024, 9:50 a.m. UTC
Hi Greg,

The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:

  Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.8-rc4

for you to fetch changes up to ec4d82f855ce332de26fe080892483de98cc1a19:

  thunderbolt: Fix setting the CNS bit in ROUTER_CS_5 (2024-01-29 09:48:40 +0200)

----------------------------------------------------------------
thunderbolt: Fix for v6.8-rc4

This includes one USB4/Thunderbolt fix for v6.8-rc4:

  - Correct the CNS (CM TBT3 Not Supported) bit setting for USB4
    routers.

This has been in linux-next with no reported issues.

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

 drivers/thunderbolt/tb_regs.h | 2 +-
 drivers/thunderbolt/usb4.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Greg Kroah-Hartman Feb. 6, 2024, 2:52 p.m. UTC | #1
On Tue, Feb 06, 2024 at 11:50:28AM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:
> 
>   Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.8-rc4

Pulled and pushed out, thanks.

greg k-h