mbox series

[net-next,0/2] net: mvneta: use .mac_select_pcs()

Message ID YfAsXaXfSGQX8w75@shell.armlinux.org.uk (mailing list archive)
Headers show
Series net: mvneta: use .mac_select_pcs() | expand

Message

Russell King (Oracle) Jan. 25, 2022, 4:59 p.m. UTC
Hi,

This series converts mvneta to use the .mac_select_pcs() like eventually
everything else will be. mvneta is slightly more involved because we
need to rearrange the initialisation first to ensure everything required
is initialised prior to phylink_create() being called.

Tested locally on SolidRun Clearfog.

 drivers/net/ethernet/marvell/mvneta.c | 115 ++++++++++++++++++----------------
 1 file changed, 61 insertions(+), 54 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 27, 2022, 1:40 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Tue, 25 Jan 2022 16:59:09 +0000 you wrote:
> Hi,
> 
> This series converts mvneta to use the .mac_select_pcs() like eventually
> everything else will be. mvneta is slightly more involved because we
> need to rearrange the initialisation first to ensure everything required
> is initialised prior to phylink_create() being called.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: mvneta: reorder initialisation
    https://git.kernel.org/netdev/net-next/c/72bb9531162a
  - [net-next,2/2] net: mvneta: use .mac_select_pcs() interface
    https://git.kernel.org/netdev/net-next/c/0ac4a71fc09c

You are awesome, thank you!