mbox series

[net-next,0/2] net: Clean up some EEE code

Message ID 20240406-lan78xx-eee-v1-0-2993b14b849c@lunn.ch (mailing list archive)
Headers show
Series net: Clean up some EEE code | expand

Message

Andrew Lunn April 6, 2024, 8:15 p.m. UTC
Previous patches have reworked the API between phylib and MAC drivers
with respect to EEE, pushing most of the work into phylib. These two
patches rework two drivers to make use of the new API, and fix their
EEE implementation, so that EEE is configured in the MAC based on what
is actually negotiated during autoneg.

Compile tested only.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
Andrew Lunn (2):
      net: usb: lan78xx: Fixup EEE
      net: lan743x: Fixup EEE

 drivers/net/ethernet/microchip/lan743x_ethtool.c | 21 ------------
 drivers/net/ethernet/microchip/lan743x_main.c    |  7 ++++
 drivers/net/usb/lan78xx.c                        | 42 +++++++++++++-----------
 3 files changed, 29 insertions(+), 41 deletions(-)
---
base-commit: 267e31750ae89f845cfe7df8f577b19482d9ef9b
change-id: 20240406-lan78xx-eee-6e40f57eaf04

Best regards,

Comments

patchwork-bot+netdevbpf@kernel.org April 8, 2024, 1:10 p.m. UTC | #1
Hello:

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

On Sat, 06 Apr 2024 15:15:58 -0500 you wrote:
> Previous patches have reworked the API between phylib and MAC drivers
> with respect to EEE, pushing most of the work into phylib. These two
> patches rework two drivers to make use of the new API, and fix their
> EEE implementation, so that EEE is configured in the MAC based on what
> is actually negotiated during autoneg.
> 
> Compile tested only.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: usb: lan78xx: Fixup EEE
    https://git.kernel.org/netdev/net-next/c/a00bbd15a5af
  - [net-next,2/2] net: lan743x: Fixup EEE
    https://git.kernel.org/netdev/net-next/c/ef460a8986fa

You are awesome, thank you!