mbox series

[NET,v6,0/2] net: phylink: add phylink_set_mac_pm() helper

Message ID 20221014144729.1159257-1-shenwei.wang@nxp.com (mailing list archive)
Headers show
Series net: phylink: add phylink_set_mac_pm() helper | expand

Message

Shenwei Wang Oct. 14, 2022, 2:47 p.m. UTC
Per Russell's suggestion, the implementation is changed from the helper
function to add an extra property in phylink_config structure because this
change can easily cover SFP usecase too.

Changes in v6:
 - update the fix tag hash and format

Changes in v5:
 - Add fix tag in the commit message

Changes in v4:
 - Clean up the codes in phylink.c
 - Continue the version number

Shenwei Wang (2):
  net: phylink: add mac_managed_pm in phylink_config structure
  net: stmmac: Enable mac_managed_pm phylink config

 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 1 +
 drivers/net/phy/phylink.c                         | 3 +++
 include/linux/phylink.h                           | 2 ++
 3 files changed, 6 insertions(+)

--
2.34.1

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 15, 2022, 11:40 a.m. UTC | #1
Hello:

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

On Fri, 14 Oct 2022 09:47:27 -0500 you wrote:
> Per Russell's suggestion, the implementation is changed from the helper
> function to add an extra property in phylink_config structure because this
> change can easily cover SFP usecase too.
> 
> Changes in v6:
>  - update the fix tag hash and format
> 
> [...]

Here is the summary with links:
  - [NET,v6,1/2] net: phylink: add mac_managed_pm in phylink_config structure
    https://git.kernel.org/netdev/net/c/96de900ae78e
  - [NET,v6,2/2] net: stmmac: Enable mac_managed_pm phylink config
    https://git.kernel.org/netdev/net/c/f151c147b3af

You are awesome, thank you!