mbox series

[GIT,PULL] Thunderbolt/USB4 fix for v6.0 final

Message ID YzK21K7xBm0a2Vbo@black.fi.intel.com (mailing list archive)
State Accepted
Commit f208ce4d45c5884eae2b8a67bed1c3d646cafc15
Headers show
Series [GIT,PULL] Thunderbolt/USB4 fix for v6.0 final | expand

Pull-request

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

Message

Mika Westerberg Sept. 27, 2022, 8:39 a.m. UTC
Hi Greg,

The following changes since commit 521a547ced6477c54b4b0cc206000406c221b4d6:

  Linux 6.0-rc6 (2022-09-18 13:44:14 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 31f87f705b3c1635345d8e8a493697099b43e508:

  thunderbolt: Explicitly reset plug events delay back to USB4 spec value (2022-09-22 14:32:16 +0300)

----------------------------------------------------------------
thunderbolt: Fix for v6.0 final

This includes a single fix from Mario that resets the plug event delay
back to the USB4 spec value.

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

----------------------------------------------------------------
Mario Limonciello (1):
      thunderbolt: Explicitly reset plug events delay back to USB4 spec value

 drivers/thunderbolt/switch.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Greg Kroah-Hartman Sept. 27, 2022, 8:52 a.m. UTC | #1
On Tue, Sep 27, 2022 at 11:39:48AM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 521a547ced6477c54b4b0cc206000406c221b4d6:
> 
>   Linux 6.0-rc6 (2022-09-18 13:44:14 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.0

Pulled and pushed out, thanks.

greg k-h