- 1c2e988 pm: device: De-couple device pm from system pm by Flavio Ceolin · 10 months ago
- c65be0c pm: Exclude device pm path when it is not needed by Flavio Ceolin · 10 months ago
- 2f99ff5 pm: Disable device pm per power state by Flavio Ceolin · 10 months ago
- 4c5ee9b pm: system: Restore clock after sleep by Flavio Ceolin · 10 months ago
- 1860dd9 pm: system: Resume devices in pm_system_resume by Flavio Ceolin · 10 months ago
- f7437ac pm: Move z_pm_save_idle_exit to pm subsys by Flavio Ceolin · 10 months ago
- 6a962fb pm: re-program timer HW only when the exit latency is not zero by Dong Wang · 11 months ago
- 3b895064 pm: Remove state lock/unlock API by Flavio Ceolin · 12 months ago
- e2058a9 pm: Fix a corner case when policy returns NULL by Flavio Ceolin · 1 year ago
- b9d4b9d pm: Remove CURRENT_CPU macro by Flavio Ceolin · 1 year, 2 months ago
- 6cb1ff6 pm: Move settting timeout to after suspending devices by Mahesh Mahadevan · 1 year, 3 months ago
- fcf50ed kernel: move timeout_q.h to kernel/include by Anas Nashif · 1 year, 6 months ago
- e1eedd1 pm: require pm_state_set/pm_exit_post_ops by Gerard Marull-Paretas · 1 year, 8 months ago
- 4f29930 pm: Fix cpus active count by Flavio Ceolin · 1 year, 10 months ago
- eec299c pm: Use TYPE_SECTION macros for pm_device_slots by Kumar Gala · 2 years ago
- d20ab8c subsys/pm: Use correct timeout API by Andy Ross · 2 years, 1 month ago
- ae97eae pm: Error with handling z_cpus_active count by Mahesh Mahadevan · 2 years, 2 months ago
- 21a7c2d pm: don't suspend unready devices when entering low power states by Corey Wharton · 2 years, 3 months ago
- dd03af6 pm: Rework usage of CONFIG_MP_NUM_CPUS to CONFIG_MP_MAX_NUM_CPUS by Kumar Gala · 2 years, 5 months ago
- 1608c8a pm: Introduce CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE by Carlo Caione · 2 years, 9 months ago
- f232db4 pm: Avoid unnecessary check in SMP by Flavio Ceolin · 2 years, 9 months ago
- 2cd49ca pm: Fix possible assertion when resuming by Flavio Ceolin · 2 years, 9 months ago
- 8cb33df pm: remove redundant <zephyr/zephyr.h> includes by Gerard Marull-Paretas · 2 years, 9 months ago
- bbb8c91 pm: Fix possible race condition in multicore by Flavio Ceolin · 2 years, 11 months ago
- 2b02843 pm: Remove unnecessary goto by Flavio Ceolin · 2 years, 11 months ago
- 5113c14 subsystems: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 11 months ago
- 47ae656 all: Deprecate UTIL_LISTIFY and replace with LISTIFY by Krzysztof Chruscinski · 3 years, 1 month ago
- 78454e5 pm: Rename pm_power_state_exit_post_ops by Flavio Ceolin · 3 years, 1 month ago
- f74c38e pm: Rename pm_power_state_next_get by Flavio Ceolin · 3 years, 1 month ago
- 6142fcb pm: Rename pm_power_state_force by Flavio Ceolin · 3 years, 1 month ago
- 89fee61 pm: Rename pm_power_state_set by Flavio Ceolin · 3 years, 1 month ago
- c5894df pm: Change parameters of pm_power_state_{set,exit_post_ops} by Carlo Caione · 3 years, 1 month ago
- 8143f20 pm: Rename exit_pos_ops to pm_exit_pos_ops by Carlo Caione · 3 years, 1 month ago
- 11f1dd2 pm: Reference pm_state_info only by pointer by Carlo Caione · 3 years, 1 month ago
- 350014d pm: Clear the forced flag in the error path by Flavio Ceolin · 3 years, 2 months ago
- 2e9589b pm: Just check the forced flag by Flavio Ceolin · 3 years, 2 months ago
- fdf7465 pm: Fix multithread issue with force state by Flavio Ceolin · 3 years, 2 months ago
- 06bdd10 pm: Better name for cpus state variable by Flavio Ceolin · 3 years, 2 months ago
- baf50b5 pm: Proper initialize cpu power states by Flavio Ceolin · 3 years, 2 months ago
- 696caa0 pm: policy: return a reference to the next state by Gerard Marull-Paretas · 3 years, 2 months ago
- 03232f9 pm: policy: residency: add compile time checks for timings by Gerard Marull-Paretas · 3 years, 3 months ago
- 0a32ead pm: Account device pm state lock by Flavio Ceolin · 3 years, 3 months ago
- 5af3bbb pm: remove irrelevant type qualifier on pm_power_state_next_get by Emil Lindqvist · 3 years, 4 months ago
- 5417612 pm: Fix idle post ops on multicore by Flavio Ceolin · 3 years, 4 months ago
- 623ed5a pm: Remove invalid comments by Flavio Ceolin · 3 years, 4 months ago
- 6c914de pm: tracing: Correct compilation for tracing by Abe Kohandel · 3 years, 4 months ago
- 6451626 pm: Use pm_device_action_run instead of state_set by Flavio Ceolin · 3 years, 4 months ago
- ec8f0ac pm: power.c -> pm.c by Gerard Marull-Paretas · 3 years, 4 months ago[Renamed from subsys/pm/power.c]
- e6b8849 pm: stats: pm_(start|stop)_timer -> pm_stats_(start|stop) by Gerard Marull-Paretas · 3 years, 4 months ago
- 7baed3d pm: move stats code into its own file by Gerard Marull-Paretas · 3 years, 4 months ago
- cd7ae8e pm: define PM_STATE_COUNT to obtain number of states by Gerard Marull-Paretas · 3 years, 4 months ago
- e2f33dd pm: optimize resource usage by Gerard Marull-Paretas · 3 years, 4 months ago
- 252aaf7 pm: suspend: Simplify exit logic by Flavio Ceolin · 3 years, 4 months ago
- 4998c52 pm: Make pm_power_state_force multicore aware by Flavio Ceolin · 3 years, 4 months ago
- c34df14 pm: Fix device resume order by Flavio Ceolin · 3 years, 5 months ago
- 9452650 pm: Handle devices with device runtime enabled by Flavio Ceolin · 3 years, 5 months ago
- b83128e pm: Keep track of active states on state_force by Flavio Ceolin · 3 years, 5 months ago
- d3a1549 pm: Keep cpu power state consistent by Flavio Ceolin · 3 years, 5 months ago
- 05c17b8 pm: Remove _handle_device_abort by Flavio Ceolin · 3 years, 5 months ago
- 9ddcf25 pm: smp: Properly handle device pm on SMP by Flavio Ceolin · 3 years, 5 months ago
- 9444480 pm: Better return type for pm_system_suspend by Flavio Ceolin · 3 years, 5 months ago
- 8c3d9af pm: Change pm_power_state_next_get to support SMP by Flavio Ceolin · 3 years, 5 months ago
- dd152c2 pm: policy: Add cpu information in the API by Flavio Ceolin · 3 years, 5 months ago
- 9765e93 pm: Track power state per cpu by Flavio Ceolin · 3 years, 5 months ago
- e05247a pm: Change post_ops_done type to boolean by Flavio Ceolin · 3 years, 5 months ago
- 81f1225 pm: device: Remove the need of a private header by Flavio Ceolin · 3 years, 5 months ago
- faa06ac pm: improve logging by Gerard Marull-Paretas · 3 years, 5 months ago
- e6d832d pm: Simplify pm_system_suspend by Flavio Ceolin · 3 years, 5 months ago
- 9239fd4 pm: device: Simplify device pm states by Flavio Ceolin · 3 years, 5 months ago
- a507f60 pm: Add a new function to query the next power state by Flavio Ceolin · 3 years, 5 months ago
- f523c33 pm: Use stats subsys for tracking system states by Tom Burdick · 3 years, 5 months ago
- 90db5b7 pm: Fixes a data race in the debug stats on SMP by Tom Burdick · 3 years, 6 months ago
- 93de9b1 pm: stop handling devices on PM_STATE_RUNTIME_IDLE by Gerard Marull-Paretas · 3 years, 6 months ago
- 7aa6fe1 pm: system: Suspend devices on STATE_SOFT_OFF by Flavio Ceolin · 3 years, 7 months ago
- f039cc4 pm: refine defination of pm_dump_debug_info() by Meng xianglin · 3 years, 7 months ago
- dd54a8d pm: Avoid weak function clash by Flavio Ceolin · 3 years, 8 months ago
- 4f60988 pm: Fix policy manager header by Flavio Ceolin · 3 years, 9 months ago
- 3dad4a0 pm: device: Get rid of z_pm_core_devices by Flavio Ceolin · 3 years, 10 months ago
- eccda68 power: trace power events by Anas Nashif · 3 years, 10 months ago
- 99cbee3 pm: move power subsystem to pm by Gerard Marull-Paretas · 3 years, 11 months ago[Renamed from subsys/power/power.c]
- 25bb163 pm: reorganize headers by Gerard Marull-Paretas · 3 years, 11 months ago
- 11ac18a power: Add an assert for an unexpected condition by Flavio Ceolin · 4 years ago
- cdcd2df power: Consider the exit latency required by an idle state by Flavio Ceolin · 4 years ago
- 9817058 power: Fix unbalanced scheduler lock by Flavio Ceolin · 4 years ago
- 58a0ba6 power: unlock the scheduler in the pm_system_suspend by Francois Ramu · 4 years ago
- 87c6311 power: Send exit notification after post_ops callback by Flavio Ceolin · 4 years ago
- 6091f0f power: Avoid duplicated code by Flavio Ceolin · 4 years ago
- 220848c power: pm_power_state_exit_post_ops has to unlock irqs by Flavio Ceolin · 4 years ago
- 98dbea0 power: Get rid of deep sleep and sleep concepts by Flavio Ceolin · 4 years, 1 month ago
- 741141e power: Send state changes notification after device PM by Flavio Ceolin · 4 years, 1 month ago
- e277134 power: Remove unnecessary pm_idle_exit_notification_disable api by Flavio Ceolin · 4 years, 1 month ago
- af99c90 power: Remove unnecessary pm_system_mgr function by Flavio Ceolin · 4 years, 1 month ago
- 5c5172d power: Effectively allow forcing a state by Flavio Ceolin · 4 years, 1 month ago
- 8872526 power: Fix power states length by Flavio Ceolin · 4 years, 1 month ago
- 321ce7f power: Use substate-id in pm subsystem by Flavio Ceolin · 4 years, 2 months ago
- 9d7ddc1 power: Create necessary function stubs by Flavio Ceolin · 4 years, 2 months ago
- d21cfd5 power: Remove power management conditionals from code by Flavio Ceolin · 4 years, 2 months ago
- 579f704 power: Move pm subsystem to new power states by Flavio Ceolin · 4 years, 2 months ago
- 2b49266 power: Add notifier API by Flavio Ceolin · 4 years, 3 months ago
- 91715af power: Reducing the scope of a private function by Flavio Ceolin · 4 years, 3 months ago