This patch series adds platform specific init/exit code so that socfpga
suspend/resume works as expected, and corrects a minor issue detected by
cppcheck.
---
V2: Address review comments by adding a line break at end of function and
structure declaration. Add another trivial cppcheck patch.
Vince Bridgers (3):
net: stmmac: add platform init/exit for Altera's ARM socfpga
net: stmmac: Correct duplicate if/then/else case found by cppcheck
net: stmmac: Remove unneeded I/O read caught by cppcheck
.../net/ethernet/stmicro/stmmac/dwmac-socfpga.c | 69 ++++++++++++++++++++
.../net/ethernet/stmicro/stmmac/dwmac1000_core.c | 5 +-
drivers/net/ethernet/stmicro/stmmac/enh_desc.c | 2 +-
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 4 ++
4 files changed, 75 insertions(+), 5 deletions(-)
--
1.7.9.5