We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100a0b8 commit d5cdbcbCopy full SHA for d5cdbcb
doc/releases/release-notes-2.6.rst
@@ -119,6 +119,11 @@ Deprecated in this release
119
``pm_device_state_set`` and ``pm_device_state_get`` in order to align with
120
the naming of other device PM APIs.
121
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
+
127
* The following functions, macros, and structures related to the kernel
128
work queue API:
129
0 commit comments