mbox series

[GIT,PULL] USB4/Thunderbolt fixes for v6.12-rc7

Message ID 20241107095747.GM275077@black.fi.intel.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] USB4/Thunderbolt fixes for v6.12-rc7 | expand

Pull-request

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

Message

Mika Westerberg Nov. 7, 2024, 9:57 a.m. UTC
Hi Greg,

The following changes since commit 81983758430957d9a5cb3333fe324fd70cf63e7e:

  Linux 6.12-rc5 (2024-10-27 12:52:02 -1000)

are available in the Git repository at:

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

for you to fetch changes up to bd646c768a934d28e574ee940d6759c7954a024d:

  thunderbolt: Fix connection issue with Pluggable UD-4VPD dock (2024-11-05 16:29:47 +0200)

----------------------------------------------------------------
thunderbolt: Fixes for v6.12-rc7

This includes following USB4/Thunderbolt fixes for v6.12-rc7:

  - Fix for retimer enumeration.
  - Fix connection issue with Pluggable UD-4VPD USB4 dock.

Both have been in linux-next with no reported issues.

----------------------------------------------------------------
Mika Westerberg (2):
      thunderbolt: Add only on-board retimers when !CONFIG_USB4_DEBUGFS_MARGINING
      thunderbolt: Fix connection issue with Pluggable UD-4VPD dock

 drivers/thunderbolt/retimer.c | 2 ++
 drivers/thunderbolt/usb4.c    | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

Comments

Greg KH Nov. 7, 2024, 3:12 p.m. UTC | #1
On Thu, Nov 07, 2024 at 11:57:47AM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 81983758430957d9a5cb3333fe324fd70cf63e7e:
> 
>   Linux 6.12-rc5 (2024-10-27 12:52:02 -1000)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.12-rc7

Pulled and pushed out, thanks.

greg k-h