mbox series

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

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

Message

Raju Lakkaraju - I30499 Feb. 26, 2024, 8:09 a.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 in MAC even when PHY does not
3. Address problems with wake option flags configuration sequences

Raju Lakkaraju (3):
  net: lan743x: disable WOL upon resume to restore full data path
    operation
  net: lan743x: support WOL in MAC even when PHY does not
  net: lan743x: Address problems with wake option flags configuration
    sequences

 .../net/ethernet/microchip/lan743x_ethtool.c  | 24 +++++++++++++++++--
 drivers/net/ethernet/microchip/lan743x_main.c | 24 ++++++++++++++++++-
 drivers/net/ethernet/microchip/lan743x_main.h | 24 +++++++++++++++++++
 3 files changed, 69 insertions(+), 3 deletions(-)