Hi Greg, The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.1-rc1 for you to fetch changes up to 5d2569cb4a65c373896ec0217febdf88739ed295: thunderbolt: Explicitly enable lane adapter hotplug events at startup (2022-09-26 20:18:25 +0300) ---------------------------------------------------------------- thunderbolt: Changes for v6.1 merge window This includes following Thunderbolt/USB4 changes for the v6.1 merge window: - Support for Intel Meteor Lake integrated Thunderbolt/USB4 controller - Support for ASMedia USB4 controller NVM firmware upgrade - Receiver lane margining support - Few fixes and cleanups. All these have been in linux-next with no reported issues. ---------------------------------------------------------------- Andy Shevchenko (2): thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIs thunderbolt: Use dev_err_probe() Colin Ian King (2): thunderbolt: debugfs: Fix spelling mistakes in seq_puts text thunderbolt: Fix spelling mistake "simultaneusly" -> "simultaneously" Mario Limonciello (1): thunderbolt: Explicitly enable lane adapter hotplug events at startup Mika Westerberg (8): thunderbolt: Add comment where Thunderbolt 4 PCI IDs start thunderbolt: Add support for Intel Meteor Lake thunderbolt: Move tb_xdomain_parent() to tb.h thunderbolt: Move port CL state functions into correct place in switch.c thunderbolt: Pass CL state bitmask to tb_port_clx_supported() thunderbolt: Add helper to check if CL states are enabled on port thunderbolt: Add support for receiver lane margining thunderbolt: Provide tb_retimer_nvm_read() analogous to tb_switch_nvm_read() Sanjay R Mehta (1): thunderbolt: Add DP OUT resource when DP tunnel is discovered Szuying Chen (5): thunderbolt: Allow NVM upgrade of USB4 host routers thunderbolt: Extend NVM version fields to 32-bits thunderbolt: Rename and make nvm_read() available for other files thunderbolt: Move vendor specific NVM handling into nvm.c thunderbolt: Add support for ASMedia NVM image format Documentation/ABI/testing/sysfs-bus-thunderbolt | 4 +- drivers/thunderbolt/Kconfig | 10 + drivers/thunderbolt/debugfs.c | 836 ++++++++++++++++++++++++ drivers/thunderbolt/domain.c | 10 +- drivers/thunderbolt/icm.c | 3 + drivers/thunderbolt/nhi.c | 55 +- drivers/thunderbolt/nhi.h | 3 + drivers/thunderbolt/nvm.c | 385 ++++++++++- drivers/thunderbolt/retimer.c | 113 ++-- drivers/thunderbolt/sb_regs.h | 58 ++ drivers/thunderbolt/switch.c | 449 +++++++------ drivers/thunderbolt/tb.c | 33 +- drivers/thunderbolt/tb.h | 56 +- drivers/thunderbolt/tb_regs.h | 3 + drivers/thunderbolt/usb4.c | 140 ++++ drivers/thunderbolt/xdomain.c | 35 +- 16 files changed, 1822 insertions(+), 371 deletions(-)