Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06d7a1b9 authored by Ed Blake's avatar Ed Blake Committed by David S. Miller
Browse files

net: stmmac: dwc-qos: Add suspend / resume support



Add hook to stmmac_pltfr_pm_ops for suspend / resume handling.

Signed-off-by: default avatarEd Blake <ed.blake@sondrel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e804441c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -511,6 +511,7 @@ static struct platform_driver dwc_eth_dwmac_driver = {
	.remove = dwc_eth_dwmac_remove,
	.remove = dwc_eth_dwmac_remove,
	.driver = {
	.driver = {
		.name           = "dwc-eth-dwmac",
		.name           = "dwc-eth-dwmac",
		.pm             = &stmmac_pltfr_pm_ops,
		.of_match_table = dwc_eth_dwmac_match,
		.of_match_table = dwc_eth_dwmac_match,
	},
	},
};
};