aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/exynos-rng.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: exynos-rng - Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-08-18crypto: exynos - fix Wvoid-pointer-to-enum-cast warningGravatar Krzysztof Kozlowski 1-1/+1
2019-08-09crypto: exynos - use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 1-3/+1
2018-04-28crypto: drivers - simplify getting .drvdataGravatar Wolfram Sang 1-4/+2
2018-01-18crypto: exynos-rng - Add SPDX license identifier and correct module licenseGravatar Krzysztof Kozlowski 1-10/+2
2017-12-22crypto: exynos - Introduce mutex to prevent concurrent access to hardwareGravatar Łukasz Stelmach 1-0/+21
2017-12-22crypto: exynos - Reseed PRNG after generating 2^16 random bytesGravatar Łukasz Stelmach 1-4/+11
2017-12-22crypto: exynos - Improve performance of PRNGGravatar Łukasz Stelmach 1-29/+2
2017-12-22crypto: exynos - Support Exynos5250+ SoCsGravatar Łukasz Stelmach 1-2/+25
2017-12-22crypto: exynos - Icrease the priority of the driverGravatar Łukasz Stelmach 1-1/+1
2017-04-21crypto: exynos - Add new Exynos RNG driverGravatar Krzysztof Kozlowski 1-0/+389