[PATCH v7 phy-next 17/27] phy: introduce phy_get_max_link_rate() helper for consumers
Vladimir Oltean
vladimir.oltean at nxp.com
Thu Apr 30 06:14:03 PDT 2026
On Thu, Apr 30, 2026 at 01:59:53PM +0200, Geert Uytterhoeven wrote:
> Acked-by: Geert Uytterhoeven <geert+renesas at glider.be> # rcar_canfd
Thanks.
> > --- a/include/linux/phy/phy.h
> > +++ b/include/linux/phy/phy.h
> > @@ -57,6 +57,7 @@ int phy_notify_disconnect(struct phy *phy, int port);
> > int phy_notify_state(struct phy *phy, union phy_notify state);
> > int phy_get_bus_width(struct phy *phy);
> > void phy_set_bus_width(struct phy *phy, int bus_width);
> > +u32 phy_get_max_link_rate(struct phy *phy);
>
> This (and all the existing getters) should take a "const struct phy *".
Yeah... Let's see what other review comments pop up (including Sashiko,
which would be seeing this series for the first time) and decide
afterwards whether to make the argument const for the new getters as
part of a separate set, or in v8.
I don't think that modifying the existing getters is in scope for this
27 patch set.
More information about the linux-phy
mailing list