zephyr/drivers/ipm
Kumar Gala e53ddb5037 intc: intc_cavs: Replace DT_CAVS_ICTL_BASE_ADDR with new macros
Replace various drivers and soc code that use DT_CAVS_ICTL_BASE_ADDR
with DT_REG_ADDR(DT_NODELABEL(cavs0)).

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-22 04:59:22 -05:00
..
CMakeLists.txt
Kconfig
Kconfig.nrfx
Kconfig.nrfx_ipc_channel
ipm_cavs_idc.c intc: intc_cavs: Replace DT_CAVS_ICTL_BASE_ADDR with new macros 2020-04-22 04:59:22 -05:00
ipm_cavs_idc.h
ipm_cavs_idc_priv.h drivers: ipm: fix build issue from DT macro conversion 2020-03-27 11:41:16 -05:00
ipm_handlers.c
ipm_imx.c drivers: ipm: ipm_imx: Convert driver to new DT_INST macros 2020-04-04 09:34:00 -05:00
ipm_mcux.c drivers: ipm: ipm_mcux: convert to new DT_INST macros 2020-04-20 08:45:37 -05:00
ipm_mhu.c drivers: ipm: ipm_mhu: Fix typo bug in IRQ_CONNECT 2020-03-31 19:28:47 -05:00
ipm_mhu.h
ipm_nrfx_ipc.c drivers: ipm: ipm_nrfx_ipc: Convert to new DT_INST macros 2020-04-15 11:17:32 -05:00
ipm_nrfx_ipc.h
ipm_stm32_ipcc.c