zephyr/drivers/mbox
Jimmy Zheng 6658b9c02c drivers: mbox: rework andes mbox plic to leverage intc_plic driver
Andes MBOX PLIC-SW use the same hardware as intc_plic driver. Reworked
mbox_andes_plic_sw implementation to leverage the intc_plic driver.

Signed-off-by: Jimmy Zheng <jimmyzhe@andestech.com>
2024-10-23 16:53:13 +02:00
..
CMakeLists.txt drivers: mbox: mbox_esp32: add support for esp32 MBOX driver 2024-08-07 07:17:01 -04:00
Kconfig drivers: mbox: mbox_esp32: add support for esp32 MBOX driver 2024-08-07 07:17:01 -04:00
Kconfig.andes drivers: mbox: rework andes mbox plic to leverage intc_plic driver 2024-10-23 16:53:13 +02:00
Kconfig.esp32 drivers: mbox: mbox_esp32: add support for esp32 MBOX driver 2024-08-07 07:17:01 -04:00
Kconfig.nrf_bellboard drivers: mbox: nrf: Change VEVIFs and BELLBOARD nomenclature 2024-06-15 04:41:47 -04:00
Kconfig.nrf_vevif_event drivers: mbox: add initial driver for nRF VEVIF event 2024-06-15 04:41:47 -04:00
Kconfig.nrf_vevif_task drivers: mbox: nrf: Change VEVIFs and BELLBOARD nomenclature 2024-06-15 04:41:47 -04:00
Kconfig.nrfx drivers: mbox: nrfx_ipc: enable based on DT status 2024-08-16 11:20:08 +01:00
Kconfig.nxp_imx
Kconfig.nxp_mailbox drivers: mbox: Fix nxp,mbox kconfig depends on 2024-03-14 11:01:07 -05:00
Kconfig.nxp_s32
Kconfig.stm32_hsem drivers: mbox: Add driver for STM32 HSEM 2024-05-24 07:52:06 -04:00
mbox_andes_plic_sw.c drivers: mbox: rework andes mbox plic to leverage intc_plic driver 2024-10-23 16:53:13 +02:00
mbox_esp32.c drivers: mbox: esp32: IRQ priority and flags from dts 2024-09-23 18:08:36 -04:00
mbox_handlers.c build: namespace the generated headers with `zephyr/` 2024-05-28 22:03:55 +02:00
mbox_nrf_bellboard_rx.c drivers: mbox: nrf_bellboard: only clear events that raised the IRQ 2024-07-27 15:13:45 +03:00
mbox_nrf_bellboard_tx.c drivers: mbox: Fix error code in Nordic's implementation 2024-09-04 12:52:24 +02:00
mbox_nrf_vevif_event_rx.c soc: nordic: Remove the nRF54L15 EngA 2024-10-21 01:46:39 +01:00
mbox_nrf_vevif_event_tx.c soc: nordic: Remove the nRF54L15 EngA 2024-10-21 01:46:39 +01:00
mbox_nrf_vevif_task_rx.c soc: nordic: Remove the nRF54L15 EngA 2024-10-21 01:46:39 +01:00
mbox_nrf_vevif_task_tx.c soc: nordic: Remove the nRF54L15 EngA 2024-10-21 01:46:39 +01:00
mbox_nrfx_ipc.c
mbox_nxp_imx_mu.c drivers: mbox: make mbox_nxp_imx_mu use PRE_KERNEL_1 init level 2024-09-11 09:34:04 +02:00
mbox_nxp_mailbox.c drivers: mbox: nxp_mailbox: add missing include 2024-03-07 14:32:57 +00:00
mbox_nxp_s32_mru.c drivers: nxp_s32_netc_psi_vsi: update to RTD 2.0.0 2024-08-20 10:32:32 +02:00
mbox_stm32_hsem.c style: drivers: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00