zephyr/kernel
Gerard Marull-Paretas bfce935caf power: remove device_pm_control_nop function
Devices that do not require PM should just use NULL.
`device_pm_control_nop` is still kept as an alias to NULL untill all
in-tree usage is replaced with NULL.

Code relying on device_pm_control function now returns -ENOTSUP
(equivalent to calling device_pm_control_nop).

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-04-27 16:28:49 -04:00
..
include kernel: generate placeholders for kobj tables before final build 2021-04-27 13:32:00 -04:00
paging kernel: enable using timing subsys to collect paging histograms 2021-04-06 16:43:55 -04:00
atomic_c.c kernel: atomic: consistently use named type for atomic pointer values 2021-04-19 15:22:13 +02:00
banner.c
cache_handlers.c
CMakeLists.txt kernel: mmu: collect more demand paging statistics 2021-04-06 16:43:55 -04:00
compiler_stack_protect.c
condvar.c
device.c power: remove device_pm_control_nop function 2021-04-27 16:28:49 -04:00
errno.c
fatal.c kernel: make tests of a value against zero should be made explicit 2021-04-01 05:34:17 -04:00
futex.c kernel: Fix 10.4 violations 2021-04-10 09:59:37 -04:00
idle.c
init.c kernel: generate placeholders for kobj tables before final build 2021-04-27 13:32:00 -04:00
Kconfig timing: add kconfig CONFIG_TIMING_FUNCTIONS_NEED_AT_BOOT 2021-04-06 16:43:55 -04:00
kheap.c
mailbox.c
mem_domain.c
mem_slab.c mem_slab: move global lock to per slab lock 2021-04-14 14:20:19 -04:00
mempool.c kernel: make tests of a value against zero should be made explicit 2021-04-01 05:34:17 -04:00
mmu.c kernel: generate placeholders for kobj tables before final build 2021-04-27 13:32:00 -04:00
msg_q.c kernel: Allow k_poll on message queues 2021-04-17 07:47:26 -04:00
mutex.c
pipes.c
poll.c kernel: Allow k_poll on message queues 2021-04-17 07:47:26 -04:00
queue.c
sched.c kernel: make tests of a value against zero should be made explicit 2021-04-01 05:34:17 -04:00
sem.c
smp.c
stack.c
system_work_q.c
thread.c kernel: Fix 10.4 violations 2021-04-10 09:59:37 -04:00
timeout.c
timer.c
userspace_handler.c
userspace.c
version.c
work.c kernel: fix error in synchronous work cancellation return value 2021-04-27 13:28:45 -04:00
xip.c