Skip to content

Commit d5cdbcb

Browse files
Flavio Ceolingalak
authored andcommitted
docs: release notes: PM API changes
Add information about API changes in device runtime PM. Signed-off-by: Flavio Ceolin <[email protected]>
1 parent 100a0b8 commit d5cdbcb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/releases/release-notes-2.6.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ Deprecated in this release
119119
``pm_device_state_set`` and ``pm_device_state_get`` in order to align with
120120
the naming of other device PM APIs.
121121

122+
* The runtime device power management (PM) APIs is now synchronous by default
123+
and the asynchronous API has the **_async** sufix. This change aligns the API
124+
with the convention used in Zephyr. The affected APIs are
125+
:c:func:`pm_device_put` and :c:func:`pm_device_get`.
126+
122127
* The following functions, macros, and structures related to the kernel
123128
work queue API:
124129

0 commit comments

Comments
 (0)