zephyr/drivers/ipm
Gerard Marull-Paretas a202341958 devices: constify device pointers initialized at compile time
Many device pointers are initialized at compile and never changed. This
means that the device pointer can be constified (immutable).

Automated using:

```
perl -i -pe 's/const struct device \*(?!const)(.*)= DEVICE/const struct
device *const $1= DEVICE/g' **/*.c
```

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-22 17:08:26 +02:00
..
CMakeLists.txt drivers: ipm: esp32: added IPM driver 2022-08-16 18:06:02 +02:00
ipm_cavs_host.c intel-adsp: migrate cavs-mem.h to adsp_memory.h 2022-07-21 17:55:41 -04:00
ipm_cavs_idc.c drivers: ipm/spi/intc: remove Intel S1000 support 2022-06-13 16:19:51 -04:00
ipm_cavs_idc.h drivers: ipm/spi/intc: remove Intel S1000 support 2022-06-13 16:19:51 -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 drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ipm_mcux.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ipm_mhu.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ipm_mhu.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ipm_nrfx_ipc.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ipm_nrfx_ipc.h
ipm_stm32_hsem.c devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
ipm_stm32_ipcc.c drivers: ipm: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
Kconfig drivers: ipm: esp32: added IPM driver 2022-08-16 18:06:02 +02:00
Kconfig.nrfx
Kconfig.nrfx_ipc_channel