Re: [PATCH net-next 1/3] net: phy: marvell-88q2xxx: align defines
From: Dimitri Fedrau
Date: Tue Feb 18 2025 - 13:13:20 EST
Am Tue, Feb 18, 2025 at 04:00:42PM +0000 schrieb Russell King (Oracle):
> On Tue, Feb 18, 2025 at 12:54:29PM +0100, Marek Behún wrote:
> > > +#define MDIO_MMD_AN_MV_STAT 32769
> >
> > Why the hell are register addresses in this driver in decimal?
>
> Shocker - some documentation gives driver addresses for PHYs in
> decimal.
>
> It then becomes a pain to have to manually translate back and
> forth between hex and decimal if one is reading the driver code and
> referring back to the documentation.
>
Agreed. Is it worth to change addresses to hexadecimal numbers and use
BIT and GENMASK for the bits ?
Best regards,
Dimitri Fedrau