mbox series

[GIT,PULL] Thunderbolt/USB4 fixes for v6.2-rc5

Message ID Y8UZCZV92voYDxv0@black.fi.intel.com (mailing list archive)
State Accepted
Commit b1f02c6a26bc2cec3d2c4f9b7cc007d69a78aed6
Headers show
Series [GIT,PULL] Thunderbolt/USB4 fixes for v6.2-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.2-rc5

Message

Mika Westerberg Jan. 16, 2023, 9:29 a.m. UTC
Hi Greg,

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.2-rc5

for you to fetch changes up to 84ee211c83212f4d35b56e0603acdcc41f860f1b:

  thunderbolt: Disable XDomain lane 1 only in software connection manager (2023-01-09 10:44:43 +0200)

----------------------------------------------------------------
thunderbolt: Fixes for v6.2-rc5

This includes fixes for:

  - on-board retimer scan return value
  - runtime PM during tb_retimer_scan()
  - USB3 link rate calculation
  - XDomain lane bonding.

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

----------------------------------------------------------------
Mika Westerberg (3):
      thunderbolt: Do not call PM runtime functions in tb_retimer_scan()
      thunderbolt: Use correct function to calculate maximum USB3 link rate
      thunderbolt: Disable XDomain lane 1 only in software connection manager

Utkarsh Patel (1):
      thunderbolt: Do not report errors if on-board retimers are found

 drivers/thunderbolt/retimer.c | 20 ++++----------------
 drivers/thunderbolt/tb.c      | 20 +++++++++++++++-----
 drivers/thunderbolt/tunnel.c  |  2 +-
 drivers/thunderbolt/xdomain.c | 17 ++++++++++++-----
 4 files changed, 32 insertions(+), 27 deletions(-)

Comments

Greg Kroah-Hartman Jan. 17, 2023, 3:35 p.m. UTC | #1
On Mon, Jan 16, 2023 at 11:29:45AM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
> 
>   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.2-rc5

Pulled and pushed out, thanks.

greg k-h