zephyr/drivers/ipm
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers
Now that device_api attribute is unmodified at runtime, as well as all
the other attributes, it is possible to switch all device driver
instance to be constant.

A coccinelle rule is used for this:

@r_const_dev_1
  disable optional_qualifier
@
@@
-struct device *
+const struct device *

@r_const_dev_2
 disable optional_qualifier
@
@@
-struct device * const
+const struct device *

Fixes #27399

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-09-02 13:48:13 +02:00
..
CMakeLists.txt ipm: ipm_intel_adsp: Add INTEL ADSP IPM driver 2020-08-24 13:38:33 -04:00
ipm_cavs_idc.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ipm_cavs_idc.h ipm: add driver for the CAVS DSP Intra-DSP Communication (IDC) 2020-03-25 19:07:28 -04:00
ipm_cavs_idc_priv.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipm_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ipm_imx.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ipm_intel_adsp.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ipm_mcux.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ipm_mhu.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ipm_mhu.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ipm_nrfx_ipc.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ipm_nrfx_ipc.h drivers: ipm: add nRFx IPM driver 2019-11-20 19:29:06 +01:00
ipm_stm32_ipcc.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
Kconfig ipm: ipm_intel_adsp: Add INTEL ADSP IPM driver 2020-08-24 13:38:33 -04:00
Kconfig.nrfx drivers: ipm: add nRFx IPM driver 2019-11-20 19:29:06 +01:00
Kconfig.nrfx_ipc_channel drivers: ipm: add nRFx IPM driver 2019-11-20 19:29:06 +01:00