From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: phy: prevent PHYs w/o Clause 22 regs from calling genphy_config_aneg Date: Wed, 25 Jul 2018 13:03:10 -0700 (PDT) Message-ID: <20180725.130310.1544958278484226871.davem@davemloft.net> References: <1532358375-8146-1-git-send-email-camelia.groza@nxp.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: andrew@lunn.ch, f.fainelli@gmail.com, rmk+kernel@armlinux.org.uk, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: camelia.groza@nxp.com Return-path: In-Reply-To: <1532358375-8146-1-git-send-email-camelia.groza@nxp.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Camelia Groza Date: Mon, 23 Jul 2018 18:06:15 +0300 > genphy_config_aneg() should be called only by PHYs that implement > the Clause 22 register set. Prevent Clause 45 PHYs that don't implement > the register set from calling the genphy function. > > Signed-off-by: Camelia Groza Applied, thank you.