Hi Greg, The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.19-rc1 for you to fetch changes up to c7c99a09ef0e2615d13e13b19c74428ca43b7dcf: thunderbolt: Add KUnit test for devices with no DisplayPort adapters (2022-05-12 09:22:36 +0300) ---------------------------------------------------------------- thunderbolt: Changes for v5.19 merge window This includes following Thunderbolt/USB4 changes for the v5.19 merge window: * Improvements for Thunderbolt 1 DisplayPort tunneling * Link USB4 ports to their USB Type-C connectors * Lane bonding support for host-to-host (XDomain) connections * Buffer allocation improvement for devices with no DisplayPort adapters * Few cleanups and minor fixes. All these have been in linux-next with no reported issues except that there is a minor merge conflict with the kunit-next tree because one of the commits touches the driver KUnit tests. ---------------------------------------------------------------- Gil Fine (2): thunderbolt: Fix buffer allocation of devices with no DisplayPort adapters thunderbolt: Add KUnit test for devices with no DisplayPort adapters Heikki Krogerus (1): thunderbolt: Link USB4 ports to their USB Type-C connectors Jakob Koschel (1): thunderbolt: Replace usage of found with dedicated list iterator variable Mika Westerberg (9): thunderbolt: Fix typo in comment thunderbolt: Use decimal number with port numbers thunderbolt: Dump path config space entries during discovery thunderbolt: Use different lane for second DisplayPort tunnel thunderbolt: Add debug logging when lane is enabled/disabled thunderbolt: Move tb_port_state() prototype to correct place thunderbolt: Split setting link width and lane bonding into own functions thunderbolt: Ignore port locked error in tb_port_wait_for_link_width() thunderbolt: Add support for XDomain lane bonding Won Chung (1): misc/mei: Add NULL check to component match callback functions Documentation/ABI/testing/sysfs-bus-thunderbolt | 10 + drivers/misc/mei/hdcp/mei_hdcp.c | 2 +- drivers/misc/mei/pxp/mei_pxp.c | 2 +- drivers/thunderbolt/ctl.c | 15 +- drivers/thunderbolt/nhi.c | 2 +- drivers/thunderbolt/path.c | 6 + drivers/thunderbolt/switch.c | 109 ++++- drivers/thunderbolt/tb.c | 25 +- drivers/thunderbolt/tb.h | 6 +- drivers/thunderbolt/tb_msgs.h | 39 ++ drivers/thunderbolt/tb_regs.h | 5 + drivers/thunderbolt/test.c | 108 ++++- drivers/thunderbolt/tunnel.c | 18 +- drivers/thunderbolt/tunnel.h | 4 +- drivers/thunderbolt/usb4_port.c | 38 ++ drivers/thunderbolt/xdomain.c | 609 +++++++++++++++++++++--- include/linux/thunderbolt.h | 19 +- 17 files changed, 883 insertions(+), 134 deletions(-)