Hi Greg, I'm sending this early because my vacation starts after this week. I hope it is fine for you. Thanks! The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f: Linux 6.10-rc4 (2024-06-16 13:40:16 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.11-rc1 for you to fetch changes up to 49056c95df448c1fa870c8688f34e5d1abffb154: thunderbolt: debugfs: Use FIELD_GET() (2024-06-19 07:30:20 +0300) ---------------------------------------------------------------- thunderbolt: Changes for v6.11 merge window This includes following USB4/Thunderbolt changes for the v6.11 merge window: - Add receiver lane margining support for retimers - Add sideband register access to debugfs - Minor cleanups. All these have been in linux-next with no reported issues. ---------------------------------------------------------------- Aapo Vienamo (1): thunderbolt: debugfs: Use FIELD_GET() Mika Westerberg (7): thunderbolt: Mention Thunderbolt/USB4 debugging tools in Kconfig 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 | 17 +- drivers/thunderbolt/debugfs.c | 648 +++++++++++++++++++++++++++++++----------- drivers/thunderbolt/retimer.c | 53 ++-- drivers/thunderbolt/sb_regs.h | 18 +- drivers/thunderbolt/tb.h | 45 ++- drivers/thunderbolt/usb4.c | 183 ++++++------ 6 files changed, 669 insertions(+), 295 deletions(-)