zephyr/drivers/ipm
Kumar Gala b275fec8c4 soc: stm32: convert to use DEVICE_DT_GET for clocks
Convert from device_get_binding to DEVICE_DT_GET.  In doing this we
no longer need the label in the devicetree node so we remove that.

Removed all __ASSERT_NO_MSG(clk) since we'll get a build error if
DEVICE_DT_GET cant be satisfied, and the clock control api's will
handle reporting if the device_is_ready.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-02-16 17:01:37 -06:00
..
CMakeLists.txt ipm: ipm_intel_adsp: Add INTEL ADSP IPM driver 2020-08-24 13:38:33 -04:00
Kconfig ipm: cavs_idc: use the IPC/IDC definitions in SoC 2020-10-21 06:38:53 -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
ipm_cavs_idc.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
ipm_cavs_idc.h drivers: ipm: cavs_idc: Convert drivers to new DT device macros 2020-12-18 08:01:59 -06:00
ipm_handlers.c ipm: Fixed linker error in drivers/ipm/ipm_handlers.c 2021-01-10 11:08:38 -05:00
ipm_imx.c drivers: ipm: Convert drivers to new DT device macros 2020-12-16 18:48:33 -05:00
ipm_intel_adsp.c drivers: ipm: Convert drivers to new DT device macros 2020-12-16 18:48:33 -05:00
ipm_mcux.c drivers: ipm_mcux: add support for LPC55S69 2021-01-10 15:38:54 -05:00
ipm_mhu.c drivers: ipm: Convert drivers to new DT device macros 2020-12-16 18:48:33 -05: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: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
ipm_nrfx_ipc.h drivers: ipm: add nRFx IPM driver 2019-11-20 19:29:06 +01:00
ipm_stm32_ipcc.c soc: stm32: convert to use DEVICE_DT_GET for clocks 2021-02-16 17:01:37 -06:00