linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] thunderbolt: DisplayPort and logging improvements & cleanups
@ 2023-10-03  9:39 Mika Westerberg
  2023-10-03  9:39 ` [PATCH 01/13] thunderbolt: dma_test: Use enum tb_link_width Mika Westerberg
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Mika Westerberg @ 2023-10-03  9:39 UTC (permalink / raw)
  To: linux-usb
  Cc: Yehezkel Bernat, Michael Jamet, Lukas Wunner, Andreas Noever,
	Gil Fine, Mika Westerberg

Hi all,

This series improves the DisplayPort tunneling slightly to handle
several "active" DP IN/OUT pairs so that for each of them a DP tunnel is
created. It also improves pairing when eGPU with DP IN adapter is
plugged in.

The rest are logging improvements and small cleanups here and there. I'm
planning to merge these for v6.7.

Gil Fine (5):
  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

Mika Westerberg (8):
  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

 drivers/thunderbolt/clx.c      |  47 ++++++++-------
 drivers/thunderbolt/dma_test.c |  14 ++---
 drivers/thunderbolt/retimer.c  |   1 +
 drivers/thunderbolt/switch.c   |   9 +--
 drivers/thunderbolt/tb.c       |  85 +++++++++++++++------------
 drivers/thunderbolt/tb.h       |   2 -
 drivers/thunderbolt/tb_regs.h  |   7 +--
 drivers/thunderbolt/tunnel.c   | 102 ++++++++++++---------------------
 drivers/thunderbolt/tunnel.h   |  24 +++++++-
 drivers/thunderbolt/usb4.c     |  29 ----------
 include/linux/thunderbolt.h    |   2 +-
 11 files changed, 148 insertions(+), 174 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2023-10-13  5:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03  9:39 [PATCH 00/13] thunderbolt: DisplayPort and logging improvements & cleanups Mika Westerberg
2023-10-03  9:39 ` [PATCH 01/13] thunderbolt: dma_test: Use enum tb_link_width Mika Westerberg
2023-10-03  9:39 ` [PATCH 02/13] thunderbolt: Get rid of usb4_usb3_port_actual_link_rate() Mika Westerberg
2023-10-03  9:39 ` [PATCH 03/13] thunderbolt: Make tb_switch_clx_is_supported() static Mika Westerberg
2023-10-03  9:39 ` [PATCH 04/13] thunderbolt: Check for unplugged router in tb_switch_clx_disable() Mika Westerberg
2023-10-03  9:39 ` [PATCH 05/13] thunderbolt: Fix debug log when DisplayPort adapter not available for pairing Mika Westerberg
2023-10-03  9:39 ` [PATCH 06/13] thunderbolt: Fix typo in enum tb_link_width kernel-doc Mika Westerberg
2023-10-03  9:39 ` [PATCH 07/13] thunderbolt: Fix typo of HPD bit for Hot Plug Detect Mika Westerberg
2023-10-03  9:40 ` [PATCH 08/13] thunderbolt: Use tb_tunnel_dbg() where possible to make logging more consistent Mika Westerberg
2023-10-03  9:40 ` [PATCH 09/13] thunderbolt: Expose tb_tunnel_xxx() log macros to the rest of the driver Mika Westerberg
2023-10-03  9:40 ` [PATCH 10/13] thunderbolt: Use tb_tunnel_xxx() log macros in tb.c Mika Westerberg
2023-10-03  9:40 ` [PATCH 11/13] thunderbolt: Log NVM version of routers and retimers Mika Westerberg
2023-10-03  9:40 ` [PATCH 12/13] thunderbolt: Create multiple DisplayPort tunnels if there are more DP IN/OUT pairs Mika Westerberg
2023-10-03  9:40 ` [PATCH 13/13] thunderbolt: Add DP IN added last in the head of the list of DP resources Mika Westerberg
2023-10-13  5:55 ` [PATCH 00/13] thunderbolt: DisplayPort and logging improvements & cleanups Mika Westerberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).