Re: [PATCH net-next v3 1/2] net: phy: Optimize phy speed mask to be compatible to yt8821
From: Frank.Sae
Date: Mon Aug 26 2024 - 01:57:20 EST
On 8/25/24 18:59, Andrew Lunn wrote:
On Thu, Aug 22, 2024 at 04:47:00AM -0700, Frank Sae wrote:
yt8521 and yt8531s as Gigabit transceiver use bit15:14(bit9 reserved
default 0) as phy speed mask, yt8821 as 2.5G transceiver uses bit9 bit15:14
as phy speed mask.
Be compatible to yt8821, reform phy speed mask and phy speed macro.
Signed-off-by: Frank Sae <Frank.Sae@xxxxxxxxxxxxxx>
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Ideally, your Signed-off-by: should be last. No need to repost because
of this.
Andrew
Andrew, please help to confirm that the Reviewed-by: should be followed by
Signed-off-by:?
it should be like below:
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Signed-off-by: Frank Sae <Frank.Sae@xxxxxxxxxxxxxx>
Best Regards