On 3/12/2025 2:14 AM, Russell King (Oracle) wrote:
Hi,
This series removes unnecessary of_get_phy_mode() calls from the stmmac
glue drivers. stmmac_probe_config_dt() / devm_stmmac_probe_config_dt()
already gets the interface mode using device_get_phy_mode() and stores
it in plat_dat->phy_interface.
Therefore, glue drivers using of_get_phy_mode() are just duplicating
the work that has already been done.
This series adjusts the glue drivers to remove their usage of
of_get_phy_mode().
Changes in v2:
- correct subject for patch 3
- fix build error in patch 3
- add attributations
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
drivers/net/ethernet/stmicro/stmmac/dwmac-anarion.c | 21 +++++++++------------
drivers/net/ethernet/stmicro/stmmac/dwmac-ipq806x.c | 12 ++++--------
.../net/ethernet/stmicro/stmmac/dwmac-mediatek.c | 8 +-------
drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c | 6 +-----
.../net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c | 4 +---
drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c | 2 +-
drivers/net/ethernet/stmicro/stmmac/dwmac-sti.c | 12 ++++--------
drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c | 8 +-------
drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c | 6 +-----
9 files changed, 23 insertions(+), 56 deletions(-)