Skip to content

Commit

Permalink
doc: Add a IPM API change entry to release-notes for 2.4 version
Browse files Browse the repository at this point in the history
Documenting the change.

Fixes #26923

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
  • Loading branch information
Tomasz Bursztyka committed Jul 30, 2020
1 parent 89c1f6a commit 53378b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/releases/release-notes-2.4.rst
Expand Up @@ -59,6 +59,12 @@ API Changes
'callback_arg' argument has been renamed to 'user_data. All user code have
been modified accordingly.

* ``<drivers/ipm.h>`` has seen its callback normalized.
:c:type:`ipm_callback_t` had its signature changed to add a struct device
pointer as first parameter. :c:func:`ipm_register_callback` user code have
been modified accordingly. The context argument has been renamed to user_data
and all drivers have been modified against it as well.

Deprecated in this release
==========================

Expand Down

0 comments on commit 53378b3

Please sign in to comment.