From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next v3 3/5] net: dsa: b53: Add helper to set link parameters Date: Thu, 6 Sep 2018 00:39:38 +0200 Message-ID: <20180905223938.GD27719@lunn.ch> References: <20180905194215.29301-1-f.fainelli@gmail.com> <20180905194215.29301-4-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]:54014 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727257AbeIFDL7 (ORCPT ); Wed, 5 Sep 2018 23:11:59 -0400 Content-Disposition: inline In-Reply-To: <20180905194215.29301-4-f.fainelli@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Sep 05, 2018 at 12:42:13PM -0700, Florian Fainelli wrote: > Extract the logic from b53_adjust_link() responsible for overriding a > given port's link, speed, duplex and pause settings and make two helper > functions to set the port's configuration and the port's link settings. > We will make use of both, as separate functions while adding PHYLINK > support next. > > Signed-off-by: Florian Fainelli Reviewed-by: Andrew Lunn Andrew