public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Introduce Thunderbolt/USB4 <-> USB Type-C port mapping
@ 2025-04-14 17:55 Alan Borzeszkowski
  2025-04-14 17:55 ` [PATCH 1/3] thunderbolt: Expose usb4_port_index() to other modules Alan Borzeszkowski
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Alan Borzeszkowski @ 2025-04-14 17:55 UTC (permalink / raw)
  To: linux-usb
  Cc: mika.westerberg, andreas.noever, michael.jamet, YehezkelShB,
	heikki.krogerus, gregkh

Hello everyone,

This patch series introduces the creation of symlinks between
Thunderbolt/USB4 ports and their corresponding USB Type-C ports. The
primary goal is to provide users with clear visibility into which USB4
port is connected via a specific Type-C port. This provides the same
functionality that is already present in Chromebooks.

Alan Borzeszkowski (3):
  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

 drivers/thunderbolt/tb.h        |  1 +
 drivers/thunderbolt/usb4.c      | 14 +++++++--
 drivers/thunderbolt/usb4_port.c | 56 ++++++++++++++++++++++++++++-----
 drivers/usb/typec/port-mapper.c | 23 ++++++++++++--
 include/linux/thunderbolt.h     | 18 +++++++++++
 5 files changed, 99 insertions(+), 13 deletions(-)


base-commit: 306a14d03f47fa152c7e47be544d8d582d387a20
-- 
2.43.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-04-17  9:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-14 17:55 [PATCH 0/3] Introduce Thunderbolt/USB4 <-> USB Type-C port mapping Alan Borzeszkowski
2025-04-14 17:55 ` [PATCH 1/3] thunderbolt: Expose usb4_port_index() to other modules Alan Borzeszkowski
2025-04-14 17:55 ` [PATCH 2/3] thunderbolt: Add Thunderbolt/USB4 <-> USB3 match function Alan Borzeszkowski
2025-04-14 17:55 ` [PATCH 3/3] usb: typec: Connect Type-C port with associated USB4 port Alan Borzeszkowski
2025-04-14 19:03 ` [PATCH 0/3] Introduce Thunderbolt/USB4 <-> USB Type-C port mapping Greg KH
2025-04-15  9:32   ` Heikki Krogerus
2025-04-15 12:22     ` Greg KH
2025-04-15 12:22 ` Greg KH
2025-04-15 12:36   ` Mika Westerberg
2025-04-17  9:27 ` Mika Westerberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox