mbox series

[GIT,PULL] Thunderbolt/USB4 changes for v5.8 merge window

Message ID 20200526091323.GH247495@lahna.fi.intel.com (mailing list archive)
State Mainlined
Commit d19c64b3d0978e741a9b18273ff8a9b52f1a8ca0
Headers show
Series [GIT,PULL] Thunderbolt/USB4 changes for v5.8 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.8

Message

Mika Westerberg May 26, 2020, 9:13 a.m. UTC
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(-)

Comments

Greg KH May 26, 2020, 10:20 a.m. UTC | #1
On Tue, May 26, 2020 at 12:13:23PM +0300, Mika Westerberg wrote:
> 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

Pulled and pushed out, thanks,

greg k-h