mbox series

[net,V5,0/3] net: lan743x: Fixes for multiple WOL related issues

Message ID 20240614171157.190871-1-Raju.Lakkaraju@microchip.com (mailing list archive)
Headers show
Series net: lan743x: Fixes for multiple WOL related issues | expand

Message

Raju Lakkaraju June 14, 2024, 5:11 p.m. UTC
This patch series implement the following fixes:
1. Disable WOL upon resume in order to restore full data path operation
2. Support WOL at both the PHY and MAC appropriately 
3. Remove interrupt mask clearing from config_init 

Patch-3 was sent seperately earlier. Review comments in link: 
https://lore.kernel.org/lkml/4a565d54-f468-4e32-8a2c-102c1203f72c@lunn.ch/T/

Raju Lakkaraju (3):
  net: lan743x: disable WOL upon resume to restore full data path
    operation
  net: lan743x: Support WOL at both the PHY and MAC appropriately
  net: phy: mxl-gpy: Remove interrupt mask clearing from config_init

 .../net/ethernet/microchip/lan743x_ethtool.c  | 44 ++++++++++++--
 drivers/net/ethernet/microchip/lan743x_main.c | 48 ++++++++++++---
 drivers/net/ethernet/microchip/lan743x_main.h | 28 +++++++++
 drivers/net/phy/mxl-gpy.c                     | 58 ++++++++++++-------
 4 files changed, 146 insertions(+), 32 deletions(-)

Comments

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

This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri, 14 Jun 2024 22:41:54 +0530 you wrote:
> This patch series implement the following fixes:
> 1. Disable WOL upon resume in order to restore full data path operation
> 2. Support WOL at both the PHY and MAC appropriately
> 3. Remove interrupt mask clearing from config_init
> 
> Patch-3 was sent seperately earlier. Review comments in link:
> https://lore.kernel.org/lkml/4a565d54-f468-4e32-8a2c-102c1203f72c@lunn.ch/T/
> 
> [...]

Here is the summary with links:
  - [net,V5,1/3] net: lan743x: disable WOL upon resume to restore full data path operation
    https://git.kernel.org/netdev/net/c/7725363936a8
  - [net,V5,2/3] net: lan743x: Support WOL at both the PHY and MAC appropriately
    https://git.kernel.org/netdev/net/c/8c248cd83601
  - [net,V5,3/3] net: phy: mxl-gpy: Remove interrupt mask clearing from config_init
    https://git.kernel.org/netdev/net/c/c44d3ffd85db

You are awesome, thank you!