]> git.hungrycats.org Git - linux/commit
net: stmmac: Fix WoL for PCI-based setups
authorJose Abreu <Jose.Abreu@synopsys.com>
Tue, 31 Jul 2018 14:08:20 +0000 (15:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Aug 2018 14:23:03 +0000 (16:23 +0200)
commitc9bd4fd4b744089f368f3d85655e904a76c93c25
tree68f73ed04d4b30a0ed6cc6d7536a11789bc25803
parent67f0a2887bcb587d4116d5896aaea8432ad04696
net: stmmac: Fix WoL for PCI-based setups

[ Upstream commit b7d0f08e9129c45ed41bc0cfa8e77067881e45fd ]

WoL won't work in PCI-based setups because we are not saving the PCI EP
state before entering suspend state and not allowing D3 wake.

Fix this by using a wrapper around stmmac_{suspend/resume} which
correctly sets the PCI EP state.

Signed-off-by: Jose Abreu <joabreu@synopsys.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Joao Pinto <jpinto@synopsys.com>
Cc: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c