nuttx/drivers/power/pm
buxiasen 47b2e00d51 pm: irq should disable before sched locked
If sched lock before irq save, and irq handler do post, scheduler will
be delayed after WFI until next sched unlock. which is not acceptable.

Signed-off-by: buxiasen <buxiasen@xiaomi.com>
2024-08-21 10:53:33 +08:00
..
activity_governor.c
CMakeLists.txt pm: add pm_idle, up_idle only handle pm state execution 2024-08-21 10:53:33 +08:00
greedy_governor.c
Kconfig
Make.defs pm: add pm_idle, up_idle only handle pm state execution 2024-08-21 10:53:33 +08:00
pm_activity.c pm_activity: fix deadlock with spinlock and critcal_section 2024-08-20 17:01:48 -03:00
pm_autoupdate.c
pm_changestate.c
pm_checkstate.c
pm_governor.c
pm_idle.c pm: irq should disable before sched locked 2024-08-21 10:53:33 +08:00
pm_initialize.c
pm_lock.c
pm_procfs.c
pm_register.c
pm_runtime.c
pm_unregister.c
pm.h
stability_governor.c