mbox series

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

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

Pull-request

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

Message

Mika Westerberg May 20, 2025, 10:16 a.m. UTC
Hi Greg,

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 36f6f7e2d4d094c828977938eaa4949ec5439380:

  Documentation/admin-guide: Document Thunderbolt/USB4 tunneling events (2025-04-24 08:24:39 +0300)

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

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

  - Enable wake on connect and disconnect over system suspend.
  - Add mapping between Type-C ports and USB4 ports on non-Chrome systems.
  - Expose tunneling related events to userspace.

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

----------------------------------------------------------------
Alan Borzeszkowski (7):
      thunderbolt: Expose usb4_port_index() to other modules
      thunderbolt: Add Thunderbolt/USB4 <-> USB3 match function
      usb: typec: Connect Type-C port with associated USB4 port
      thunderbolt: Introduce domain event message handler
      thunderbolt: Notify userspace about software CM tunneling events
      thunderbolt: Notify userspace about firmware CM tunneling events
      Documentation/admin-guide: Document Thunderbolt/USB4 tunneling events

Mario Limonciello (2):
      thunderbolt: Use wake on connect and disconnect over suspend
      thunderbolt: Fix a logic error in wake on connect

 Documentation/admin-guide/thunderbolt.rst | 33 +++++++++++
 drivers/thunderbolt/domain.c              |  2 +-
 drivers/thunderbolt/icm.c                 | 36 +++++++++++-
 drivers/thunderbolt/switch.c              |  1 +
 drivers/thunderbolt/tb.c                  | 22 +++++++-
 drivers/thunderbolt/tb.h                  | 14 +++++
 drivers/thunderbolt/tb_msgs.h             |  1 +
 drivers/thunderbolt/tunnel.c              | 92 +++++++++++++++++++++++++++++--
 drivers/thunderbolt/tunnel.h              | 23 ++++++++
 drivers/thunderbolt/usb4.c                | 18 ++++--
 drivers/thunderbolt/usb4_port.c           | 56 ++++++++++++++++---
 drivers/usb/typec/port-mapper.c           | 23 +++++++-
 include/linux/thunderbolt.h               | 18 ++++++
 13 files changed, 314 insertions(+), 25 deletions(-)