mbox series

[net-next,0/3] Remove phylink_state's an_enabled member

Message ID ZBnT6yW9UY1sAsiy@shell.armlinux.org.uk (mailing list archive)
Headers show
Series Remove phylink_state's an_enabled member | expand

Message

Russell King (Oracle) March 21, 2023, 3:57 p.m. UTC
Hi,

Now that all the fixes and correctness patches have been merged, it is
time to switch the two users that make use of .an_enabled to check the
Autoneg bit in the advertising mask, and finally remove the
.an_enabled member.

The first two patches remove the last uses of .an_enabled, which are
in DPAA2 and XPCS. The final patch removes the member.

 drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c |  3 +-
 drivers/net/pcs/pcs-xpcs.c                       | 10 +++++--
 drivers/net/phy/phylink.c                        | 37 +++++++++++-------------
 include/linux/phylink.h                          |  2 --
 4 files changed, 26 insertions(+), 26 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 23, 2023, 5:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 21 Mar 2023 15:57:31 +0000 you wrote:
> Hi,
> 
> Now that all the fixes and correctness patches have been merged, it is
> time to switch the two users that make use of .an_enabled to check the
> Autoneg bit in the advertising mask, and finally remove the
> .an_enabled member.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] net: dpaa2-mac: use Autoneg bit rather than an_enabled
    https://git.kernel.org/netdev/net-next/c/99d0f3a1095f
  - [net-next,2/3] net: pcs: xpcs: use Autoneg bit rather than an_enabled
    https://git.kernel.org/netdev/net-next/c/459fd2f11204
  - [net-next,3/3] net: phylink: remove an_enabled
    https://git.kernel.org/netdev/net-next/c/4ee9b0dcf09f

You are awesome, thank you!