From: Jakub Kicinski Date: Thu, 13 Nov 2025 02:13:44 +0000 (-0800) Subject: Merge branch 'net-stmmac-convert-glue-drivers-to-use-stmmac_get_phy_intf_sel' X-Git-Tag: v6.19-rc1~170^2~178 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68fa5b092efab37a4f08a47b22bb8ca98f7f6223;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'net-stmmac-convert-glue-drivers-to-use-stmmac_get_phy_intf_sel' Russell King says: ==================== net: stmmac: convert glue drivers to use stmmac_get_phy_intf_sel() This series converts the remaining glue drivers that support multi-interface to use stmmac_get_phy_intf_sel(). The reason these drivers are not converted to the set_phy_intf_sel() method is because it is unclear whether there are ordering dependencies that would prevent it. For example, reading the stm32mp2 documentation, it is required to set the ETH1_SEL field while the dwmac core is in reset and before clocks are enabled. This requirement can not be satsified at the moment (but could with further changes.) ==================== Link: https://patch.msgid.link/aRLvrfx6tOa-RhrY@shell.armlinux.org.uk Signed-off-by: Jakub Kicinski --- 68fa5b092efab37a4f08a47b22bb8ca98f7f6223