From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4A89EC67861 for ; Sat, 6 Apr 2024 16:01:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NAnFrL7vkZh7NF/ocI1ic0EIbcls1KO8efdBmbLtT08=; b=0NzQ6SUWArSAEa aUpRSMDjKRqFy26PvkjZV87lWe/qrByQpJrRN5fPZsDz4ZR9qkoDaIayI/DQT1Qyqa1IFWiiWbUkb WhWPDXDaJ8R41xrJFvDAxAs4MnDyZwLLOkvUZUZukQ6CzknIX6cKjQsfI1Uv4O85Y8sEFqek0yLdE hW9BUyysayOq2wLMjjSGLF491ET+ORjTRRojj1xOdWkSHRT3qYCSLYlgRSEK18wNBquQ7ty6SKNZV Sw26wnHMC4zekaOn0ffNWr3Z22KKtOQZHSES+egLwppcc3RaDMluSXuYrGPtP6TvDFSezI80Nc6Zl NPeVFXECNnb0MIKS1Ppg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rt8TT-0000000AaY0-2MSE; Sat, 06 Apr 2024 16:00:59 +0000 Received: from vps0.lunn.ch ([156.67.10.101]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rt8TP-0000000AaUf-2clW for linux-arm-kernel@lists.infradead.org; Sat, 06 Apr 2024 16:00:58 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=ZrGAtvWMJTVgvdqKgEyxVIUzwoxIXXEpYPO5/OIoXCE=; b=r4QC+Lcvi6uNUhS4xPqVMQHx9r RSjFbGR5H2kCaAtek2qm8GbDrtkiAkQ2AbZms8H5YQxReDObl+TYNadFVUSZ0afmxoelXjwzgzbS2 R4RMrEc8I+K6m8UkFUPuNitFG2eGazlgZIGLl/NTiuGx3eDnTfkqLC0+gNh6zsKywE2U=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1rt8TE-00CNXL-4W; Sat, 06 Apr 2024 18:00:44 +0200 Date: Sat, 6 Apr 2024 18:00:44 +0200 From: Andrew Lunn To: Maxime Chevallier Cc: davem@davemloft.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, Jakub Kicinski , Eric Dumazet , Paolo Abeni , Russell King , linux-arm-kernel@lists.infradead.org, Christophe Leroy , Herve Codina , Florian Fainelli , Heiner Kallweit , Vladimir Oltean , =?iso-8859-1?Q?K=F6ry?= Maincent , Jesse Brandeburg , Jonathan Corbet , Marek =?iso-8859-1?Q?Beh=FAn?= , Piergiorgio Beruto , Oleksij Rempel , =?iso-8859-1?Q?Nicol=F2?= Veronese , Simon Horman , mwojtas@chromium.org Subject: Re: [PATCH net-next v11 10/13] net: ethtool: pse-pd: Target the command to the requested PHY Message-ID: References: <20240404093004.2552221-1-maxime.chevallier@bootlin.com> <20240404093004.2552221-11-maxime.chevallier@bootlin.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240404093004.2552221-11-maxime.chevallier@bootlin.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240406_090055_804071_195BE43B X-CRM114-Status: UNSURE ( 8.07 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Apr 04, 2024 at 11:30:00AM +0200, Maxime Chevallier wrote: > PSE and PD configuration is a PHY-specific command. Instead of targeting > the command towards dev->phydev, use the request to pick the targeted > PHY device. > > Signed-off-by: Maxime Chevallier Reviewed-by: Andrew Lunn Andrew _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 20C6B3D971; Sat, 6 Apr 2024 16:00:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712419247; cv=none; b=FJYMYGq/Gf/8E2MGFn1tlBv2V8OHJATehw8QLem+W8PRWlHtRi3nD4a8jgOqh/RDxgCW1/gK09x5cLHAa5LHh0i+IfVqHL3+jZ7MjkFyNFYot0i5Ooufr4sFBCxaatEJ7C4FSF127dr1icep1tKC55YOZBn/u41bSNiACyr7pIY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712419247; c=relaxed/simple; bh=sqN39mACaEMC34n6hRty1c9YRl8kWJxl3ygrgVrCqUU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FyCMC6XH1gC0yxKj2iHPyBLL364SoZ4I8hunOSTJAaQ1TmPSswklclHt99h6MDcuvMAatfTgzy1K9EG7Vbwx2hWrF9HtzvlhexAiQBEFPN74PfIrIUB10iUPf8ZeTia8dSJvSxY71vLg5OOFe/Pe7zfiRJHK0qdVY1Ggdg5wr0s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=r4QC+Lcv; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="r4QC+Lcv" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=ZrGAtvWMJTVgvdqKgEyxVIUzwoxIXXEpYPO5/OIoXCE=; b=r4QC+Lcvi6uNUhS4xPqVMQHx9r RSjFbGR5H2kCaAtek2qm8GbDrtkiAkQ2AbZms8H5YQxReDObl+TYNadFVUSZ0afmxoelXjwzgzbS2 R4RMrEc8I+K6m8UkFUPuNitFG2eGazlgZIGLl/NTiuGx3eDnTfkqLC0+gNh6zsKywE2U=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1rt8TE-00CNXL-4W; Sat, 06 Apr 2024 18:00:44 +0200 Date: Sat, 6 Apr 2024 18:00:44 +0200 From: Andrew Lunn To: Maxime Chevallier Cc: davem@davemloft.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, Jakub Kicinski , Eric Dumazet , Paolo Abeni , Russell King , linux-arm-kernel@lists.infradead.org, Christophe Leroy , Herve Codina , Florian Fainelli , Heiner Kallweit , Vladimir Oltean , =?iso-8859-1?Q?K=F6ry?= Maincent , Jesse Brandeburg , Jonathan Corbet , Marek =?iso-8859-1?Q?Beh=FAn?= , Piergiorgio Beruto , Oleksij Rempel , =?iso-8859-1?Q?Nicol=F2?= Veronese , Simon Horman , mwojtas@chromium.org Subject: Re: [PATCH net-next v11 10/13] net: ethtool: pse-pd: Target the command to the requested PHY Message-ID: References: <20240404093004.2552221-1-maxime.chevallier@bootlin.com> <20240404093004.2552221-11-maxime.chevallier@bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240404093004.2552221-11-maxime.chevallier@bootlin.com> On Thu, Apr 04, 2024 at 11:30:00AM +0200, Maxime Chevallier wrote: > PSE and PD configuration is a PHY-specific command. Instead of targeting > the command towards dev->phydev, use the request to pick the targeted > PHY device. > > Signed-off-by: Maxime Chevallier Reviewed-by: Andrew Lunn Andrew