RE: [PATCH net-next v2 4/9] net: phy: ncn26000: Support for internal phy for S2500

From: Selvamani Rajagopal

Date: Tue May 12 2026 - 12:19:51 EST



> > >
> > > This Message Is From an External Sender
> > > This message came from outside your organization.
> > >
> > > > @@ -163,7 +166,7 @@ static int ncn26000_config_intr(struct phy_device *phydev)
> > > > }
> > > >
> > > > /* Directly accessing via Clause 45 read avoids the extra
> > > > - * SPI accesses required by indirect access.
> > > > + * SPI transactions required by indirect access.
> > > > */
> > >
> > > Please don't change things you added in the previous patch.
> >
> > I thought v1 is abandoned once v2 is submitted. Didn't realized we diff v1 -> v2 too. Will
> be careful in avoiding it in future.
>
> Wasn't this line added in a previous patch in this series? Patch 3/9 ?

Yes. Sorry about that.

>
> Andrew