zephyr/drivers/ipm
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access
Since struct devconfig was merged earlier into struct device, let's fix
accessing config_info, name, ... attributes everywhere via:

grep -rlZ 'dev->config->' | xargs -0 sed -i 's/dev->config->/dev->/g'

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-05-08 23:07:44 +02:00
..
CMakeLists.txt ipm: add driver for the CAVS DSP Intra-DSP Communication (IDC) 2020-03-25 19:07:28 -04:00
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: add driver for the CAVS DSP Intra-DSP Communication (IDC) 2020-03-25 19:07:28 -04:00
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 kernel: Port remaining syscalls to new API 2019-09-12 11:31:50 +08:00
ipm_imx.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ipm_mcux.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ipm_mhu.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ipm_mhu.h cleanup: include/: move ipm.h to drivers/ipm.h 2019-06-27 22:55:49 -04:00
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 drivers: ipm: add nRFx IPM driver 2019-11-20 19:29:06 +01:00
ipm_stm32_ipcc.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
Kconfig ipm: add driver for the CAVS DSP Intra-DSP Communication (IDC) 2020-03-25 19:07:28 -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