index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
exynos-rng.c
Age
Commit message (
Expand
)
Author
2023-10-27
crypto: exynos-rng - Convert to platform remove callback returning void
Uwe Kleine-König
2023-08-23
crypto: drivers - Explicitly include correct DT includes
Rob Herring
2023-08-18
crypto: exynos - fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
2019-08-09
crypto: exynos - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2018-04-28
crypto: drivers - simplify getting .drvdata
Wolfram Sang
2018-01-18
crypto: exynos-rng - Add SPDX license identifier and correct module license
Krzysztof Kozlowski
2017-12-22
crypto: exynos - Introduce mutex to prevent concurrent access to hardware
Łukasz Stelmach
2017-12-22
crypto: exynos - Reseed PRNG after generating 2^16 random bytes
Łukasz Stelmach
2017-12-22
crypto: exynos - Improve performance of PRNG
Łukasz Stelmach
2017-12-22
crypto: exynos - Support Exynos5250+ SoCs
Łukasz Stelmach
2017-12-22
crypto: exynos - Icrease the priority of the driver
Łukasz Stelmach
2017-04-21
crypto: exynos - Add new Exynos RNG driver
Krzysztof Kozlowski