aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/exynos-rng.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: exynos-rng - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring1-1/+1
2023-08-18crypto: exynos - fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2019-08-09crypto: exynos - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2018-04-28crypto: drivers - simplify getting .drvdataWolfram Sang1-4/+2
2018-01-18crypto: exynos-rng - Add SPDX license identifier and correct module licenseKrzysztof Kozlowski1-10/+2
2017-12-22crypto: exynos - Introduce mutex to prevent concurrent access to hardwareŁukasz Stelmach1-0/+21
2017-12-22crypto: exynos - Reseed PRNG after generating 2^16 random bytesŁukasz Stelmach1-4/+11
2017-12-22crypto: exynos - Improve performance of PRNGŁukasz Stelmach1-29/+2
2017-12-22crypto: exynos - Support Exynos5250+ SoCsŁukasz Stelmach1-2/+25
2017-12-22crypto: exynos - Icrease the priority of the driverŁukasz Stelmach1-1/+1
2017-04-21crypto: exynos - Add new Exynos RNG driverKrzysztof Kozlowski1-0/+389