]> git.ipfire.org Git - people/arne_f/kernel.git/commit
net: phylink: add suspend/resume support
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Tue, 7 Sep 2021 10:56:46 +0000 (18:56 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Sep 2021 10:39:28 +0000 (12:39 +0200)
commiteb3eeb31738507165b26f2ddbb8792750fd1e03e
tree8383aeb65d7038f81a7b9a64494f57916e86908d
parent54f62219145cb01e87b685449eeba6b04b584176
net: phylink: add suspend/resume support

[ Upstream commit f97493657c6372eeefe70faadd214bf31488c44e ]

Joakim Zhang reports that Wake-on-Lan with the stmmac ethernet driver broke
when moving the incorrect handling of mac link state out of mac_config().
This reason this breaks is because the stmmac's WoL is handled by the MAC
rather than the PHY, and phylink doesn't cater for that scenario.

This patch adds the necessary phylink code to handle suspend/resume events
according to whether the MAC still needs a valid link or not. This is the
barest minimum for this support.

Reported-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Tested-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/phy/phylink.c
include/linux/phylink.h