Merge branch 'net-stmmac-sunxi-cleanups'
authorJakub Kicinski <kuba@kernel.org>
Fri, 18 Apr 2025 01:41:42 +0000 (18:41 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 18 Apr 2025 01:41:42 +0000 (18:41 -0700)
commitcd384b8508c157fbace0b8cf8a67f76a3ab1516e
tree7ec3a25af95b2b6eb3b85c46d5c66c6b8eb8a895
parent240ce924d2718b8f6f622f2a9a9c219b9da736e8
parent69b3e38e2fb58a3d557d9e02c107d60143c8b49c
Merge branch 'net-stmmac-sunxi-cleanups'

Russell King says:

====================
net: stmmac: sunxi cleanups

This series cleans up the sunxi (sun7i) code in two ways:

1. it converts to use the new set_clk_tx_rate() method, even though
   we don't use clk_tx_i. In doing so, I reformat the function to
   read better, but with no changes to the code.

2. convert from stmmac_dvr_probe() to stmmac_pltfr_probe(), and then
   to its devm variant, which allows code simplification.
====================

Link: https://patch.msgid.link/Z_5WT_jOBgubjWQg@shell.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>