]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: stmmac: dwmac-rk: keep the PHY up for WoL
authorVincent Palatin <vpalatin@chromium.org>
Wed, 15 Jun 2016 18:32:22 +0000 (11:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Jun 2016 21:14:58 +0000 (14:14 -0700)
commit229666c14c75ae6c5016c49d8806438e843c6807
treeccdf4369950214abff358f551a2cb6f5d80757ca
parentcecbc5563a02289164fa6379130243cbe08b2dd6
net: stmmac: dwmac-rk: keep the PHY up for WoL

When suspending the machine, do not shutdown the external PHY by cutting
its regulator in the mac platform driver suspend code if Wake-on-Lan is enabled,
else it cannot wake us up.
In order to do this, split the suspend/resume callbacks from the
init/exit callbacks, so we can condition the power-down on the lack of
need to wake-up from the LAN but do it unconditionally when unloading the
module.

Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c