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)
commit1291517462f7fc667ab780d92955f5796f4fd6af
tree865653dad474f594e36421bffdd3757cb5bfde40
parentaba69d49fb49c9166596dd78926514173b7f9ab5
parenta8c64542b478e61fa17661803b590ed276205914
Merge branch 'bcmgenet-WAKE_FILTER'

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>