Re: [PATCH net-next v3 3/5] net: dsa: b53: Add helper to set link parameters

2018-09-05 Thread Andrew Lunn
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 mak

[PATCH net-next v3 3/5] net: dsa: b53: Add helper to set link parameters

2018-09-05 Thread Florian Fainelli
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. S