zephyr/drivers/entropy
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.cc13xx_cc26xx
Kconfig.esp32 drivers: entropy: esp32: update register call 2021-01-13 09:10:46 -05:00
Kconfig.gecko
Kconfig.litex
Kconfig.mcux
Kconfig.native_posix
Kconfig.nrf5
Kconfig.rv32m1
Kconfig.sam
Kconfig.stm32
entropy_cc13xx_cc26xx.c power: Rename constraint API 2021-02-15 08:08:36 -05:00
entropy_esp32.c xtensa: remove core-macros.h from xtensa HAL 2021-01-14 09:40:08 -05:00
entropy_gecko_trng.c drivers: entropy: Convert drivers to new DT device macros 2020-12-13 19:27:01 -05:00
entropy_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
entropy_litex.c drivers: entropy: Convert drivers to new DT device macros 2020-12-13 19:27:01 -05:00
entropy_mcux_rng.c drivers: entropy: Convert drivers to new DT device macros 2020-12-13 19:27:01 -05:00
entropy_mcux_rnga.c drivers: entropy: Convert drivers to new DT device macros 2020-12-13 19:27:01 -05:00
entropy_mcux_trng.c drivers: entropy: Convert drivers to new DT device macros 2020-12-13 19:27:01 -05:00
entropy_nrf5.c drivers: entropy: Convert drivers to new DT device macros 2020-12-13 19:27:01 -05:00
entropy_rv32m1_trng.c drivers: entropy: Convert drivers to new DT device macros 2020-12-13 19:27:01 -05:00
entropy_sam.c drivers: entropy: Convert drivers to new DT device macros 2020-12-13 19:27:01 -05:00
entropy_stm32.c soc: stm32: convert to use DEVICE_DT_GET for clocks 2021-02-16 17:01:37 -06:00
fake_entropy_native_posix.c drivers: entropy: Convert drivers to new DT device macros 2020-12-13 19:27:01 -05:00