[PATCH v2 4/4] net: mtip: The L2 switch driver for imx287
Andrew Lunn
andrew at lunn.ch
Sun Mar 30 15:01:20 PDT 2025
> > > + /* Prevent a state halted on mii error */
> > > + if (fep->mii_timeout && phy_dev->state == PHY_HALTED) {
> > > + phy_dev->state = PHY_UP;
> > > + goto spin_unlock;
> > > + }
> >
> > A MAC driver should not be playing around with the internal state of
> > phylib.
>
> Ok, I've replaced it with PHY API calls (phy_start() and
> phy_is_started()).
phy_start() and phy_stop() should be used in pairs. It is not good to
call start more often than stop.
What exactly is going on here? Why would there be MII errors?
Andrew
More information about the linux-arm-kernel
mailing list