zephyr/subsys/pm
Yong Cong Sin 731241f8d0 kernel: workq: Fix type errors in delayable work handlers
A common pattern here was to take the work item as the subfield of a
containing object. But the contained field is not a k_work, it's a
k_work_delayable.

Things were working only because the work field was first, so the
pointers had the same value. Do things right and fix things to
produce correct code if/when that field ever moves within delayable.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2022-02-02 18:43:12 -05:00
..
policy pm: policy: residency: remove redundant logging 2022-01-11 10:46:20 +01:00
CMakeLists.txt pm: state: add pm_state_cpu_get_all 2022-01-11 10:46:20 +01:00
constraint.c pm: pm_ctrl.c -> constraint.c 2021-11-23 18:12:15 +01:00
device_runtime.c kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
device.c pm: device: Properly handle -ENOTSUP 2022-01-19 13:35:32 -05:00
Kconfig pm: device: Make power domain optional 2022-01-19 13:35:32 -05:00
pm_stats.c pm: stats: use pm_stats prefix 2021-11-23 18:12:15 +01:00
pm_stats.h pm: stats: pm_(start|stop)_timer -> pm_stats_(start|stop) 2021-11-23 18:12:15 +01:00
pm.c pm: Clear the forced flag in the error path 2022-02-01 14:41:05 -05:00
state.c subsys/pm: C99-legalize declaration of CPU power states 2022-01-27 16:26:27 -05:00