Hi Greg, Please find Thunderbolt/USB4 changes for the next merge window below. I'm sending this one early because I will be on vacation pretty much the whole July. I hope this is fine for you. The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.20-rc1 for you to fetch changes up to 34b9715b7caee2e2b7d74bb4230f2be2c2765c0a: thunderbolt: Fix typo in comment (2022-06-17 18:19:15 +0300) ---------------------------------------------------------------- thunderbolt: Changes for v5.20 merge window This includes following Thunderbolt/USB4 changes for the v5.20 merge window: * Enable CL1 low power link state * Add support for Intel Raptor Lake Thunderbolt/USB4 controller * A couple of typos fixed. All these have been in linux-next with no reported issues. ---------------------------------------------------------------- George D Sworo (1): thunderbolt: Add support for Intel Raptor Lake Gil Fine (6): thunderbolt: Silently ignore CLx enabling in case CLx is not supported thunderbolt: CLx disable before system suspend only if previously enabled thunderbolt: Fix typos in CLx enabling thunderbolt: Change downstream router's TMU rate in both TMU uni/bidir mode thunderbolt: Add CL1 support for USB4 and Titan Ridge routers thunderbolt: Change TMU mode to HiFi uni-directional once DisplayPort tunneled Xiang Wangx (1): thunderbolt: Fix typo in comment Yang Li (1): thunderbolt: Fix some kernel-doc comments drivers/thunderbolt/ctl.c | 6 +- drivers/thunderbolt/ctl.h | 2 +- drivers/thunderbolt/icm.c | 2 + drivers/thunderbolt/nhi.c | 4 + drivers/thunderbolt/nhi.h | 2 + drivers/thunderbolt/switch.c | 91 +++++++++-------- drivers/thunderbolt/tb.c | 68 ++++++++++--- drivers/thunderbolt/tb.h | 48 ++++----- drivers/thunderbolt/tb_regs.h | 6 ++ drivers/thunderbolt/tmu.c | 221 +++++++++++++++++++++++++++++++++++------- 10 files changed, 335 insertions(+), 115 deletions(-)