Re: [PATCH net-next 1/4] net: phy: as21xxx: handle corner case with link and autoneg complete
From: Andrew Lunn
Date: Fri May 29 2026 - 09:24:43 EST
On Fri, May 29, 2026 at 09:04:10AM +0200, Christian Marangi wrote:
> On Fri, May 29, 2026 at 02:36:07AM +0200, Andrew Lunn wrote:
> > On Thu, May 28, 2026 at 09:35:41PM +0200, Christian Marangi wrote:
> > > Add missing case in custom read_link, when autoneg is started, autoneg
> > > complete bit is reset but link is still not up.
> > >
> > > Fixes: 830877d89edc ("net: phy: Add support for Aeonsemi AS21xxx PHYs")
> >
> > If this is a fix, it should be based on net, not net-next.
> >
> > Otherwise it looks O.K.
> >
>
> Hi Andrew I didn't want to introduce patch conflict with the last patch.
> Should I split this?
Yes.
Post the fixes to net. On Thursdays net get merged to net-next, and
you can post the remaining patches then, after you solve any
conflicts.
Andrew