From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Wed, 23 Aug 2017 15:34:35 +0200 Subject: [EXT] Re: [PATCH net-next 03/18] net: mvpp2: set the SMI PHY address when connecting to the PHY In-Reply-To: <7dc117f56c284081b791bceb588a8aa1@IL-EXCH01.marvell.com> References: <20170724134848.19330-1-antoine.tenart@free-electrons.com> <20170724134848.19330-4-antoine.tenart@free-electrons.com> <20170726160806.GF12049@lunn.ch> <20170728014905.GC24728@kwain> <20170728042153.GH18666@lunn.ch> <20170823123424.GA28612@lunn.ch> <7dc117f56c284081b791bceb588a8aa1@IL-EXCH01.marvell.com> Message-ID: <20170823133435.GF28612@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > This feature work only for Out-of-Band Auto-Negotiation in SGMII Mode. > Current GoP(MAC) code configure SGMII In-band Auto-Negotiation performed by the PCS layer > without PHY polling. Hi Stefan So there is no need to configure the address then, leave PHY polling turned off and we avoid all the issues. Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [EXT] Re: [PATCH net-next 03/18] net: mvpp2: set the SMI PHY address when connecting to the PHY Date: Wed, 23 Aug 2017 15:34:35 +0200 Message-ID: <20170823133435.GF28612@lunn.ch> References: <20170724134848.19330-1-antoine.tenart@free-electrons.com> <20170724134848.19330-4-antoine.tenart@free-electrons.com> <20170726160806.GF12049@lunn.ch> <20170728014905.GC24728@kwain> <20170728042153.GH18666@lunn.ch> <20170823123424.GA28612@lunn.ch> <7dc117f56c284081b791bceb588a8aa1@IL-EXCH01.marvell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Antoine Tenart , "davem@davemloft.net" , "jason@lakedaemon.net" , "gregory.clement@free-electrons.com" , "sebastian.hesselbarth@gmail.com" , "thomas.petazzoni@free-electrons.com" , Nadav Haklai , "linux@armlinux.org.uk" , "mw@semihalf.com" , "netdev@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" To: Stefan Chulski Return-path: Received: from vps0.lunn.ch ([178.209.37.122]:40957 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754005AbdHWNel (ORCPT ); Wed, 23 Aug 2017 09:34:41 -0400 Content-Disposition: inline In-Reply-To: <7dc117f56c284081b791bceb588a8aa1@IL-EXCH01.marvell.com> Sender: netdev-owner@vger.kernel.org List-ID: > This feature work only for Out-of-Band Auto-Negotiation in SGMII Mode. > Current GoP(MAC) code configure SGMII In-band Auto-Negotiation performed by the PCS layer > without PHY polling. Hi Stefan So there is no need to configure the address then, leave PHY polling turned off and we avoid all the issues. Andrew