From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0AC9019E82A for ; Tue, 28 Oct 2025 10:16:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761646593; cv=none; b=CjfBDbdSOLss6WcsJSVr97tKiJyU5tXH3yyLXQz+6oPheTHq+cns+QRdtYh0n04WvMNj3JzB6GwqDl/B/bOyHoQQ1qFI+sUiOrSUO6CrYFJ2T7Ozyt4yY4BqnwV0ag8WDOPIz7/AbSylLnHkxQgIx0YAodfG7NxzLiF+/Aq+7h4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761646593; c=relaxed/simple; bh=qYkSNjVRC4huW3BOIeZ7ligdjSUf5E+H3Pi1sGaKGTU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=FjnMOVb9soolFMh6weU7lCiQ/PecwA8YVGincC1VSY2vbtQGqukPhk65Un1w7nbVe3X0wVar6vFpXDNBpnXhQweos46F2pMMn3zOFEclx6idSk82hXGFEzuVBHxUK5L4VAHEuKvzSasIMfH3Yxdn1mTC4U9hM/gz+Xeu//JAojw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=ZE6JGDOo; arc=none smtp.client-ip=185.171.202.116 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="ZE6JGDOo" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id AAF79C0C408; Tue, 28 Oct 2025 10:16:08 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id C3F8E606AB; Tue, 28 Oct 2025 10:16:28 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id B7D061179B09A; Tue, 28 Oct 2025 11:16:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1761646587; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:content-language:in-reply-to:references; bh=qYkSNjVRC4huW3BOIeZ7ligdjSUf5E+H3Pi1sGaKGTU=; b=ZE6JGDOoX/OJXZ0LOEM3oy69yMuQAYK5M1YXgue5oYH7XCOttwhDf/7shVjzM0SdXm8+Y/ hgJl5upKofTjs1nPPeCSZMI0w8W/bWyYCZsHzRc3+HasMQpH1y6E91LjVGmZ1G1AAZxx15 hRZGUGv/VQ6fDfuVF7azTAiIBjrBC/x9XllDyp+Fwg8i6Ys7XnxMwCz4u+KInwxcIn9Yz2 Db9c4onUPoBG+GVDsrFLGJbNWr2kpHUGZbtxGajI53YPSaUi8EyWJKlXiElJ1vgHhawgVn /H69KBXCwRSFqJ5H4K/R/Wq9gtHsM0SbutsmVmBSwIDJq4SE8h0CF74QvLROjg== Message-ID: <604b68ce-595f-4d50-92ad-3d1d5a1b4989@bootlin.com> Date: Tue, 28 Oct 2025 11:16:00 +0100 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH net-next 3/3] net: stmmac: add support specifying PCS supported interfaces To: "Russell King (Oracle)" , Andrew Lunn , Heiner Kallweit Cc: Alexandre Torgue , Alexis Lothor__ , Andrew Lunn , Boon Khai Ng , Daniel Machon , "David S. Miller" , Eric Dumazet , Furong Xu <0x1207@gmail.com>, Jacob Keller , Jakub Kicinski , linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, Maxime Coquelin , netdev@vger.kernel.org, Paolo Abeni , Simon Horman , Yu-Chun Lin References: From: Maxime Chevallier Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 Hello Russell, On 25/10/2025 22:48, Russell King (Oracle) wrote: > Signed-off-by: Russell King (Oracle) Maybe this needs a commit log, even a small one ? :( Maxime