Re: [PATCH net-next v3 2/2] dsa: lan9303: Move to PHYLINK

From: Vladimir Oltean
Date: Wed Dec 07 2022 - 09:03:56 EST


On Tue, Dec 06, 2022 at 10:58:25PM +0000, Jerry.Ray@xxxxxxxxxxxxx wrote:
> I, too, thought I would need phylink_mac_config and phylink_mac_link_up to
> completely migrate away from PHYLIB to PHYLINK. But it seems as though the
> phylink layer is now taking care of the speed / duplex / etc settings of the
> phy registers. There is no DSA driver housecleaning needed at these other
> phylink_ api hook functions. At least, that's my current level of
> understanding...

Did you understand my request? To create a separate patch, not phylink
conversion, which deletes the MII_BMCR writes to the Virtual PHY, which
says that you don't know why they're there and you don't think that
they're needed, but at least you thought about what you're doing?