mbox series

[GIT,PULL] USB4/Thunderbolt changes for v6.8 merge window

Message ID 20240102123954.GK2543524@black.fi.intel.com (mailing list archive)
State Accepted
Commit 21bea26c848e056e58e01448db41fabd47168c73
Headers show
Series [GIT,PULL] USB4/Thunderbolt changes for v6.8 merge window | expand

Pull-request

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

Message

Mika Westerberg Jan. 2, 2024, 12:39 p.m. UTC
Hi Greg,

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -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-rc1

for you to fetch changes up to 04b99eac389adc6485f7913d83ec9ed68bbc8326:

  thunderbolt: Reduce retry timeout to speed up boot for some devices (2023-12-22 13:00:26 +0200)

----------------------------------------------------------------
thunderbolt: Changes for v6.8 merge window

This includes following USB4/Thunderbolt changes for the v6.8 merge
window:

  - Intel Lunar Lake support
  - PCIe tunneling improvements
  - DisplayPort tunneling improvements
  - Asymmetric switching improvements
  - Couple of minor fixes and cleanups.

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

----------------------------------------------------------------
Colin Ian King (1):
      thunderbolt: Remove duplicated re-assignment of pointer 'out'

Gil Fine (8):
      thunderbolt: Handle lane bonding of Gen 4 XDomain links properly
      thunderbolt: Move width_name() helper to tb.h
      thunderbolt: Log XDomain link speed and width
      thunderbolt: Transition link to asymmetric only when both sides support it
      thunderbolt: Improve logging when DisplayPort resource is added due to hotplug
      thunderbolt: Make PCIe tunnel setup and teardown follow CM guide
      thunderbolt: Disable PCIe extended encapsulation upon teardown properly
      thunderbolt: Keep link as asymmetric if preferred by hardware

Mika Westerberg (4):
      thunderbolt: Unwind TMU configuration if tb_switch_set_tmu_mode_params() fails
      thunderbolt: Disable CL states only when actually needed
      thunderbolt: Use tb_dp_read_cap() to read DP_COMMON_CAP as well
      thunderbolt: Add support for Intel Lunar Lake

Werner Sembach (1):
      thunderbolt: Reduce retry timeout to speed up boot for some devices

 drivers/thunderbolt/icm.c     |  2 +-
 drivers/thunderbolt/nhi.c     |  4 +++
 drivers/thunderbolt/nhi.h     |  2 ++
 drivers/thunderbolt/switch.c  | 33 +++++++++----------
 drivers/thunderbolt/tb.c      | 74 +++++++++++++++++++++++++++++--------------
 drivers/thunderbolt/tb.h      | 18 +++++++++++
 drivers/thunderbolt/tmu.c     |  2 +-
 drivers/thunderbolt/tunnel.c  | 46 +++++++++++++++++++--------
 drivers/thunderbolt/xdomain.c | 54 ++++++++++++++++++++++++++++++-
 9 files changed, 176 insertions(+), 59 deletions(-)

Comments

Greg Kroah-Hartman Jan. 2, 2024, 1:25 p.m. UTC | #1
On Tue, Jan 02, 2024 at 02:39:54PM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
> 
>   Linux 6.7-rc1 (2023-11-12 16:19:07 -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-rc1

Pulled and pushed out,

greg k-h