On Mon, Mar 10, 2025 at 12:08:54PM +0000, 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(). > The series looks reasonable. Thanks, Michal For the series: Reviewed-by: Michal Kubiak <michal.kubiak@xxxxxxxxx>