index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
/
exynos-trng.c
Age
Commit message (
Expand
)
Author
2024-11-02
hwrng: drivers - Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-06-28
hwrng: exynos - Enable Exynos850 support
Sam Protsenko
2024-06-28
hwrng: exynos - Add SMC based TRNG operation
Sam Protsenko
2024-06-28
hwrng: exynos - Implement bus clock control
Sam Protsenko
2024-06-28
hwrng: exynos - Use devm_clk_get_enabled() to get the clock
Sam Protsenko
2024-06-28
hwrng: exynos - Improve coding style
Sam Protsenko
2023-12-15
hwrng: exynos - Convert to platform remove callback returning void
Uwe Kleine-König
2023-07-20
hwrng: exynos - switch to DEFINE_SIMPLE_DEV_PM_OPS
Martin Kaiser
2021-06-03
hwrng: exynos - Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
2021-05-14
hwrng: exynos - Fix runtime PM imbalance on error
Łukasz Stelmach
2019-10-26
hwrng: exynos - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-02
hwrng: drivers - Use device-managed registration API
Chuhong Yuan
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
2018-01-18
hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()
weiyongjun \(A\)
2018-01-18
hwrng: exynos - Signedness bug in exynos_trng_do_read()
Dan Carpenter
2018-01-05
hwrng: exynos - add Samsung Exynos True RNG driver
Łukasz Stelmach