Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: stmmac: socfpga: add runtime suspend/resume callback for stratix…
…10 platform According to upstream commit 5ec5582("net: stmmac: add clocks management for gmac driver"), it improve clocks management for stmmac driver. So, it is necessary to implement the runtime callback in dwmac-socfpga driver because it doesn't use the common stmmac_pltfr_pm_ops instance. Otherwise, clocks are not disabled when system enters suspend status. Fixes: 5ec5582 ("net: stmmac: add clocks management for gmac driver") Cc: stable@vger.kernel.org Signed-off-by: Meng Li <Meng.Li@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information