mbox series

[0/5] thunderbolt: Couple of fixes and improvements

Message ID 20230911100445.3612655-1-mika.westerberg@linux.intel.com (mailing list archive)
Headers show
Series thunderbolt: Couple of fixes and improvements | expand

Message

Mika Westerberg Sept. 11, 2023, 10:04 a.m. UTC
Hi all,

This series contains fixes for various issues folks have reported and
also a few not so critical improvements.

I was planning to take patches 1-3 through my fixes branch into v6.6-rc
and the patches 4 and 5 to my next branch where they can sit some more
time in linux-next until they go into v6.7.

Mika Westerberg (5):
  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: Apply USB 3.x bandwidth quirk only in software connection manager
  thunderbolt: Restart XDomain discovery handshake after failure

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

Comments

Mika Westerberg Sept. 15, 2023, 10:10 a.m. UTC | #1
On Mon, Sep 11, 2023 at 01:04:40PM +0300, Mika Westerberg wrote:
> Hi all,
> 
> This series contains fixes for various issues folks have reported and
> also a few not so critical improvements.
> 
> I was planning to take patches 1-3 through my fixes branch into v6.6-rc
> and the patches 4 and 5 to my next branch where they can sit some more
> time in linux-next until they go into v6.7.
> 
> Mika Westerberg (5):
>   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

Applied these to fixes.

>   thunderbolt: Apply USB 3.x bandwidth quirk only in software connection manager
>   thunderbolt: Restart XDomain discovery handshake after failure

And decided to apply this too to fixes. I think this is pretty major
problem if someone is using Thunderbolt/USB4 peer-to-peer.

The patch 4 went into next as that's pretty cosmetic.
Mika Westerberg Sept. 15, 2023, 11:12 a.m. UTC | #2
Hi,

On Fri, Sep 15, 2023 at 06:00:39AM -0500, Konrad J Hambrick wrote:
>    Is there something you would like to have tested in this set of patches ?

No need, you already provided all the necessary information on the
bugzilla! Thanks a lot for testing! :)