mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 03:35:19 +00:00
When CONFIG_PM_DEVICE is enabled IPC Device may be during power transition during a call to intel_adsp_ipc_send_message function. Changed signatures of intel_adsp_ipc_send_message and its sync version to return int and negative error codes on error. On attempt to send IPC message during Device power transition -ESHUTDOWN error code is returned, on busy state -EBUSY. Updated all function references. Signed-off-by: Andrey Borisovich <andrey.borisovich@intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ipm_cavs_host.c | ||
ipm_cavs_idc.c | ||
ipm_cavs_idc.h | ||
ipm_esp32.c | ||
ipm_handlers.c | ||
ipm_imx.c | ||
ipm_mcux.c | ||
ipm_mhu.c | ||
ipm_mhu.h | ||
ipm_nrfx_ipc.c | ||
ipm_nrfx_ipc.h | ||
ipm_stm32_hsem.c | ||
ipm_stm32_ipcc.c | ||
Kconfig | ||
Kconfig.imx | ||
Kconfig.intel_adsp | ||
Kconfig.nrfx | ||
Kconfig.nrfx_ipc_channel | ||
Kconfig.stm32 |