Re: [PATCH net-next] net: phy: micrel: Add support for lan8842
From: Andrew Lunn
Date: Tue Jul 22 2025 - 09:08:38 EST
> Yes, I will use PHY_ID_MATCH_MODEL().
> I was thinking to start with 2 cleanup patches, one to use
> PHY_ID_MATCH_MODEL in the driver and one to introduce
> lanphy_modify_page_reg and put it to use.
> Do you have other suggestions?
I did not look at the driver too closely. There might be other
cleanups you can do, but those two make sense in the context of what
you are doing.
Andrew