From patchwork Mon Sep 11 10:04:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mika Westerberg X-Patchwork-Id: 13380122 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD45FCA0ED3 for ; Mon, 11 Sep 2023 21:48:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350832AbjIKVll (ORCPT ); Mon, 11 Sep 2023 17:41:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39610 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236264AbjIKKE5 (ORCPT ); Mon, 11 Sep 2023 06:04:57 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B050E6C for ; Mon, 11 Sep 2023 03:04:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1694426693; x=1725962693; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=favUYh5YkCTfirv9jmPMIlJmw8GqaPLjfKiwPb8aFvA=; b=axnGjplOHMQUyUMIB4cbLZmE132c2GLJPqlSb8QGm6T3J1kE1l2+04qB 2U3RbOFadUuLKxndTvkNUNVDMz6xHwmhWVOnfcCSksv1lCXm3tv9yDhtF AamG2FDkBd8GKNutbFAaT92QObKJ2N4NBoWaI0iJKr69Q5euwxAzWyFBE 5dyICAhKwLCQRAk44vdAt1eq15jpoUl5XJDxbuFUPTyJz9m9LDPkF4eGg BA45BzIXry6FhjSrGEJ+AusdGKphTIQmZCOLt9d4Pf6RzjCYmgpHCJXiS 5JeQWzrlhoqvZRvgvfwqExvcx77qYkyIlbgEIQ5j544goKxkZz5oc+Bw0 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10829"; a="442037125" X-IronPort-AV: E=Sophos;i="6.02,243,1688454000"; d="scan'208";a="442037125" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2023 03:04:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10829"; a="858263762" X-IronPort-AV: E=Sophos;i="6.02,243,1688454000"; d="scan'208";a="858263762" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga002.fm.intel.com with ESMTP; 11 Sep 2023 03:04:47 -0700 Received: by black.fi.intel.com (Postfix, from userid 1001) id A6CE4988; Mon, 11 Sep 2023 13:04:45 +0300 (EEST) From: Mika Westerberg To: linux-usb@vger.kernel.org Cc: Yehezkel Bernat , Michael Jamet , Lukas Wunner , Andreas Noever , Werner Sembach , Konrad J Hambrick , Calvin Walton , =?utf-8?q?Marek_=C5=A0anta?= , David Binderman , Alex Balcanquall , Mika Westerberg Subject: [PATCH 0/5] thunderbolt: Couple of fixes and improvements Date: Mon, 11 Sep 2023 13:04:40 +0300 Message-Id: <20230911100445.3612655-1-mika.westerberg@linux.intel.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org 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(-)