mbox series

[net-next,v2,0/2] net: phy: add and use helper phy_advertise_eee_all

Message ID 0d886510-b2b7-43f2-b8a6-fb770d97266d@gmail.com (mailing list archive)
Headers show
Series net: phy: add and use helper phy_advertise_eee_all | expand

Message

Heiner Kallweit Feb. 3, 2024, 7:47 p.m. UTC
Per default phylib preserves the EEE advertising at the time of
phy probing. The EEE advertising can be changed from user space,
in addition this helper allows to set the EEE advertising to all
supported modes from drivers in kernel space.

v2:
- extend kernel doc description of new function

Heiner Kallweit (2):
  net: phy: add helper phy_advertise_eee_all
  r8169: use new helper phy_advertise_eee_all

 drivers/net/ethernet/realtek/r8169_main.c | 3 +--
 drivers/net/phy/phy_device.c              | 6 +++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 7, 2024, 3:10 a.m. UTC | #1
Hello:

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

On Sat, 3 Feb 2024 20:47:53 +0100 you wrote:
> Per default phylib preserves the EEE advertising at the time of
> phy probing. The EEE advertising can be changed from user space,
> in addition this helper allows to set the EEE advertising to all
> supported modes from drivers in kernel space.
> 
> v2:
> - extend kernel doc description of new function
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] net: phy: add helper phy_advertise_eee_all
    https://git.kernel.org/netdev/net-next/c/b64691274f5d
  - [net-next,v2,2/2] r8169: use new helper phy_advertise_eee_all
    https://git.kernel.org/netdev/net-next/c/7cc0187ea252

You are awesome, thank you!