Re: [PATCH net-next 2/5] net: phy: ncn26000: add support for TS2500 internal PHY
From: Andrew Lunn
Date: Fri May 01 2026 - 15:52:35 EST
> +/* clause 45 vendor specific registers */
> +#define NCN26000_REG_PHYCFG1_MMD MDIO_MMD_VEND2
Please use MDIO_MMD_VEND2 rather than obfuscating it.
There is a lot going on in this patch, with no real explanation in the
commit message. Please break it up into a number of smaller commits
with good commit messages.
Andrew