Quoting Bjorn Andersson (2021-08-10 16:11:10)Thanks, updated in patch set V2
On Tue 10 Aug 14:18 CDT 2021, Stephen Boyd wrote:Yes I think we should just add a comment to the code and commit text and
Quoting Sibi Sankar (2021-08-10 10:24:32)Sounds like in a system without autosleep (or userspace equivalent) it
On 2021-08-09 23:28, Stephen Boyd wrote:So you're saying we waste power if we don't wakeup the AP and leave the
Quoting Deepak Kumar Singh (2021-08-09 04:05:08)If the modem firmware crashes
On 8/6/2021 1:10 AM, Stephen Boyd wrote:Does anything go wrong if the firmware crashes during suspend and the
Quoting Deepak Kumar Singh (2021-08-05 09:17:33)Once such scenario is where WiFi/modem crashes and notifies crash to
Some use cases require SMP2P interrupts to wake up the hostPlease elaborate on this point so we understand what sort of scenarios
from suspend.
want to wakeup from suspend.
local host through smp2p
if local host is in suspend it should wake up to handle the crash and
reboot the WiFi/modem.
local host doesn't handle it until it wakes for some other reason? I'd
like to understand if the crash handling can be delayed/combined with
another wakeup.
during suspend, the system comes
out of xo-shutdown and AFAIK stays
there until we handle the interrupt.
SoC in a shallow low power state? That would be good to have indicated
in the code via a comment and in the commit text so we know that we want
to handle the wakeup by default.
would be desirable to leave the SoC in this lower state than to wake up
the system handle the crash and then just idle?
But leaving the system in this state will result in you missing your
important phone calls...
move on.