[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191121.191417.1339124115325210078.davem@davemloft.net>
Date: Thu, 21 Nov 2019 19:14:17 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: rmk+kernel@...linux.org.uk
Cc: andrew@...n.ch, f.fainelli@...il.com, hkallweit1@...il.com,
nicolas.ferre@...rochip.com, thomas.petazzoni@...tlin.com,
nbd@...nwrt.org, john@...ozen.org, sean.wang@...iatek.com,
Mark-MC.Lee@...iatek.com, matthias.bgg@...il.com,
peppe.cavallaro@...com, alexandre.torgue@...com,
joabreu@...opsys.com, mcoquelin.stm32@...il.com,
radhey.shyam.pandey@...inx.com, michal.simek@...inx.com,
vivien.didelot@...il.com, netdev@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org,
linux-stm32@...md-mailman.stormreply.com
Subject: Re: [CFT PATCH net-next v2] net: phylink: rename mac_link_state()
op to mac_pcs_get_state()
From: Russell King <rmk+kernel@...linux.org.uk>
Date: Thu, 21 Nov 2019 00:36:22 +0000
> Rename the mac_link_state() method to mac_pcs_get_state() to make it
> clear that it should be returning the MACs PCS current state, which
> is used for inband negotiation rather than just reading back what the
> MAC has been configured for. Update the documentation to explicitly
> mention that this is for inband.
>
> We drop the return value as well; most of phylink doesn't check the
> return value and it is not clear what it should do on error - instead
> arrange for state->link to be false.
>
> Signed-off-by: Russell King <rmk+kernel@...linux.org.uk>
> ---
> This is something I'd like to do to make it clearer what phylink
> expects of this function, and that it shouldn't just read-back how
> the MAC was configured.
>
> This version drops the deeper changes, concentrating just on the
> phylink API rather than delving deeper into drivers, as I haven't
> received any feedback on that patch.
>
> It would be nice to see all these drivers tested with this change.
I'm tempted to just apply this, any objections?
Powered by blists - more mailing lists