From: Jakub Kicinski Date: Tue, 9 Sep 2025 01:12:10 +0000 (-0700) Subject: Merge branch 'net-stmmac-mdio-cleanups' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e0cca6ba3425f992dd6ad5049c47005dcb18ad8;p=thirdparty%2Fkernel%2Fstable.git Merge branch 'net-stmmac-mdio-cleanups' Russell King says: ==================== net: stmmac: mdio cleanups Clean up the stmmac MDIO code: - provide an address register formatter to avoid repeated code - provide a common function to wait for the busy bit to clear - pre-compute the CR field (mdio clock divider) - move address formatter into read/write functions - combine the read/write functions into a common accessor function - move runtime PM handling into common accessor function - rename register constants to better reflect manufacturer names - move stmmac_clk_csr_set() into stmmac_mdio - make stmmac_clk_csr_set() return the CR field value and remove priv->clk_csr - clean up if() range tests in stmmac_clk_csr_set() - use STMMAC_CSR_xxx definitions in initialisers For Qualcomm QCS9100 Ride R3 board with the AQR115C PHY: Tested-by: Mohd Ayaan Anwar ==================== Link: https://patch.msgid.link/aLmBwsMdW__XBv7g@shell.armlinux.org.uk Signed-off-by: Jakub Kicinski --- 6e0cca6ba3425f992dd6ad5049c47005dcb18ad8