Re: [PATCH net-next v6 4/7] net: phy: aquantia: add essential functions to aqr105 driver
From: Andrew Lunn
Date: Thu Mar 20 2025 - 17:21:22 EST
> +static int aqr105_config_speed(struct phy_device *phydev)
> +{
This is used when autoneg is disabled. Generally the name would be
_setup_forced, e.g. genphy_setup_forced(). Sticking to that naming
convention makes is simpler to understand if you know other PHY
drivers.
Once you have changed this, you can add my Reviewed-by:
Andrew
---
pw-bot: cr