mbox series

[GIT,PULL] Thunderbolt/USB4 fix for v6.0-rc6

Message ID YyL9gsk0cFMeJBS3@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] Thunderbolt/USB4 fix for v6.0-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.0-rc6

Message

Mika Westerberg Sept. 15, 2022, 10:25 a.m. UTC
Hi Greg,

The following changes since commit 7e18e42e4b280c85b76967a9106a13ca61c16179:

  Linux 6.0-rc4 (2022-09-04 13:10:01 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.0-rc6

for you to fetch changes up to 14c7d905283744809e6b82efae2f490660a11cda:

  thunderbolt: Add support for Intel Maple Ridge single port controller (2022-09-09 08:45:57 +0300)

----------------------------------------------------------------
thunderbolt: Fix for v6.0-rc6

This includes a single commit adding missing PCI ID for Intel Maple
Ridge Thunderbolt 4 single port controller.

This has been in linux-next with no reported issues.

----------------------------------------------------------------
Gil Fine (1):
      thunderbolt: Add support for Intel Maple Ridge single port controller

 drivers/thunderbolt/icm.c | 1 +
 drivers/thunderbolt/nhi.h | 1 +
 2 files changed, 2 insertions(+)

Comments

Greg Kroah-Hartman Sept. 15, 2022, 10:57 a.m. UTC | #1
On Thu, Sep 15, 2022 at 01:25:06PM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 7e18e42e4b280c85b76967a9106a13ca61c16179:
> 
>   Linux 6.0-rc4 (2022-09-04 13:10:01 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.0-rc6

Pulled and pushed out, thanks.

greg k-h