Hi Greg, The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.4-rc1 for you to fetch changes up to 1f15af76784cc902a1fe85e864c7ddf3d74b4130: thunderbolt: Introduce usb4_port_sb_opcode_err_to_errno() helper (2023-04-03 08:37:18 +0300) ---------------------------------------------------------------- thunderbolt: Changes for v6.4 merge window This includes following Thunderbolt/USB4 changes for the v6.4 merge window: - Refactoring of DROM read code paths - Convert to use SI units from units.h - A couple of cleanups All these have been in linux-next with no reported issues. ---------------------------------------------------------------- Andy Shevchenko (3): thunderbolt: Get rid of redundant 'else' thunderbolt: Make use of SI units from units.h thunderbolt: Introduce usb4_port_sb_opcode_err_to_errno() helper Mario Limonciello (2): thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offset thunderbolt: Refactor DROM reading drivers/thunderbolt/acpi.c | 2 +- drivers/thunderbolt/ctl.c | 2 +- drivers/thunderbolt/eeprom.c | 204 ++++++++++++++++++++++-------------------- drivers/thunderbolt/nhi.c | 3 +- drivers/thunderbolt/switch.c | 4 +- drivers/thunderbolt/usb4.c | 52 +++++------ drivers/thunderbolt/xdomain.c | 24 +++-- 7 files changed, 149 insertions(+), 142 deletions(-)