net: bcmgenet: test MPD_EN when resuming
authorDoug Berger <opendmb@gmail.com>
Thu, 16 Jul 2020 23:38:15 +0000 (16:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Jul 2020 20:00:27 +0000 (13:00 -0700)
commit2f11f0df8474b2206c8cf2d5d5b98e7eff240cdf
tree3fbe50d15a63ec814f7f3bae2f0dbd271b5f3d5a
parentaba69d49fb49c9166596dd78926514173b7f9ab5
net: bcmgenet: test MPD_EN when resuming

When the GENET driver resumes from deep sleep the UMAC_CMD
register may not be accessible and therefore should not be
accessed from bcmgenet_wol_power_up_cfg() if the GENET has
been reset.

This commit adds a check of the MPD_EN flag when Wake on
Magic Packet is enabled. A clear flag indicates that the
GENET hardware must have been reset so the remainder of the
hardware programming is bypassed.

Fixes: 1a1d5106c1e3 ("net: bcmgenet: move clk_wol management to bcmgenet_wol")
Signed-off-by: Doug Berger <opendmb@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c