Re: [PATCH net-next 0/4] net: dsa: Plug in PHYLINK support

2018-03-20 Thread Andrew Lunn
On Tue, Mar 20, 2018 at 11:28:42AM -0400, David Miller wrote: > From: Florian Fainelli > Date: Sun, 18 Mar 2018 11:52:42 -0700 > > > This patch series adds PHYLINK support to DSA which is necessary to > > support more complex PHY and pluggable modules setups. > > This series is kinda stuck in th

Re: [PATCH net-next 0/4] net: dsa: Plug in PHYLINK support

2018-03-20 Thread David Miller
From: Florian Fainelli Date: Sun, 18 Mar 2018 11:52:42 -0700 > This patch series adds PHYLINK support to DSA which is necessary to > support more complex PHY and pluggable modules setups. This series is kinda stuck in the mud because of the discussion about putting a phylink reference into netde

Re: [PATCH net-next 0/4] net: dsa: Plug in PHYLINK support

2018-03-19 Thread Florian Fainelli
On 03/19/2018 06:44 AM, Andrew Lunn wrote: >> I think I will proceed differently for v2: >> >> - introduce DSA phylink_mac_ops in dsa_switch_ops, such that drivers can >> define those as preliminary commits, those won't be used by >> net/dsa/slave.c just yet though >> >> - have all relevant drivers

Re: [PATCH net-next 0/4] net: dsa: Plug in PHYLINK support

2018-03-19 Thread Andrew Lunn
> I think I will proceed differently for v2: > > - introduce DSA phylink_mac_ops in dsa_switch_ops, such that drivers can > define those as preliminary commits, those won't be used by > net/dsa/slave.c just yet though > > - have all relevant drivers implement phylink_mac_ops such that the > plumi

Re: [PATCH net-next 0/4] net: dsa: Plug in PHYLINK support

2018-03-18 Thread Florian Fainelli
On 03/18/2018 11:52 AM, Florian Fainelli wrote: > Hi all, > > This patch series adds PHYLINK support to DSA which is necessary to support > more > complex PHY and pluggable modules setups. > > Patch series can be found here: > > https://github.com/ffainelli/linux/commits/dsa-phylink > > This

[PATCH net-next 0/4] net: dsa: Plug in PHYLINK support

2018-03-18 Thread Florian Fainelli
Hi all, This patch series adds PHYLINK support to DSA which is necessary to support more complex PHY and pluggable modules setups. Patch series can be found here: https://github.com/ffainelli/linux/commits/dsa-phylink This was tested on: - dsa-loop - bcm_sf2 - mv88e6xxx - b53 With a variety o