zephyr/drivers/entropy
Kumar Gala 02703e60d9 device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE
Now that we generate a header that extern's all possible devicetree
based device struct we can remove DEVICE_DT_DECLARE and
DEVICE_DT_INST_DECLARE as they aren't needed anymore.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-01-15 07:16:21 -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 drivers: entropy: stm32 full driver rework with software fifo 2020-09-01 13:31:38 +02:00
entropy_cc13xx_cc26xx.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06: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 drivers: entropy: Convert drivers to new DT device macros 2020-12-13 19:27:01 -05:00
fake_entropy_native_posix.c drivers: entropy: Convert drivers to new DT device macros 2020-12-13 19:27:01 -05:00