Re: [PATCH net 0/3] net: bcmgenet: fix WAKE_FILTER resume from deep sleep

2020-07-17 Thread David Miller
From: Doug Berger Date: Thu, 16 Jul 2020 16:38:14 -0700 > 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 w

[PATCH net 0/3] net: bcmgenet: fix WAKE_FILTER resume from deep sleep

2020-07-16 Thread Doug Berger
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 testin