linux/drivers/net/phy
Viorel Suman d7cd5e06c9 net: phy: at803x: disable WOL at probe
Before 7beecaf7d5 ("net: phy: at803x: improve the WOL feature") patch
"at803x_get_wol" implementation used AT803X_INTR_ENABLE_WOL value to set
WAKE_MAGIC flag, and now AT803X_WOL_EN value is used for the same purpose.
The problem here is that the values of these two bits are different after
hardware reset: AT803X_INTR_ENABLE_WOL=0 after hardware reset, but
AT803X_WOL_EN=1. So now, if called right after boot, "at803x_get_wol" will
set WAKE_MAGIC flag, even if WOL function is not enabled by calling
"at803x_set_wol" function. The patch disables WOL function on probe thus
the behavior is consistent.

Fixes: 7beecaf7d5 ("net: phy: at803x: improve the WOL feature")
Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Link: https://lore.kernel.org/r/20220527084935.235274-1-viorel.suman@oss.nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-05-30 21:21:25 -07:00
..
mscc
Kconfig net: phy: dp83td510: Add support for the DP83TD510 Ethernet PHY 2022-05-09 12:09:30 +01:00
Makefile net: phy: dp83td510: Add support for the DP83TD510 Ethernet PHY 2022-05-09 12:09:30 +01:00
adin.c net: phy: adin: add support for clock output 2022-05-18 19:58:25 -07:00
adin1100.c net: phy: adin1100: Add SQI support 2022-05-01 17:45:35 +01:00
amd.c
aquantia.h
aquantia_hwmon.c
aquantia_main.c
at803x.c net: phy: at803x: disable WOL at probe 2022-05-30 21:21:25 -07:00
ax88796b.c
bcm-cygnus.c
bcm-phy-lib.c
bcm-phy-lib.h
bcm7xxx.c
bcm63xx.c
bcm87xx.c net: phy: bcm87xx: Use mmd helpers 2022-05-02 13:21:38 +02:00
bcm54140.c
bcm84881.c
broadcom.c
cicada.c
cortina.c
davicom.c
dp83tc811.c
dp83td510.c net: phy: dp83td510: Add support for the DP83TD510 Ethernet PHY 2022-05-09 12:09:30 +01:00
dp83640.c
dp83640_reg.h
dp83822.c net: phy: DP83822: enable rgmii mode if phy_interface_is_rgmii 2022-05-22 21:46:30 +01:00
dp83848.c
dp83867.c
dp83869.c
et1011c.c
fixed_phy.c net: phy: Directly use ida_alloc()/free() 2022-05-28 12:40:09 +01:00
icplus.c
intel-xway.c
linkmode.c
lxt.c
marvell-88x2222.c
marvell.c net: phy: marvell: Add errata section 5.1 for Alaska PHY 2022-05-17 13:45:52 +02:00
marvell10g.c net: phy: marvell10g: fix return value on error 2022-04-26 11:46:18 +02:00
mdio-boardinfo.c
mdio-boardinfo.h
mdio_bus.c
mdio_device.c
mdio_devres.c
mediatek-ge.c
meson-gxl.c
micrel.c net: phy: micrel: Use the kszphy probe/suspend/resume 2022-05-16 12:58:10 -07:00
microchip.c net: phy: microchip: add comments for the modified LAN88xx phy ID mask. 2022-05-10 18:57:14 -07:00
microchip_t1.c net: phy: LAN937x: add interrupt support for link detection 2022-04-26 10:08:59 +02:00
mii_timestamper.c
motorcomm.c
mxl-gpy.c
national.c
nxp-c45-tja11xx.c
nxp-tja11xx.c
phy-c45.c net: phy: export genphy_c45_baset1_read_status() 2022-05-09 12:09:30 +01:00
phy-core.c ethtool: Add 10base-T1L link mode entry 2022-05-01 17:45:35 +01:00
phy.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-05-12 16:15:30 -07:00
phy_device.c net: phy: Add 10BASE-T1L support in phy-c45 2022-05-01 17:45:35 +01:00
phy_led_triggers.c
phylink.c net: phylink: Convert to mdiobus_c45_{read|write} 2022-05-02 13:21:38 +02:00
qsemi.c
realtek.c
rockchip.c
sfp-bus.c
sfp.c net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONT 2022-05-03 16:53:39 -07:00
sfp.h
smsc.c net: phy: smsc: Cope with hot-removal in interrupt handler 2022-05-13 11:35:46 +01:00
spi_ks8995.c
ste10Xp.c
swphy.c
swphy.h
teranetics.c
uPD60620.c
vitesse.c
xilinx_gmii2rgmii.c