From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next 7/9] net: dsa: mv88e6xxx: add PHYLINK support Date: Sun, 6 May 2018 19:26:37 +0200 Message-ID: <20180506172637.GA11752@lunn.ch> References: <20180505190425.14378-1-f.fainelli@gmail.com> <20180505190425.14378-8-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, Russell King , privat@egil-hjelmeland.no, vivien.didelot@savoirfairelinux.com, davem@davemloft.net, sean.wang@mediatek.com, Woojung.Huh@microchip.com, john@phrozen.org, cphealy@gmail.com To: Florian Fainelli Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:50614 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751795AbeEFR0p (ORCPT ); Sun, 6 May 2018 13:26:45 -0400 Content-Disposition: inline In-Reply-To: <20180505190425.14378-8-f.fainelli@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Sat, May 05, 2018 at 12:04:23PM -0700, Florian Fainelli wrote: > From: Russell King > > Add rudimentary phylink support to mv88e6xxx. This allows the driver > using user ports with fixed links to keep operating normally. User ports > with normal PHYs are not affected since the switch automatically manages > their link parameters. User facing ports which use a SFP/SFF with a > non-fixed link mode might require a call to phylink_mac_change() to > operate properly. Hi Florian I have a regression with this patch on ZII devel B, and i think a fix. I'm running some more tests now. Once they pass, i will post a patch. Andrew