]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: stmmac: allow to split suspend/resume from init/exit callbacks
authorVincent Palatin <vpalatin@chromium.org>
Wed, 15 Jun 2016 18:32:21 +0000 (11:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Jun 2016 21:14:58 +0000 (14:14 -0700)
commitcecbc5563a02289164fa6379130243cbe08b2dd6
treeb7a37d0b6e44dcddc076bc52e1a6620814179eea
parent141ddefce7c807c5e34b67be50b4a789a51f4a56
net: stmmac: allow to split suspend/resume from init/exit callbacks

Let the stmmac platform drivers provide dedicated suspend and resume
callbacks rather than always re-using the init and exits callbacks.
If the driver does not provide the suspend or resume callback, we fall
back to the old behavior trying to use exit or init.

This allows a specific platform to perform only a partial power-down on
suspend if Wake-on-Lan is enabled but always perform the full shutdown
sequence if the module is unloaded.

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