Hi Greg, The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.18-rc1 for you to fetch changes up to 144c4a77a3e1e520daba85eafd28999af22e1aa5: thunderbolt: Rename EEPROM handling bits to match USB4 spec (2022-03-04 17:10:36 +0300) ---------------------------------------------------------------- thunderbolt: Changes for v5.18 merge window This includes following Thunderbolt/USB4 changes for the v5.18 merge window: * Improvements for Intel Alpine and Titan Ridge support * Replace acpi_bus_get_device() with acpi_fetch_acpi_dev() * Improvements around DROM handling on AMD hardware * A couple of cleanups. All these have been in linux-next with no reported issues. ---------------------------------------------------------------- Christophe JAILLET (1): thunderbolt: Remove useless DMA-32 fallback configuration Mario Limonciello (5): thunderbolt: Retry DROM reads for more failure scenarios thunderbolt: Do not resume routers if UID is not set thunderbolt: Do not make DROM read success compulsory thunderbolt: Clarify register definitions for `tb_cap_plug_events` thunderbolt: Rename EEPROM handling bits to match USB4 spec Mika Westerberg (3): thunderbolt: Disable LTTPR on Intel Titan Ridge thunderbolt: Add missing device ID to tb_switch_is_alpine_ridge() thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devices Rafael J. Wysocki (1): thunderbolt: Replace acpi_bus_get_device() drivers/thunderbolt/acpi.c | 4 +- drivers/thunderbolt/eeprom.c | 41 ++++++++-------- drivers/thunderbolt/lc.c | 110 ++++++++++++++++++++++++++++++++++++++++++ drivers/thunderbolt/nhi.c | 3 +- drivers/thunderbolt/switch.c | 81 +++++++++++++++++++++++++++++-- drivers/thunderbolt/tb.c | 11 +++++ drivers/thunderbolt/tb.h | 8 +++ drivers/thunderbolt/tb_regs.h | 37 +++++++++----- drivers/thunderbolt/tunnel.c | 10 ++++ 9 files changed, 265 insertions(+), 40 deletions(-)