mbox series

[GIT,PULL] USB4/Thunderbolt fixes for v6.13-rc4

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

Pull-request

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

Message

Mika Westerberg Dec. 19, 2024, 9:47 a.m. UTC
Hi Greg,

The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:

  Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 24740385cb0d6d22ab7fa7adf36546d5b3cdcf73:

  thunderbolt: Improve redrive mode handling (2024-12-16 09:59:38 +0200)

----------------------------------------------------------------
thunderbolt: Fixes for v6.13-rc4

This includes following USB4/Thunderbolt fixes for v6.13-rc4:

  - Add Intel Panther Lake PCI IDs
  - Do not show nvm_version for retimers that are not supported
  - Fix redrive mode handling.

All these have been in linux-next with no reported issues.

----------------------------------------------------------------
Mario Limonciello (1):
      thunderbolt: Don't display nvm_version unless upgrade supported

Mika Westerberg (2):
      thunderbolt: Add support for Intel Panther Lake-M/P
      thunderbolt: Improve redrive mode handling

 drivers/thunderbolt/nhi.c     |  8 ++++++++
 drivers/thunderbolt/nhi.h     |  4 ++++
 drivers/thunderbolt/retimer.c | 19 +++++++++++++++----
 drivers/thunderbolt/tb.c      | 41 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 68 insertions(+), 4 deletions(-)

Comments

Greg Kroah-Hartman Dec. 19, 2024, 11:35 a.m. UTC | #1
On Thu, Dec 19, 2024 at 11:47:23AM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:
> 
>   Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.13-rc4

Pulled and pushed out, thanks.

greg k-h