netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* rfi: stmmac: creating an of mdio bus for attached dsa
@ 2015-09-18  7:26 Phil Reid
  2015-09-19 20:58 ` Florian Fainelli
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Reid @ 2015-09-18  7:26 UTC (permalink / raw)
  To: netdev

G'day All,

Prior to submitting a patch I'd just like to get an idea on what the 
correct way is to create and register an mdio bus for use by the marvell 
dsa driver.
On our system the cpu ethernet port is connected directly to a switch 
with a fixed link (1Gbit).
So the driver needs to create and persist the mdio bus for the dsa 
driver using of_mdiobus_register.
The trunk stmmac driver currently doesn't create the mdio bus if a fixed 
link is found.
stmmac_probe_config_dt does hte following check.
     if (plat->phy_node || plat->phy_bus_name)
         plat->mdio_bus_data = NULL;
phy_node is set because a fixed-link is found above and setting 
mdio_bus_data to null skips mdio bus creation.
removing the phy_node check gets things working.

I've also modified stmmac_mdio_register to use of_mdiobus_register and 
setup the dt to probe for a phy (that doesn't really exist, the switch 
is on the mdio).
This cause a fair bit of log spamming but does seem to work as the 
switch is detected.
eg: eth0: PHY ID 00000000 at 27 IRQ POLL (stmmac-0:1b)
Currently if no phy is found the mdio bus gets de registered so this 
seems to be required.

In summary what is the correct way to make sure the mdio bus stays 
registered when a fixed-link is in use?
Am I configuring the link to the switch incorrectly?


Phil

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-19 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-18  7:26 rfi: stmmac: creating an of mdio bus for attached dsa Phil Reid
2015-09-19 20:58 ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).