summaryrefslogtreecommitdiffstats
path: root/drivers/hw_random
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/hwrng'Sascha Hauer2024-03-159-8/+1480
|\
| * hw_random: add OMAP RNG driverAhmad Fatoum2024-03-153-0/+445
| * hw_random: add timeriomem_rng driverAhmad Fatoum2024-03-153-0/+153
| * hw_random: add Rockchip RNG supportAhmad Fatoum2024-03-153-0/+267
| * hw_random: add IPROC RNG200 driver for BCM2711Ahmad Fatoum2024-03-153-0/+228
| * hw_random: add BCM2835 RNG driverAhmad Fatoum2024-03-153-0/+207
| * hw_random: add Atmel RNG driverAhmad Fatoum2024-03-153-0/+173
| * hw_random: remove reference to undefined CONFIG_HW_RANDOMAhmad Fatoum2024-03-151-1/+0
| * hw_random: remove confusing left-overs from kernel help textsAhmad Fatoum2024-03-151-3/+3
| * hw_random: support ctrlc()Ahmad Fatoum2024-03-151-4/+4
* | efi: make headers self-containedAhmad Fatoum2024-03-051-1/+1
|/
* hw_random: add implementation for OP-TEE RNG pseudo TAAhmad Fatoum2023-12-053-0/+312
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-133-0/+3
* Rename struct driver_d to driverSascha Hauer2023-01-104-4/+4
* Rename struct device_d to deviceSascha Hauer2023-01-105-9/+9
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
* hw_random: add EFI RNG driverAhmad Fatoum2022-10-133-0/+61
* ARM: stm32mp: allow driver reuse for STM32 MCUsAhmad Fatoum2022-02-011-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2021-12-156-6/+6
|\
| * drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-226-6/+6
* | hw_random: stm32: propagate error codes from rng readAhmad Fatoum2021-11-251-5/+3
|/
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-013-4/+3
* hw_random: mxc-rngc: switch to SPDX-License-IdentifierAhmad Fatoum2021-11-011-15/+1
* virtio: implement remove callbacksAhmad Fatoum2021-10-022-0/+18
* hw_random: add driver for RNG on StarFive SoCAhmad Fatoum2021-06-243-0/+216
* hw_random: virtio: simplify codeAhmad Fatoum2021-03-011-12/+2
* hw_random: add VirtIO RNG driverAhmad Fatoum2021-02-223-0/+128
* hw_random: mxc-rngc: fix read of uninitialized variableAhmad Fatoum2020-10-021-1/+1
* drivers: mark first batch of compilable drivers for COMPILE_TESTAhmad Fatoum2020-05-081-2/+2
* hw_random: add support for STM32 RNGAhmad Fatoum2020-02-103-0/+172
* hwrng: dev-random: always use /dev/urandomAhmad Fatoum2019-10-231-3/+3
* hwrng: add sandbox driver interface to host /dev/randomAhmad Fatoum2019-09-093-0/+72
* devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-1/+0
* rename file_operations -> cdev_operationsSascha Hauer2018-04-061-1/+1
* hw_random: add driver for Freescale RNGCSteffen Trumtrar2018-02-093-0/+317
* drivers: add simple hw_random implementationSteffen Trumtrar2017-03-303-0/+132