index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
/
stm32-rng.c
Age
Commit message (
Expand
)
Author
2024-04-26
hwrng: stm32 - repair clock handling
Marek Vasut
2024-04-26
hwrng: stm32 - put IP into RPM suspend on failure
Marek Vasut
2024-04-26
hwrng: stm32 - use logical OR in conditional
Marek Vasut
2023-12-15
hwrng: stm32 - Convert to platform remove callback returning void
Uwe Kleine-König
2023-12-08
hwrng: stm32 - add missing clk_disable_unprepare() in stm32_rng_init()
Yang Yingliang
2023-10-01
hwrng: stm32 - rework power management sequences
Gatien Chevallier
2023-10-01
hwrng: stm32 - support RNG configuration locking mechanism
Gatien Chevallier
2023-10-01
hwrng: stm32 - restrain RNG noise source clock
Gatien Chevallier
2023-10-01
hwrng: stm32 - rework error handling in stm32_rng_read()
Gatien Chevallier
2023-10-01
hwrng: stm32 - implement error concealment
Gatien Chevallier
2023-10-01
hwrng: stm32 - implement STM32MP13x support
Gatien Chevallier
2023-10-01
hwrng: stm32 - use devm_platform_get_and_ioremap_resource() API
Gatien Chevallier
2023-08-04
hwrng: Explicitly include correct DT includes
Rob Herring
2022-11-18
hwrng: stm32 - rename readl return value
Tomas Marek
2022-10-21
hwrng: stm32 - fix read of the last word
Tomas Marek
2022-10-21
hwrng: stm32 - fix number of returned bytes on read
Tomas Marek
2020-10-02
hwrng: stm32 - use semicolons rather than commas to separate statements
Julia Lawall
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 110
Thomas Gleixner
2019-04-15
hwrng: stm32 - set default random quality
Lionel Debieve
2019-04-15
hwrng: stm32 - fix unbalanced pm_runtime_enable
Lionel Debieve
2018-05-05
hwrng: stm32 - fix pm_suspend issue
lionel.debieve@st.com
2018-03-03
hwrng: stm32 - rework read timeout calculation
lionel.debieve@st.com
2018-03-03
hwrng: stm32 - allow disable clock error detection
lionel.debieve@st.com
2018-03-03
hwrng: stm32 - add reset during probe
lionel.debieve@st.com
2016-05-31
hwrng: stm32 - fix maybe uninitialized variable warning
Maxime Coquelin
2015-10-15
hwrng: stm32 - Fix build with CONFIG_PM
Daniel Thompson
2015-10-14
hwrng: stm32 - add support for STM32 HW RNG
Daniel Thompson