mbox series

[net,v3,0/2] WoL fixes for DP83822 and DP83tc811

Message ID 20200428160354.2879-1-dmurphy@ti.com
Headers show
Series WoL fixes for DP83822 and DP83tc811 | expand

Message

Dan Murphy April 28, 2020, 4:03 p.m. UTC
Hello

The WoL feature for each device was enabled during boot or when the PHY was
brought up which may be undesired.  These patches disable the WoL in the
config_init.  The disabling and enabling of the WoL is now done though the
set_wol call.

Dan

Dan Murphy (2):
  net: phy: DP83822: Fix WoL in config init to be disabled
  net: phy: DP83TC811: Fix WoL in config init to be disabled

 drivers/net/phy/dp83822.c   | 30 ++++++++++++++----------------
 drivers/net/phy/dp83tc811.c | 21 ++++++++++++---------
 2 files changed, 26 insertions(+), 25 deletions(-)

Comments

David Miller May 1, 2020, 10:24 p.m. UTC | #1
From: Dan Murphy <dmurphy@ti.com>
Date: Tue, 28 Apr 2020 11:03:52 -0500

> The WoL feature for each device was enabled during boot or when the PHY was
> brought up which may be undesired.  These patches disable the WoL in the
> config_init.  The disabling and enabling of the WoL is now done though the
> set_wol call.

Series applied, thanks.