From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next v3 4/5] net: dsa: b53: Add PHYLINK support Date: Thu, 6 Sep 2018 00:42:31 +0200 Message-ID: <20180905224231.GE27719@lunn.ch> References: <20180905194215.29301-1-f.fainelli@gmail.com> <20180905194215.29301-5-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, vivien.didelot@savoirfairelinux.com, davem@davemloft.net To: Florian Fainelli Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:54019 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727257AbeIFDOw (ORCPT ); Wed, 5 Sep 2018 23:14:52 -0400 Content-Disposition: inline In-Reply-To: <20180905194215.29301-5-f.fainelli@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Sep 05, 2018 at 12:42:14PM -0700, Florian Fainelli wrote: > Add support for PHYLINK, things are reasonably straight forward since we > do not yet support SerDes interfaces, that leaves us with just > MLO_AN_PHY and MLO_AN_FIXED to deal with. > > Signed-off-by: Florian Fainelli Reviewed-by: Andrew Lunn Andrew