mbox series

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

Message ID 20231026084405.GJ3208943@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] USB4/Thunderbolt changes for v6.7 merge window | expand

Pull-request

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

Message

Mika Westerberg Oct. 26, 2023, 8:44 a.m. UTC
Hi Greg,

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a558892b3456d44f2a89d238f5d650f0574fa3b2:

  thunderbolt: Fix one kernel-doc comment (2023-10-24 07:49:17 +0300)

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

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

  - Configure asymmetric link if the DisplayPort bandwidth requires so
  - Enable path power management packet support for USB4 v2 routers
  - Make the bandwidth reservations to follow the USB4 v2 connection
    manager guide suggestions
  - DisplayPort tunneling improvements
  - Small cleanups and improvements around the driver.

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

----------------------------------------------------------------
Gil Fine (10):
      thunderbolt: Fix debug log when DisplayPort adapter not available for pairing
      thunderbolt: Fix typo of HPD bit for Hot Plug Detect
      thunderbolt: Log NVM version of routers and retimers
      thunderbolt: Create multiple DisplayPort tunnels if there are more DP IN/OUT pairs
      thunderbolt: Add DP IN added last in the head of the list of DP resources
      thunderbolt: Make is_gen4_link() available to the rest of the driver
      thunderbolt: Change bandwidth reservations to comply USB4 v2
      thunderbolt: Introduce tb_port_path_direction_downstream()
      thunderbolt: Add support for asymmetric link
      thunderbolt: Configure asymmetric link if needed and bandwidth allows

Mika Westerberg (14):
      thunderbolt: Apply USB 3.x bandwidth quirk only in software connection manager
      thunderbolt: dma_test: Use enum tb_link_width
      thunderbolt: Get rid of usb4_usb3_port_actual_link_rate()
      thunderbolt: Make tb_switch_clx_is_supported() static
      thunderbolt: Check for unplugged router in tb_switch_clx_disable()
      thunderbolt: Fix typo in enum tb_link_width kernel-doc
      thunderbolt: Use tb_tunnel_dbg() where possible to make logging more consistent
      thunderbolt: Expose tb_tunnel_xxx() log macros to the rest of the driver
      thunderbolt: Use tb_tunnel_xxx() log macros in tb.c
      thunderbolt: Use constants for path weight and priority
      thunderbolt: Use weight constants in tb_usb3_consumed_bandwidth()
      thunderbolt: Set path power management packet support bit for USB4 v2 routers
      thunderbolt: Introduce tb_for_each_upstream_port_on_path()
      thunderbolt: Introduce tb_switch_depth()

Yang Li (1):
      thunderbolt: Fix one kernel-doc comment

 drivers/thunderbolt/clx.c      |  47 +--
 drivers/thunderbolt/dma_test.c |  14 +-
 drivers/thunderbolt/path.c     |   7 +-
 drivers/thunderbolt/quirks.c   |   3 +
 drivers/thunderbolt/retimer.c  |   1 +
 drivers/thunderbolt/switch.c   | 337 +++++++++++++++---
 drivers/thunderbolt/tb.c       | 774 ++++++++++++++++++++++++++++++++---------
 drivers/thunderbolt/tb.h       |  60 +++-
 drivers/thunderbolt/tb_regs.h  |  19 +-
 drivers/thunderbolt/tunnel.c   | 263 ++++++++------
 drivers/thunderbolt/tunnel.h   |  26 +-
 drivers/thunderbolt/usb4.c     | 135 +++++--
 include/linux/thunderbolt.h    |   2 +-
 13 files changed, 1300 insertions(+), 388 deletions(-)