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
Kconfig
Kconfig.nrfx
Kconfig.nrfx_ipc_channel
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
ipm_intel_adsp.c
ipm_mcux.c drivers: ipm_mcux: add support for LPC55S69 2021-01-10 15:38:54 -05:00
ipm_mhu.c
ipm_mhu.h
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
ipm_stm32_ipcc.c soc: stm32: convert to use DEVICE_DT_GET for clocks 2021-02-16 17:01:37 -06:00