zephyr/drivers/entropy
Andy Ross 075c94f6e2 kernel: Port remaining syscalls to new API
These calls are not accessible in CI test, nor do they get built on
common platforms (in at least one case I found a typo which proved the
code was truly unused).  These changes are blind, so live in a
separate commit.  But the nature of the port is mechanical, all other
syscalls in the system work fine, and any errors should be easily
corrected.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-09-12 11:31:50 +08:00
..
CMakeLists.txt drivers: add CC13xx / CC26xx entropy driver 2019-05-14 06:10:52 -05:00
Kconfig drivers: add CC13xx / CC26xx entropy driver 2019-05-14 06:10:52 -05:00
Kconfig.cc13xx_cc26xx drivers: add CC13xx / CC26xx entropy driver 2019-05-14 06:10:52 -05:00
Kconfig.esp32 kconfig: drivers: entropy: Remove duplicated ENTROPY_GENERATOR deps. 2019-03-07 13:38:35 +01:00
Kconfig.mcux kconfig: drivers: entropy: Remove duplicated ENTROPY_GENERATOR deps. 2019-03-07 13:38:35 +01:00
Kconfig.native_posix license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig.nrf5 drivers: entropy: nrf5: Fix dependency of the enabling Kconfig option 2019-08-09 20:14:24 +02:00
Kconfig.sam kconfig: drivers: entropy: Remove duplicated ENTROPY_GENERATOR deps. 2019-03-07 13:38:35 +01:00
Kconfig.stm32 kconfig: drivers: entropy: Remove duplicated ENTROPY_GENERATOR deps. 2019-03-07 13:38:35 +01:00
entropy_cc13xx_cc26xx.c cleanup: include/: move ring_buffer.h to sys/ring_buffer.h 2019-06-27 22:55:49 -04:00
entropy_esp32.c cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
entropy_handlers.c kernel: Port remaining syscalls to new API 2019-09-12 11:31:50 +08:00
entropy_mcux_rnga.c cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
entropy_mcux_trng.c cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
entropy_nrf5.c drivers: entropy: nrf: fic minor typos 2019-08-23 17:03:18 +02:00
entropy_sam.c drivers: sam: entropy: implement get_entropy_isr 2019-08-23 17:03:18 +02:00
entropy_stm32.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
fake_entropy_native_posix.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00