mbox series

[net-next,0/8] net: phylink,xpcs,stmmac: support PCS EEE configuration

Message ID Z6naiPpxfxGr1Ic6@shell.armlinux.org.uk (mailing list archive)
Headers show
Series net: phylink,xpcs,stmmac: support PCS EEE configuration | expand

Message

Russell King (Oracle) Feb. 10, 2025, 10:52 a.m. UTC
Hi,

This series adds support for phylink managed EEE at the PCS level,
allowing xpcs_config_eee() to be removed. Sadly, we still end up with
a XPCS specific function to configure the clock multiplier.

 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c |  7 --
 drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c |  2 +
 drivers/net/pcs/pcs-xpcs.c                        | 89 +++++++++++++++--------
 drivers/net/pcs/pcs-xpcs.h                        |  1 +
 drivers/net/phy/phylink.c                         | 25 ++++++-
 include/linux/pcs/pcs-xpcs.h                      |  3 +-
 include/linux/phylink.h                           | 22 ++++++
 7 files changed, 107 insertions(+), 42 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 14, 2025, 9:50 p.m. UTC | #1
Hello:

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

On Mon, 10 Feb 2025 10:52:56 +0000 you wrote:
> Hi,
> 
> This series adds support for phylink managed EEE at the PCS level,
> allowing xpcs_config_eee() to be removed. Sadly, we still end up with
> a XPCS specific function to configure the clock multiplier.
> 
>  drivers/net/ethernet/stmicro/stmmac/stmmac_main.c |  7 --
>  drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c |  2 +
>  drivers/net/pcs/pcs-xpcs.c                        | 89 +++++++++++++++--------
>  drivers/net/pcs/pcs-xpcs.h                        |  1 +
>  drivers/net/phy/phylink.c                         | 25 ++++++-
>  include/linux/pcs/pcs-xpcs.h                      |  3 +-
>  include/linux/phylink.h                           | 22 ++++++
>  7 files changed, 107 insertions(+), 42 deletions(-)

Here is the summary with links:
  - [net-next,1/8] net: phylink: add support for notifying PCS about EEE
    https://git.kernel.org/netdev/net-next/c/e9f03a6a879b
  - [net-next,2/8] net: xpcs: add function to configure EEE clock multiplying factor
    https://git.kernel.org/netdev/net-next/c/8c841486674a
  - [net-next,3/8] net: stmmac: call xpcs_config_eee_mult_fact()
    https://git.kernel.org/netdev/net-next/c/060fb27060e8
  - [net-next,4/8] net: xpcs: convert to phylink managed EEE
    https://git.kernel.org/netdev/net-next/c/5a12b2cf29c1
  - [net-next,5/8] net: stmmac: remove calls to xpcs_config_eee()
    https://git.kernel.org/netdev/net-next/c/dba7441b3916
  - [net-next,6/8] net: xpcs: remove xpcs_config_eee() from global scope
    https://git.kernel.org/netdev/net-next/c/55faeb89968a
  - [net-next,7/8] net: xpcs: clean up xpcs_config_eee()
    https://git.kernel.org/netdev/net-next/c/760320145a5a
  - [net-next,8/8] net: xpcs: group EEE code together
    https://git.kernel.org/netdev/net-next/c/1d4c99a1ac12

You are awesome, thank you!