All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Yehezkel Bernat <YehezkelShB@gmail.com>,
	Michael Jamet <michael.jamet@intel.com>,
	Lukas Wunner <lukas@wunner.de>,
	Andreas Noever <andreas.noever@gmail.com>,
	linux-usb@vger.kernel.org,
	Mika Westerberg <mika.westerberg@linux.intel.com>
Subject: [GIT PULL] USB4/Thunderbolt changes for v6.16 merge window
Date: Tue, 20 May 2025 13:16:45 +0300	[thread overview]
Message-ID: <20250520101645.GH88033@black.fi.intel.com> (raw)

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(-)

             reply	other threads:[~2025-05-20 10:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-20 10:16 Mika Westerberg [this message]
2025-05-21 10:27 ` [GIT PULL] USB4/Thunderbolt changes for v6.16 merge window Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250520101645.GH88033@black.fi.intel.com \
    --to=mika.westerberg@linux.intel.com \
    --cc=YehezkelShB@gmail.com \
    --cc=andreas.noever@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=lukas@wunner.de \
    --cc=michael.jamet@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.