+8
−0
+11
−1
+75
−49
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Currently, WoW wakeup host event is handled in tasklet context and it is taking more than 800ms to execute. This is due to excessive logging to the console from the tasklet. As a result of this, IRQs are getting blocked during this tasklet execution. To avoid this, add a sysfs entry to enable/disable console logging from host wakeup event based on requirement. Change-Id: If91a8bd5f783f358dabf9dcf46bf4c50d05d7909 CRs-Fixed: 2881972