zephyr/kernel
Flavio Ceolin 54324fd08e power: device_pm: Use spin lock instead of semaphore
Device pm runtime was using semaphore to protect critical section but
enable / disable functions were waiting on the semaphore. So, just
replace it with a spin lock.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2021-05-07 16:55:31 -04:00
..
include kernel: mmu: introduce arch_page_phys_get() 2021-05-07 13:36:22 -04:00
paging
atomic_c.c
banner.c
cache_handlers.c
CMakeLists.txt smp: move a preprocessor conditional from .c to cmake 2021-05-03 17:13:01 -04:00
compiler_stack_protect.c
condvar.c
device.c power: device_pm: Use spin lock instead of semaphore 2021-05-07 16:55:31 -04:00
errno.c
fatal.c
futex.c
idle.c kernel: replace power/power.h with pm/pm.h 2021-05-05 18:35:49 -04:00
init.c tests: boot_time: remove all the code and instrumentation feeding into test 2021-05-05 10:41:15 -04:00
Kconfig smp: add a Kconfig option to delay booting secondary CPUs 2021-05-03 17:13:01 -04:00
kheap.c
mailbox.c
mem_domain.c
mem_slab.c
mempool.c
mmu.c kernel: mmu: use bitarrays for k_mem_map/k_mem_unmap 2021-05-07 13:36:22 -04:00
msg_q.c
mutex.c
pipes.c
poll.c
queue.c
sched.c
sem.c
smp.c smp: move a preprocessor conditional from .c to cmake 2021-05-03 17:13:01 -04:00
stack.c
system_work_q.c
thread.c
timeout.c
timer.c
userspace_handler.c
userspace.c
version.c
work.c work: remove a statement with no effect 2021-05-07 12:44:34 -04:00
xip.c