[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f216c0b9-3d0d-4d4c-aa33-ba02b0722052@prolan.hu>
Date: Fri, 21 Jun 2024 09:48:23 +0200
From: Csókás Bence <csokas.bence@...lan.hu>
To: Andrew Lunn <andrew@...n.ch>
CC: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>, Vladimir Oltean
<olteanv@...il.com>, <trivial@...nel.org>, Heiner Kallweit
<hkallweit1@...il.com>, Russell King <linux@...linux.org.uk>
Subject: Re: [PATCH v2 resub 1/2] net: include: mii: Refactor: Define LPA_* in
terms of ADVERTISE_*
Hi
On 6/20/24 21:07, Andrew Lunn wrote:
> On Wed, Jun 19, 2024 at 02:46:22PM +0200, Csókás, Bence wrote:
>> Ethernet specification mandates that these bits will be equal.
>> To reduce the amount of magix hex'es in the code, just define
>> them in terms of each other.
>
> I have a quick email exchange with other PHY maintainers, and we
> agree. We will reject these changes, they are just churn and bring no
> real benefit.
>
> NACK
>
> Andrew
>
The benefit is that I don't have to constantly convert between "n-th bit
set" (which is how virtually all datasheets, specifications,
documentation etc. represent MII bits) and these hex values. In most
places in the kernel, register bits are already represented with BIT()
et al., so why not here?
Bence
Powered by blists - more mailing lists