zephyr/drivers/crypto
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.ataes132a
Kconfig.nrf_ecb
Kconfig.stm32
crypto_ataes132a.c
crypto_ataes132a_priv.h
crypto_mtls_shim.c
crypto_nrf_ecb.c
crypto_stm32.c soc: stm32: convert to use DEVICE_DT_GET for clocks 2021-02-16 17:01:37 -06:00
crypto_stm32_priv.h
crypto_tc_shim.c
crypto_tc_shim_priv.h