Re: [PATCH net-next 00/11] net: stmmac: clean up plat_dat allocation/initialisation
| Newsgroups | dev.linux.lists.sophgo,org.infradead.lists.linux-arm-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <176343842426.3578356.2997761543219536696.git-patchwork-notify@kernel.org> |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <[email protected]>: On Fri, 14 Nov 2025 15:27:16 +0000 you wrote: > This series cleans up the plat_dat allocation and initialisation, > moving common themes into the allocator. > > This results in a nice saving: > > drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c | 43 +--------------- > .../net/ethernet/stmicro/stmmac/dwmac-loongson.c | 22 +------- > drivers/net/ethernet/stmicro/stmmac/dwmac-sophgo.c | 1 - > drivers/net/ethernet/stmicro/stmmac/stmmac.h | 2 + > drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 34 ++++++++++++ > drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c | 39 +------------- > .../net/ethernet/stmicro/stmmac/stmmac_platform.c | 60 ++++------------------ > 7 files changed, 53 insertions(+), 148 deletions(-) Here is the summary with links: - [net-next,01/11] net: stmmac: add stmmac_plat_dat_alloc() https://git.kernel.org/netdev/net-next/c/511171e47f8b - [net-next,02/11] net: stmmac: move initialisation of phy_addr to stmmac_plat_dat_alloc() https://git.kernel.org/netdev/net-next/c/99e6ddaabdb4 - [net-next,03/11] net: stmmac: move initialisation of clk_csr to stmmac_plat_dat_alloc() https://git.kernel.org/netdev/net-next/c/ae4f29712bf3 - [net-next,04/11] net: stmmac: move initialisation of maxmtu to stmmac_plat_dat_alloc() https://git.kernel.org/netdev/net-next/c/528478a746a5 - [net-next,05/11] net: stmmac: move initialisation of multicast_filter_bins to stmmac_plat_dat_alloc() https://git.kernel.org/netdev/net-next/c/07cedb9eed41 - [net-next,06/11] net: stmmac: move initialisation of unicast_filter_entries to stmmac_plat_dat_alloc() https://git.kernel.org/netdev/net-next/c/bcb145c69690 - [net-next,07/11] net: stmmac: move initialisation of queues_to_use to stmmac_plat_dat_alloc() https://git.kernel.org/netdev/net-next/c/d5e788e86fe3 - [net-next,08/11] net: stmmac: setup default RX channel map in stmmac_plat_dat_alloc() https://git.kernel.org/netdev/net-next/c/b6d013b3260b - [net-next,09/11] net: stmmac: remove unnecessary .use_prio queue initialisation https://git.kernel.org/netdev/net-next/c/c03101cb1bf0 - [net-next,10/11] net: stmmac: remove unnecessary .prio queue initialisation https://git.kernel.org/netdev/net-next/c/0a20999ed452 - [net-next,11/11] net: stmmac: remove unnecessary .pkt_route queue initialisation https://git.kernel.org/netdev/net-next/c/6409249ccc15 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html