From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pegase1.c-s.fr (pegase1.c-s.fr [93.17.236.30]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 9DB3A2BDC2D; Fri, 18 Jul 2025 17:50:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=93.17.236.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752861038; cv=none; b=gowPbDiQrCqfmka8D/oqkAmD+wfx/BpqUd1tDYx3O0jfBDuNc8aywgwCJ1egJEu084G8PLw/TQfCzKrYPsMmf2jlLiIJ59LBBJJnKt66JV/bv+D1ryoZ0OhJ5Rm7qbfYaiJtHi7MRBbffGSNbuHZ+kIP6c6IUVwLLIYFZmEkLBw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752861038; c=relaxed/simple; bh=yeCLiP6QiJxcQgcWHbouvhYw26w7TdYdA/38lgxBvQE=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=V0M2Yyps94kbFZkzRzNeka/aW+DRIRlOK5UvPdDiU3Q+6TnYoyzrf7ft6Orv/jbpw70eJRkayyOamUP7OoqEU0svymQFwl0ubTykWkK7s3+z0o9P7exELTDX5dCkAAiwJRmDK+ZvfTS66XTlso3fQHnecSkbRX5DmFqc4XEqB44= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=csgroup.eu; spf=pass smtp.mailfrom=csgroup.eu; arc=none smtp.client-ip=93.17.236.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=csgroup.eu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=csgroup.eu Received: from localhost (mailhub3.si.c-s.fr [192.168.12.233]) by localhost (Postfix) with ESMTP id 4bkGGQ3NFGz9sgJ; Fri, 18 Jul 2025 18:58:54 +0200 (CEST) X-Virus-Scanned: amavisd-new at c-s.fr Received: from pegase1.c-s.fr ([192.168.12.234]) by localhost (pegase1.c-s.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CSuC_jtzI8aT; Fri, 18 Jul 2025 18:58:54 +0200 (CEST) Received: from messagerie.si.c-s.fr (messagerie.si.c-s.fr [192.168.25.192]) by pegase1.c-s.fr (Postfix) with ESMTP id 4bkGGQ2THLz9sWb; Fri, 18 Jul 2025 18:58:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by messagerie.si.c-s.fr (Postfix) with ESMTP id 4B1DF8B783; Fri, 18 Jul 2025 18:58:54 +0200 (CEST) X-Virus-Scanned: amavisd-new at c-s.fr Received: from messagerie.si.c-s.fr ([127.0.0.1]) by localhost (messagerie.si.c-s.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id zcviEiDUcLOa; Fri, 18 Jul 2025 18:58:54 +0200 (CEST) Received: from [192.168.202.221] (unknown [192.168.202.221]) by messagerie.si.c-s.fr (Postfix) with ESMTP id A03A78B77B; Fri, 18 Jul 2025 18:58:51 +0200 (CEST) Message-ID: <2d25448c-2409-4bfb-b900-6f96851df14e@csgroup.eu> Date: Fri, 18 Jul 2025 18:58:44 +0200 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 v9 00/15] net: phy: Introduce PHY ports representation To: Maxime Chevallier , davem@davemloft.net Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, thomas.petazzoni@bootlin.com, Andrew Lunn , Jakub Kicinski , Eric Dumazet , Paolo Abeni , Russell King , linux-arm-kernel@lists.infradead.org, Herve Codina , Florian Fainelli , Heiner Kallweit , Vladimir Oltean , =?UTF-8?Q?K=C3=B6ry_Maincent?= , =?UTF-8?Q?Marek_Beh=C3=BAn?= , Oleksij Rempel , =?UTF-8?Q?Nicol=C3=B2_Veronese?= , Simon Horman , mwojtas@chromium.org, Antoine Tenart , devicetree@vger.kernel.org, Conor Dooley , Krzysztof Kozlowski , Rob Herring , Romain Gantois , Daniel Golle , Dimitri Fedrau References: <20250717073020.154010-1-maxime.chevallier@bootlin.com> Content-Language: fr-FR From: Christophe Leroy In-Reply-To: <20250717073020.154010-1-maxime.chevallier@bootlin.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Le 17/07/2025 à 09:30, Maxime Chevallier a écrit : > Hi everyone, > > Here's a V9 for the phy port work, that includes some fixes from Rob's > reviews, by addressing a typo and the mediums item list. For the series: Reviewed-by: Christophe Leroy Christophe