mbox series

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

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

Message

Russell King (Oracle) Nov. 17, 2021, 4:45 p.m. UTC
Hi,

This series converts ag71xx to fill in the supported_interfaces member
of phylink_config, cleans up the validate() implementation, and then
converts to phylink_generic_validate().

The question over the port linkmode restriction has been answered by
Oleksij - there is no reason for this restriction, so we can go the
whole hog with this conversion. Thanks!

 drivers/net/ethernet/atheros/ag71xx.c | 96 +++++++++++------------------------
 1 file changed, 29 insertions(+), 67 deletions(-)

Comments

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

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

On Wed, 17 Nov 2021 16:45:57 +0000 you wrote:
> Hi,
> 
> This series converts ag71xx to fill in the supported_interfaces member
> of phylink_config, cleans up the validate() implementation, and then
> converts to phylink_generic_validate().
> 
> The question over the port linkmode restriction has been answered by
> Oleksij - there is no reason for this restriction, so we can go the
> whole hog with this conversion. Thanks!
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] net: ag71xx: populate supported_interfaces member
    https://git.kernel.org/netdev/net-next/c/680e9d2cd4bf
  - [net-next,2/3] net: ag71xx: remove interface checks in ag71xx_mac_validate()
    https://git.kernel.org/netdev/net-next/c/5e20a8aa48a0
  - [net-next,3/3] net: ag71xx: use phylink_generic_validate()
    https://git.kernel.org/netdev/net-next/c/c8fa4bac30e1

You are awesome, thank you!