Hi Greg, The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.8 for you to fetch changes up to 4caf2511ec498277333d229f8a7ad1fa9331df65: thunderbolt: Add trivial .shutdown (2020-05-25 11:48:03 +0300) ---------------------------------------------------------------- thunderbolt: Changes for v5.8 merge window This adds support for Intel Tiger Lake Thunderbolt controller using firmware based connection manager. In addition the driver can now be built on non-x86 architectures as well. Then there are a couple of commits that make the driver work across kexec, replace a zero length array with flexible one, and revert one change that is not needed anymore because of NVMem subsystem improvements. ---------------------------------------------------------------- David Manouchehri (1): thunderbolt: Update Kconfig to allow building on other architectures. Gustavo A. R. Silva (1): thunderbolt: Replace zero-length array with flexible-array Maxim Levitsky (1): thunderbolt: Add trivial .shutdown Mika Westerberg (1): thunderbolt: Add support for Intel Tiger Lake Nicholas Johnson (1): Revert "thunderbolt: Prevent crash if non-active NVMem file is read" drivers/thunderbolt/Kconfig | 1 - drivers/thunderbolt/icm.c | 22 ++++++++++++++++++++++ drivers/thunderbolt/nhi.c | 5 +++++ drivers/thunderbolt/nhi.h | 2 ++ drivers/thunderbolt/switch.c | 7 ------- include/linux/thunderbolt.h | 2 +- 6 files changed, 30 insertions(+), 9 deletions(-)