nuttx/drivers/power
buxiasen d7ab3cc1be pm: change pm lock from mutex to spinlock
as we always want to take critical_section, and it is not long time job,
take mutex is not necessary, use spinlock_irq_save as a replace is
better, dont't have to take global critial_section in pm.

Signed-off-by: buxiasen <buxiasen@xiaomi.com>
2024-06-21 12:28:57 -03:00
..
battery nuttx/list: rename container_of to list_container_of from public header 2024-02-29 19:44:54 +08:00
pm pm: change pm lock from mutex to spinlock 2024-06-21 12:28:57 -03:00
relay fs/inode: remove all unnecessary check for filep/inode 2023-08-29 09:47:11 +08:00
supply nuttx/list: rename container_of to list_container_of from public header 2024-02-29 19:44:54 +08:00
CMakeLists.txt cmake: fix CMake build break 2023-07-15 23:32:36 +08:00
Kconfig
Make.defs