zephyr/drivers/mbox
Declan Snyder efdd8580ca soc: nxp: Flatten MCX SOCs
Turn MCX series into families.

Reasoning:
 1. The MCX SOCs are quite different from each other and having them all
    under one family in the HWMv2 hierarchy is fruitless because there
    are so many differences that it is confusing to try to introduce
    family-level code and configs since they would each only apply to a
    subset of the series. There is almost nothing that can be shared
    between all of them. Which is why there are comments in the MCX
    family files saying not to put anything in them. This is a technical
    waste.
 2. Therefore, turning all of them into families is almost 0 effort and
    makes sense. It will allow these different types of MCX to be
    further subdivided into series in the future as the MCX portfolio
    expands and such division will be necessary as new SOCs within each
    letter family are released.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2025-07-19 13:25:29 -04:00
..
CMakeLists.txt drivers: mbox: TI Secure Proxy mbox drivers 2025-06-06 11:52:07 +02:00
Kconfig drivers: mbox: TI Secure Proxy mbox drivers 2025-06-06 11:52:07 +02:00
Kconfig.andes drivers: mbox: rework andes mbox plic to leverage intc_plic driver 2024-10-23 16:53:13 +02:00
Kconfig.esp32
Kconfig.ivshmem drivers: mbox: add IVSHMEM based mbox driver 2024-11-16 15:05:34 -05:00
Kconfig.mhuv3 drivers: mbox: Add Arm MHUv3 Mailbox driver 2025-03-31 11:29:40 +02: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: kconfig: Fix bleeding options 2025-01-31 11:50:12 +01:00
Kconfig.nrf_vevif_task
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.renesas_rz drivers: mbox: Initial support for RZ/G3S 2025-03-07 19:45:30 +01:00
Kconfig.stm32_hsem
Kconfig.ti_omap drivers: mbox: Add support for TI OMAP mailbox 2025-01-23 16:34:39 +01:00
Kconfig.ti_secproxy drivers: mbox: TI Secure Proxy mbox drivers 2025-06-06 11:52:07 +02:00
mbox_andes_plic_sw.c drivers: mbox: Place API into iterable section 2024-12-06 12:13:18 +01:00
mbox_esp32.c style: add missing curly braces in if/while/for statements. 2025-05-17 14:10:33 +02:00
mbox_handlers.c
mbox_ivshmem.c drivers: mbox: Place API into iterable section 2024-12-06 12:13:18 +01:00
mbox_mhuv3.c drivers: mbox: Add Arm MHUv3 Mailbox driver 2025-03-31 11:29:40 +02:00
mbox_nrf_bellboard_rx.c drivers: mbox: Place API into iterable section 2024-12-06 12:13:18 +01:00
mbox_nrf_bellboard_tx.c drivers: mbox: Place API into iterable section 2024-12-06 12:13:18 +01:00
mbox_nrf_vevif_event_rx.c drivers: mbox: nrf_vevif_event: add workaround for nRF54L errata 16 2024-12-18 18:15:29 +01:00
mbox_nrf_vevif_event_tx.c drivers: mbox: nrf_vevif_event_tx: Fix errata 16 workaround 2025-03-11 11:34:44 +01:00
mbox_nrf_vevif_task_rx.c drivers: mbox: Place API into iterable section 2024-12-06 12:13:18 +01:00
mbox_nrf_vevif_task_tx.c mbox: workaround for missing ic-msg 2025-05-21 17:34:56 +02:00
mbox_nrfx_ipc.c drivers: mbox: Place API into iterable section 2024-12-06 12:13:18 +01:00
mbox_nxp_imx_mu.c drivers: mbox_nxp_imx_mu: return negative errno value on error 2025-06-10 22:06:40 +02:00
mbox_nxp_mailbox.c soc: nxp: Flatten MCX SOCs 2025-07-19 13:25:29 -04:00
mbox_nxp_s32_mru.c drivers: mbox: Place API into iterable section 2024-12-06 12:13:18 +01:00
mbox_renesas_rz_mhu.c drivers: mbox: Initial support for RZ/G3S 2025-03-07 19:45:30 +01:00
mbox_stm32_hsem.c drivers: mbox: Place API into iterable section 2024-12-06 12:13:18 +01:00
mbox_ti_omap.c drivers: mbox: Wrap driver instances in device API macro 2025-02-12 16:06:25 +01:00
mbox_ti_secproxy.c drivers: mbox: secureproxy: Pass userdata in isr 2025-06-23 15:54:34 +01:00