mbox series

[GIT,PULL] USB4/Thunderbolt changes for v6.15 merge window

Message ID 20250320114914.GO3713119@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] USB4/Thunderbolt changes for v6.15 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.15-rc1

Message

Mika Westerberg March 20, 2025, 11:49 a.m. UTC
Hi Greg,

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.15-rc1

for you to fetch changes up to ad79c278e478ca8c1a3bf8e7a0afba8f862a48a1:

  thunderbolt: Do not add non-active NVM if NVM upgrade is disabled for retimer (2025-03-17 12:24:56 +0200)

----------------------------------------------------------------
thunderbolt: Changes for v6.15 merge window

This includes following USB4/Thunderbolt changes for the v6.15 merge
window:

  - Move retimer scanning to happen bit later to work better with
    Pluggable USB4 devices.
  - No need to add non-active NVM for retimers if NVM upgrade is not
    supported.
  - Cleanup for tb_tunnel_alloc_usb3().
  - MAINTAINERS update.

All these have been in linux-next with no reported issues.

----------------------------------------------------------------
Alan Borzeszkowski (1):
      thunderbolt: Make tb_tunnel_alloc_usb3() error paths consistent with the rest

Mika Westerberg (3):
      MAINTAINERS: Use my kernel.org address for USB4/Thunderbolt work
      thunderbolt: Scan retimers after device router has been enumerated
      thunderbolt: Do not add non-active NVM if NVM upgrade is disabled for retimer

 MAINTAINERS                   |  4 ++--
 drivers/thunderbolt/retimer.c |  8 +++++---
 drivers/thunderbolt/tb.c      | 16 ++++++++++++++--
 drivers/thunderbolt/tunnel.c  | 16 ++++++++--------
 4 files changed, 29 insertions(+), 15 deletions(-)

Comments

Greg KH March 20, 2025, 1:41 p.m. UTC | #1
On Thu, Mar 20, 2025 at 01:49:14PM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
> 
>   Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.15-rc1

Pulled and pushed out, thanks.

greg k-h