Merge branch 'bcmgenet-WAKE_FILTER'
authorDavid S. Miller <davem@davemloft.net>
Fri, 17 Jul 2020 20:00:28 +0000 (13:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Jul 2020 20:00:28 +0000 (13:00 -0700)
Doug Berger says:

====================
net: bcmgenet: fix WAKE_FILTER resume from deep sleep

The WAKE_FILTER logic can only wake the system from the standby
power state. However, some systems that include the GENET IP
support deeper power saving states and the driver should suspend
and resume correctly from those states as well.

This commit set squashes a few issues uncovered while testing
suspend and resume from these deep sleep states.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge