From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="El58OC8I" Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7168DB3 for ; Fri, 17 Nov 2023 03:09:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700219350; x=1731755350; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=F3nDpc5V+jRFubaXbLe/LGQlK1RlhLdXY1+W03OJZbA=; b=El58OC8IudwPYNH07OP6pjGwtdGG7asjggXqBGxB4ryhDINhjsdqs6Vw cp3DFAa3eeJsvGP0PeXQg/qXyAy6SSPaOjfCWinEqCChYfUOBNfAnfN4g xhToeeVqYhIzq3AZVdAQyutxE4RruLZQ3dnqoEmD7/PuMBBS0+fWrEuEK pgjbbPx/vSAD1deZ1DHk1baW6jvpW2ZrAIz2bpwFfES81jVPDJoWeGQQZ UoBffmz4MlWcZek0bPG89rJMfMBipS3vOT7vcMSyVm8xXwPZhRSDQo82R /yMO20fIhuWROn7W6nHQgmgIlbI/GhgYNUc8h6sQPjh331+45plFLDQiL Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10896"; a="9940907" X-IronPort-AV: E=Sophos;i="6.04,206,1695711600"; d="scan'208";a="9940907" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2023 03:09:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10896"; a="769199486" X-IronPort-AV: E=Sophos;i="6.04,206,1695711600"; d="scan'208";a="769199486" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga007.fm.intel.com with ESMTP; 17 Nov 2023 03:09:06 -0800 Received: by black.fi.intel.com (Postfix, from userid 1001) id BBF762BE; Fri, 17 Nov 2023 13:09:05 +0200 (EET) Date: Fri, 17 Nov 2023 13:09:05 +0200 From: Mika Westerberg To: Yehezkel Bernat , Michael Jamet , Lukas Wunner , Andreas Noever Cc: linux-usb@vger.kernel.org, Gil Fine , Pengfei Xu Subject: Re: [PATCH 1/3] thunderbolt: Set lane bonding bit only for downstream port Message-ID: <20231117110905.GH17433@black.fi.intel.com> References: <20231114121203.203762-1-mika.westerberg@linux.intel.com> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20231114121203.203762-1-mika.westerberg@linux.intel.com> On Tue, Nov 14, 2023 at 02:12:01PM +0200, Mika Westerberg wrote: > From: Gil Fine > > Fix the lane bonding procedure to follow the steps described in USB4 > Connection Manager guide. Hence, set the lane bonding bit only for > downstream port. This is needed for certain ASMedia device, otherwise > lane bonding fails and the device disconnects. > > Cc: stable@vger.kernel.org > Signed-off-by: Gil Fine > Signed-off-by: Mika Westerberg All 3 patches applied to thunderbolt.git/fixes.