Re: [PATCH] phy: smsc: Implement .aneg_done callback for LAN8720Ai

From: Andrew Lunn
Date: Thu Apr 06 2023 - 10:20:00 EST


On Thu, Apr 06, 2023 at 03:48:43PM +0200, Simon Horman wrote:
> On Thu, Apr 06, 2023 at 03:11:27PM +0200, Lukasz Majewski wrote:
> > The LAN8720Ai has special bit (12) in the PHY SPECIAL
> > CONTROL/STATUS REGISTER (dec 31) to indicate if the
> > AutoNeg is finished.
> >
> > Signed-off-by: Lukasz Majewski <lukma@xxxxxxx>
>
> Hi Lukasz,
>
> I think you need to rebase this on net-next.
>
> If you repost please also include 'net-next' in the subject:
> [PATCH net-next v2].
>
> And a note about the changes between v1 and v2.

This actually seems like a fix. So it should probably be based on net,
and have a Fixes: tag.

Lukasz, how does this bit differ to the one in BMSR? Is the BMSR bit
broken? Is there an errata for this? It would be good to describe the
problem you see which this patch fixes.

Andrew