mbox series

[net-next,0/3] net: enetc: phylink validate implementation updates

Message ID YZOAxY8PjO38j+j6@shell.armlinux.org.uk (mailing list archive)
Headers show
Series net: enetc: phylink validate implementation updates | expand

Message

Russell King (Oracle) Nov. 16, 2021, 9:58 a.m. UTC
This series converts enetc to fill in the supported_interfaces member
of phylink_config, cleans up the validate() implementation, and then
converts to phylink_generic_validate().

 drivers/net/ethernet/freescale/enetc/enetc_pf.c | 53 ++++++-------------------
 1 file changed, 13 insertions(+), 40 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 17, 2021, 11:30 a.m. UTC | #1
Hello:

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

On Tue, 16 Nov 2021 09:58:29 +0000 you wrote:
> This series converts enetc to fill in the supported_interfaces member
> of phylink_config, cleans up the validate() implementation, and then
> converts to phylink_generic_validate().
> 
>  drivers/net/ethernet/freescale/enetc/enetc_pf.c | 53 ++++++-------------------
>  1 file changed, 13 insertions(+), 40 deletions(-)

Here is the summary with links:
  - [net-next,1/3] net: enetc: populate supported_interfaces member
    https://git.kernel.org/netdev/net-next/c/4e5015df5211
  - [net-next,2/3] net: enetc: remove interface checks in enetc_pl_mac_validate()
    https://git.kernel.org/netdev/net-next/c/5a94c1ba8e33
  - [net-next,3/3] net: enetc: use phylink_generic_validate()
    https://git.kernel.org/netdev/net-next/c/75021cf02ff8

You are awesome, thank you!