mbox series

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

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

Pull-request

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

Message

Mika Westerberg Feb. 8, 2023, 7:36 a.m. UTC
Hi Greg,

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41: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.3-rc1

for you to fetch changes up to 06cbcbfaa6510eed406e3b6d5d071386b9830689:

  thunderbolt: Add missing kernel-doc comment to tb_tunnel_maximum_bandwidth() (2023-01-27 08:25:59 +0200)

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

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

  - Add support for DisplayPort bandwidth allocation mode
  - Debug logging improvements
  - Minor cleanups.

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

----------------------------------------------------------------
Andy Shevchenko (1):
      thunderbolt: Refactor tb_acpi_add_link()

Jiri Slaby (SUSE) (1):
      thunderbolt: Use correct type in tb_port_is_clx_enabled() prototype

Mika Westerberg (10):
      thunderbolt: Use decimal port number in control and tunnel logs too
      thunderbolt: Log DP adapter type
      thunderbolt: Improve debug logging in tb_available_bandwidth()
      thunderbolt: Take CL states into account when waiting for link to come up
      thunderbolt: Increase timeout of DP OUT adapter handshake
      thunderbolt: Add functions to support DisplayPort bandwidth allocation mode
      thunderbolt: Include the additional DP IN double word in debugfs dump
      thunderbolt: Add support for DisplayPort bandwidth allocation mode
      thunderbolt: Handle bandwidth allocation mode enablement notification
      thunderbolt: Add missing kernel-doc comment to tb_tunnel_maximum_bandwidth()

 drivers/thunderbolt/acpi.c    |  13 +-
 drivers/thunderbolt/ctl.c     |  52 +++-
 drivers/thunderbolt/ctl.h     |   2 +
 drivers/thunderbolt/debugfs.c |   5 +-
 drivers/thunderbolt/switch.c  |  42 ++--
 drivers/thunderbolt/tb.c      | 508 +++++++++++++++++++++++++++++++++++--
 drivers/thunderbolt/tb.h      |  39 ++-
 drivers/thunderbolt/tb_msgs.h |  11 +-
 drivers/thunderbolt/tb_regs.h |  36 +++
 drivers/thunderbolt/tunnel.c  | 506 ++++++++++++++++++++++++++++++++++---
 drivers/thunderbolt/tunnel.h  |  18 ++
 drivers/thunderbolt/usb4.c    | 572 ++++++++++++++++++++++++++++++++++++++++++
 12 files changed, 1710 insertions(+), 94 deletions(-)