Message ID | Z_zP9BvZlqeq3Ssl@shell.armlinux.org.uk (mailing list archive) |
---|---|
Headers | show |
Series | net: stmmac: anarion: cleanups | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 14 Apr 2025 10:05:56 +0100 you wrote: > A series of cleanups to the anarion glue driver. > > Clean up anarion_config_dt() error handling, printing a human readable > error rather than the numeric errno, and use ERR_CAST(). > > Using a switch statement with incorrect "fallthrough;" for RGMII vs > non-RGMII is unnecessary when we have phy_interface_mode_is_rgmii(). > Convert to use the helper. > > [...] Here is the summary with links: - [net-next,v2,1/4] net: stmmac: anarion: clean up anarion_config_dt() error handling https://git.kernel.org/netdev/net-next/c/c30a45a7e072 - [net-next,v2,2/4] net: stmmac: anarion: clean up interface parsing https://git.kernel.org/netdev/net-next/c/a55ec9c811aa - [net-next,v2,3/4] net: stmmac: anarion: use stmmac_pltfr_probe() https://git.kernel.org/netdev/net-next/c/5956527e26ff - [net-next,v2,4/4] net: stmmac: anarion: use devm_stmmac_pltfr_probe() https://git.kernel.org/netdev/net-next/c/a1afabef915c You are awesome, thank you!