mbox series

[GIT,PULL] USB4/Thunderbolt fixes for v6.6-rc3

Message ID 20230919054403.GX1599918@black.fi.intel.com (mailing list archive)
State Accepted
Commit 57e50f4bad02823fb19609e7a2150d8d866db91b
Headers show
Series [GIT,PULL] USB4/Thunderbolt fixes for v6.6-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.6-rc3

Message

Mika Westerberg Sept. 19, 2023, 5:44 a.m. UTC
Hi Greg,

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.6-rc3

for you to fetch changes up to 308092d080852f8997126e5b3507536162416f4a:

  thunderbolt: Restart XDomain discovery handshake after failure (2023-09-15 13:01:18 +0300)

----------------------------------------------------------------
thunderbolt: Fixes for v6.6-rc3

This includes following fixes for v6.6-rc3:

  - Add a workaround for IOMMU faults for certain systems with Intel
    Maple Ridge
  - Make sure lane 1 is in CL0 before bonding lanes
  - Correct TMU mode initialization from hardware
  - Restart XDomain discovery handshake after failure.

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

----------------------------------------------------------------
Mika Westerberg (4):
      thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge
      thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding
      thunderbolt: Correct TMU mode initialization from hardware
      thunderbolt: Restart XDomain discovery handshake after failure

 drivers/thunderbolt/icm.c     | 40 ++++++++++++++---------------
 drivers/thunderbolt/switch.c  |  7 ++++++
 drivers/thunderbolt/tmu.c     |  2 +-
 drivers/thunderbolt/xdomain.c | 58 ++++++++++++++++++++++++++++++-------------
 4 files changed, 69 insertions(+), 38 deletions(-)

Comments

Greg KH Oct. 2, 2023, 11:16 a.m. UTC | #1
On Tue, Sep 19, 2023 at 08:44:03AM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
> 
>   Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.6-rc3

Pulled and pushed out, thanks.

greg k-h