[PATCH net-next 0/9] net: stmmac: remove unnecessary of_get_phy_mode() calls
Russell King (Oracle)
linux at armlinux.org.uk
Mon Mar 10 05:08:54 PDT 2025
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().
drivers/net/ethernet/stmicro/stmmac/dwmac-anarion.c | 18 ++++++++----------
drivers/net/ethernet/stmicro/stmmac/dwmac-ipq806x.c | 12 ++++--------
drivers/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, 22 insertions(+), 54 deletions(-)
--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!
More information about the linux-arm-kernel
mailing list