public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] thunderbolt: Sideband access and retimer lane margining support
@ 2024-06-14 12:15 Mika Westerberg
  2024-06-14 12:15 ` [PATCH v2 1/6] thunderbolt: Move usb4_port_margining_caps() declaration into correct place Mika Westerberg
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Mika Westerberg @ 2024-06-14 12:15 UTC (permalink / raw)
  To: Yehezkel Bernat, Michael Jamet, Lukas Wunner, Andreas Noever
  Cc: linux-usb, Greg KH, Mika Westerberg

Hi all,

This series adds USB4 link sideband access through debugfs. This can be
used to run port operations etc. from userspace usable for example in
manufacturing. The other feature is receiver lane margining support for
retimers with similar use case.

Mika Westerberg (6):
  thunderbolt: Move usb4_port_margining_caps() declaration into correct place
  thunderbolt: Make usb4_port_sb_read/write() available outside of usb4.c
  thunderbolt: Add sideband register access to debugfs
  thunderbolt: Split out margining from USB4 port
  thunderbolt: Make margining functions accept target and retimer index
  thunderbolt: Add receiver lane margining support for retimers

 drivers/thunderbolt/Kconfig   |  11 +-
 drivers/thunderbolt/debugfs.c | 623 ++++++++++++++++++++++++++--------
 drivers/thunderbolt/retimer.c |  53 +--
 drivers/thunderbolt/sb_regs.h |   9 +
 drivers/thunderbolt/tb.h      |  45 ++-
 drivers/thunderbolt/usb4.c    | 183 +++++-----
 6 files changed, 655 insertions(+), 269 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-06-17  9:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-14 12:15 [PATCH v2 0/6] thunderbolt: Sideband access and retimer lane margining support Mika Westerberg
2024-06-14 12:15 ` [PATCH v2 1/6] thunderbolt: Move usb4_port_margining_caps() declaration into correct place Mika Westerberg
2024-06-14 12:15 ` [PATCH v2 2/6] thunderbolt: Make usb4_port_sb_read/write() available outside of usb4.c Mika Westerberg
2024-06-14 12:15 ` [PATCH v2 3/6] thunderbolt: Add sideband register access to debugfs Mika Westerberg
2024-06-14 12:15 ` [PATCH v2 4/6] thunderbolt: Split out margining from USB4 port Mika Westerberg
2024-06-14 12:15 ` [PATCH v2 5/6] thunderbolt: Make margining functions accept target and retimer index Mika Westerberg
2024-06-14 12:15 ` [PATCH v2 6/6] thunderbolt: Add receiver lane margining support for retimers Mika Westerberg
2024-06-14 12:19 ` [PATCH v2 0/6] thunderbolt: Sideband access and retimer lane margining support Greg KH
2024-06-14 12:37   ` Mika Westerberg
2024-06-14 12:55     ` Greg KH
2024-06-17  9:58 ` Mika Westerberg

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