Re: [PATCH net-next] net: dsa: Simplify dsa_slave_phy_setup()

2017-10-27 Thread David Miller
From: Florian Fainelli Date: Wed, 25 Oct 2017 17:32:05 -0700 > Remove the code that tried to identify if a PHY designated by Device > Tree required diversion through the DSA-created MDIO bus. This was > created mainly for the bcm_sf2.c driver back when it did not have its > own MDIO bus driver, w

Re: [PATCH net-next] net: dsa: Simplify dsa_slave_phy_setup()

2017-10-26 Thread Martin Hundebøll
On 2017-10-26 18:45, Florian Fainelli wrote: On 10/26/2017 04:07 AM, Martin Hundebøll wrote: On 2017-10-26 02:32, Florian Fainelli wrote: Remove the code that tried to identify if a PHY designated by Device Tree required diversion through the DSA-created MDIO bus. This was created mainly for th

Re: [PATCH net-next] net: dsa: Simplify dsa_slave_phy_setup()

2017-10-26 Thread Florian Fainelli
On 10/26/2017 04:07 AM, Martin Hundebøll wrote: > On 2017-10-26 02:32, Florian Fainelli wrote: >> Remove the code that tried to identify if a PHY designated by Device >> Tree required diversion through the DSA-created MDIO bus. This was >> created mainly for the bcm_sf2.c driver back when it did no

Re: [PATCH net-next] net: dsa: Simplify dsa_slave_phy_setup()

2017-10-26 Thread Martin Hundebøll
On 2017-10-26 02:32, Florian Fainelli wrote: Remove the code that tried to identify if a PHY designated by Device Tree required diversion through the DSA-created MDIO bus. This was created mainly for the bcm_sf2.c driver back when it did not have its own MDIO bus driver, which it now has since 46

Re: [PATCH net-next] net: dsa: Simplify dsa_slave_phy_setup()

2017-10-26 Thread Andrew Lunn
On Wed, Oct 25, 2017 at 05:32:05PM -0700, Florian Fainelli wrote: > Remove the code that tried to identify if a PHY designated by Device > Tree required diversion through the DSA-created MDIO bus. This was > created mainly for the bcm_sf2.c driver back when it did not have its > own MDIO bus driver

Re: [PATCH net-next] net: dsa: Simplify dsa_slave_phy_setup()

2017-10-25 Thread Vivien Didelot
Florian Fainelli writes: > Remove the code that tried to identify if a PHY designated by Device > Tree required diversion through the DSA-created MDIO bus. This was > created mainly for the bcm_sf2.c driver back when it did not have its > own MDIO bus driver, which it now has since 461cd1b03e32 (

[PATCH net-next] net: dsa: Simplify dsa_slave_phy_setup()

2017-10-25 Thread Florian Fainelli
Remove the code that tried to identify if a PHY designated by Device Tree required diversion through the DSA-created MDIO bus. This was created mainly for the bcm_sf2.c driver back when it did not have its own MDIO bus driver, which it now has since 461cd1b03e32 ("net: dsa: bcm_sf2: Register our sl