summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random/optee-rng.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-29hwrng: optee - remove redundant initialization to variable rng_sizeColin Ian King1-1/+1
2022-02-16hwrng: optee-rng: use tee_shm_alloc_kernel_buf()Jens Wiklander1-3/+3
2021-02-10hwrng: optee - Use device-managed registration APITian Tao1-2/+1
2020-08-21hwrng: optee - fix wait use caseJorge Ramirez-Ortiz1-2/+2
2020-08-21hwrng: optee - handle unlimited data ratesJorge Ramirez-Ortiz1-1/+1
2020-04-30hwrng: optee - Use UUID API for exporting the UUIDAndy Shevchenko1-1/+1
2019-02-20hwrng: make symbol 'optee_rng_id_table' staticWei Yongjun1-1/+1
2019-02-20hwrng: Fix unsigned comparison with less than zeroYueHaibing1-2/+2
2019-02-20hwrng: optee: Initialize some structs using memset instead of bracesNathan Chancellor1-5/+13
2019-02-01hwrng: add OP-TEE based rng driverSumit Garg1-0/+298