zephyr/drivers/ipm
Arnaud Pouliquen fb43a48065 drivers: ipm: fix infinite TXF interrupt
The TXF interrupt mask is not properly set. In this case the
interrupt line is not cleaned, leading to the re-entrance
in the interrupt handler.

the issue is linked to the management of the IPCC_CxTOCySR value.
The TXF interrupt is triggered when the IPCC_CyMR is channel bit is
set to 0 and the IPCC_CxTOCySR associated bit move from 1 to 0.

The fix is to check if the IPCC_CxTOCySR channel bit is 0 instead of 1.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
2022-10-18 14:13:34 +02:00
..
CMakeLists.txt drivers: ipm: esp32: added IPM driver 2022-08-16 18:06:02 +02:00
ipm_cavs_host.c ipm: intel_adsp: use memory window from DTS 2022-10-11 08:28:25 -04:00
ipm_cavs_idc.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
ipm_cavs_idc.h soc: intel_adsp: Refactored IPC/IDC 2022-09-02 08:18:32 -04:00
ipm_esp32.c soc: xtensa: esp32_net: fixes include paths 2022-08-16 18:06:02 +02:00
ipm_handlers.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ipm_imx.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
ipm_mcux.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
ipm_mhu.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
ipm_mhu.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ipm_nrfx_ipc.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
ipm_nrfx_ipc.h
ipm_stm32_hsem.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
ipm_stm32_ipcc.c drivers: ipm: fix infinite TXF interrupt 2022-10-18 14:13:34 +02:00
Kconfig ipm: split kconfig options into multiple files 2022-09-01 10:28:16 +02:00
Kconfig.imx ipm: split kconfig options into multiple files 2022-09-01 10:28:16 +02:00
Kconfig.intel_adsp soc: intel_adsp: Refactored IPC/IDC 2022-09-02 08:18:32 -04:00
Kconfig.nrfx
Kconfig.nrfx_ipc_channel kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.stm32 ipm: split kconfig options into multiple files 2022-09-01 10:28:16 +02:00