[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ec362c1c-0722-4e50-a695-b271348272ab@lunn.ch>
Date: Mon, 26 Aug 2024 14:38:50 +0200
From: Andrew Lunn <andrew@...n.ch>
To: "Frank.Sae" <Frank.Sae@...or-comm.com>
Cc: hkallweit1@...il.com, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, linux@...linux.org.uk,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
yuanlai.cui@...or-comm.com, hua.sun@...or-comm.com,
xiaoyong.li@...or-comm.com, suting.hu@...or-comm.com,
jie.han@...or-comm.com
Subject: Re: [PATCH net-next v3 1/2] net: phy: Optimize phy speed mask to be
compatible to yt8821
On Sun, Aug 25, 2024 at 10:56:54PM -0700, Frank.Sae wrote:
>
> 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@...or-comm.com>
> > > Reviewed-by: Andrew Lunn <andrew@...n.ch>
> > 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@...n.ch>
> Signed-off-by: Frank Sae <Frank.Sae@...or-comm.com>
It is a cosmetic thing. Each Maintainer handling the patch on it way
towards mainline will add their own Signed-off-by: to the end. By
having yours last, it keeps them all together.
Just picking a random example:
commit 5b9eebc2c7a5f0cc7950d918c1e8a4ad4bed5010
Author: Pawel Dembicki <paweldembicki@...il.com>
Date: Fri Aug 9 21:38:03 2024 +0200
net: dsa: vsc73xx: pass value in phy_write operation
In the 'vsc73xx_phy_write' function, the register value is missing,
and the phy write operation always sends zeros.
This commit passes the value variable into the proper register.
Fixes: 05bd97fc559d ("net: dsa: Add Vitesse VSC73xx DSA router driver")
Reviewed-by: Linus Walleij <linus.walleij@...aro.org>
Reviewed-by: Florian Fainelli <florian.fainelli@...adcom.com>
Signed-off-by: Pawel Dembicki <paweldembicki@...il.com>
Signed-off-by: David S. Miller <davem@...emloft.net>
David added his signed-of-by. But as i said, it is purely cosmetic.
Andrew
Powered by blists - more mailing lists