zephyr/subsys/pm
Guennadi Liakhovetski a1fd8cd078 runtime-pm: remove a superfluous k_is_pre_kernel() test
If runtime_suspend() is called early during Zephyr initialisation,
while k_is_pre_kernel() returns 'true,' 'async' is set to 'false,' so
if 'async' is 'true,' Zephyr initialisation is definitely complete,
so there is no need to check k_is_pre_kernel() again.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2024-01-17 09:55:48 +01:00
..
CMakeLists.txt
device_runtime.c runtime-pm: remove a superfluous k_is_pre_kernel() test 2024-01-17 09:55:48 +01:00
device.c pm: device_runtime: release power domain multiple times 2023-12-06 09:16:12 +00:00
Kconfig pm: policy: add check for device busy in policy 2023-09-15 14:51:50 -04:00
pm_stats.c
pm_stats.h
pm.c pm: Move settting timeout to after suspending devices 2023-12-18 09:29:49 +01:00
policy.c pm: policy: add check for device busy in policy 2023-09-15 14:51:50 -04:00
state.c pm: state: allow disabling certain power states 2023-07-26 16:49:00 +02:00