index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
Files
Lines
2024-06-07
hwrng: stm32 - use sizeof(*priv) instead of sizeof(struct stm32_rng_private)
Marek Vasut
1
-1
/
+1
2024-06-07
hwrng: stm32 - cache device pointer in struct stm32_rng_private
Marek Vasut
1
-18
/
+13
2024-06-07
hwrng: stm32 - use pm_runtime_resume_and_get()
Marek Vasut
1
-1
/
+3
2024-04-26
hwrng: stm32 - repair clock handling
Marek Vasut
1
-0
/
+9
2024-04-26
hwrng: stm32 - put IP into RPM suspend on failure
Marek Vasut
1
-2
/
+5
2024-04-26
hwrng: stm32 - use logical OR in conditional
Marek Vasut
1
-1
/
+1
2023-12-15
hwrng: stm32 - Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-08
hwrng: stm32 - add missing clk_disable_unprepare() in stm32_rng_init()
Yang Yingliang
1
-0
/
+1
2023-10-01
hwrng: stm32 - rework power management sequences
Gatien Chevallier
1
-11
/
+97
2023-10-01
hwrng: stm32 - support RNG configuration locking mechanism
Gatien Chevallier
1
-0
/
+5
2023-10-01
hwrng: stm32 - restrain RNG noise source clock
Gatien Chevallier
1
-2
/
+32
2023-10-01
hwrng: stm32 - rework error handling in stm32_rng_read()
Gatien Chevallier
1
-12
/
+41
2023-10-01
hwrng: stm32 - implement error concealment
Gatien Chevallier
1
-4
/
+110
2023-10-01
hwrng: stm32 - implement STM32MP13x support
Gatien Chevallier
1
-64
/
+158
2023-10-01
hwrng: stm32 - use devm_platform_get_and_ioremap_resource() API
Gatien Chevallier
1
-7
/
+2
2023-08-04
hwrng: Explicitly include correct DT includes
Rob Herring
1
-1
/
+2
2022-11-18
hwrng: stm32 - rename readl return value
Tomas Marek
1
-3
/
+3
2022-10-21
hwrng: stm32 - fix read of the last word
Tomas Marek
1
-1
/
+1
2022-10-21
hwrng: stm32 - fix number of returned bytes on read
Tomas Marek
1
-2
/
+4
2020-10-02
hwrng: stm32 - use semicolons rather than commas to separate statements
Julia Lawall
1
-4
/
+4
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 110
Thomas Gleixner
1
-10
/
+1
2019-04-15
hwrng: stm32 - set default random quality
Lionel Debieve
1
-0
/
+1
2019-04-15
hwrng: stm32 - fix unbalanced pm_runtime_enable
Lionel Debieve
1
-0
/
+8
2018-05-05
hwrng: stm32 - fix pm_suspend issue
lionel.debieve@st.com
1
-2
/
+7
2018-03-03
hwrng: stm32 - rework read timeout calculation
lionel.debieve@st.com
1
-15
/
+10
2018-03-03
hwrng: stm32 - allow disable clock error detection
lionel.debieve@st.com
1
-1
/
+9
2018-03-03
hwrng: stm32 - add reset during probe
lionel.debieve@st.com
1
-0
/
+9
2016-05-31
hwrng: stm32 - fix maybe uninitialized variable warning
Maxime Coquelin
1
-5
/
+5
2015-10-15
hwrng: stm32 - Fix build with CONFIG_PM
Daniel Thompson
1
-2
/
+2
2015-10-14
hwrng: stm32 - add support for STM32 HW RNG
Daniel Thompson
1
-0
/
+202