Message ID | 20240808-mvpp2_child_nodes-v1-0-19f854dd669d@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net: mvpp2: rework child node/port removal handling | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Thu, 08 Aug 2024 11:47:31 +0200 you wrote: > These two patches used to be part of another series [1] that did not > apply to the networking tree without conflicts. This is therefore just a > partial resend with no code modifications, just rebased onto net/main. > > Link: https://lore.kernel.org/all/20240806181026.5fe7f777@kernel.org/ [1] > Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> > > [...] Here is the summary with links: - [PARTIAL,RESEND,1/2] net: mvpp2: use port_count to remove ports https://git.kernel.org/netdev/net-next/c/e81d00a6b3b7 - [PARTIAL,RESEND,2/2] net: mvpp2: use device_for_each_child_node() to access device child nodes https://git.kernel.org/netdev/net-next/c/a7b32744475c You are awesome, thank you!
These two patches used to be part of another series [1] that did not apply to the networking tree without conflicts. This is therefore just a partial resend with no code modifications, just rebased onto net/main. Link: https://lore.kernel.org/all/20240806181026.5fe7f777@kernel.org/ [1] Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> --- Javier Carrasco (2): net: mvpp2: use port_count to remove ports net: mvpp2: use device_for_each_child_node() to access device child nodes drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 31 +++++++------------------ 1 file changed, 9 insertions(+), 22 deletions(-) --- base-commit: b928e7d19dfd8a336e13ec0d21e1d60dc285efd5 change-id: 20240807-mvpp2_child_nodes-b92f8eae0f87 Best regards,