Hi Greg, The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.2-rc5 for you to fetch changes up to 84ee211c83212f4d35b56e0603acdcc41f860f1b: thunderbolt: Disable XDomain lane 1 only in software connection manager (2023-01-09 10:44:43 +0200) ---------------------------------------------------------------- thunderbolt: Fixes for v6.2-rc5 This includes fixes for: - on-board retimer scan return value - runtime PM during tb_retimer_scan() - USB3 link rate calculation - XDomain lane bonding. All these have been in linux-next with no reported issues. ---------------------------------------------------------------- Mika Westerberg (3): thunderbolt: Do not call PM runtime functions in tb_retimer_scan() thunderbolt: Use correct function to calculate maximum USB3 link rate thunderbolt: Disable XDomain lane 1 only in software connection manager Utkarsh Patel (1): thunderbolt: Do not report errors if on-board retimers are found drivers/thunderbolt/retimer.c | 20 ++++---------------- drivers/thunderbolt/tb.c | 20 +++++++++++++++----- drivers/thunderbolt/tunnel.c | 2 +- drivers/thunderbolt/xdomain.c | 17 ++++++++++++----- 4 files changed, 32 insertions(+), 27 deletions(-)