index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
/
stm32-rng.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwrng: stm32 - repair clock handling
Marek Vasut
2024-04-26
1
-0
/
+9
*
hwrng: stm32 - put IP into RPM suspend on failure
Marek Vasut
2024-04-26
1
-2
/
+5
*
hwrng: stm32 - use logical OR in conditional
Marek Vasut
2024-04-26
1
-1
/
+1
*
hwrng: stm32 - Convert to platform remove callback returning void
Uwe Kleine-König
2023-12-15
1
-4
/
+2
*
hwrng: stm32 - add missing clk_disable_unprepare() in stm32_rng_init()
Yang Yingliang
2023-12-08
1
-0
/
+1
*
hwrng: stm32 - rework power management sequences
Gatien Chevallier
2023-10-01
1
-11
/
+97
*
hwrng: stm32 - support RNG configuration locking mechanism
Gatien Chevallier
2023-10-01
1
-0
/
+5
*
hwrng: stm32 - restrain RNG noise source clock
Gatien Chevallier
2023-10-01
1
-2
/
+32
*
hwrng: stm32 - rework error handling in stm32_rng_read()
Gatien Chevallier
2023-10-01
1
-12
/
+41
*
hwrng: stm32 - implement error concealment
Gatien Chevallier
2023-10-01
1
-4
/
+110
*
hwrng: stm32 - implement STM32MP13x support
Gatien Chevallier
2023-10-01
1
-64
/
+158
*
hwrng: stm32 - use devm_platform_get_and_ioremap_resource() API
Gatien Chevallier
2023-10-01
1
-7
/
+2
*
hwrng: Explicitly include correct DT includes
Rob Herring
2023-08-04
1
-1
/
+2
*
hwrng: stm32 - rename readl return value
Tomas Marek
2022-11-18
1
-3
/
+3
*
hwrng: stm32 - fix read of the last word
Tomas Marek
2022-10-21
1
-1
/
+1
*
hwrng: stm32 - fix number of returned bytes on read
Tomas Marek
2022-10-21
1
-2
/
+4
*
hwrng: stm32 - use semicolons rather than commas to separate statements
Julia Lawall
2020-10-02
1
-4
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 110
Thomas Gleixner
2019-05-24
1
-10
/
+1
*
hwrng: stm32 - set default random quality
Lionel Debieve
2019-04-15
1
-0
/
+1
*
hwrng: stm32 - fix unbalanced pm_runtime_enable
Lionel Debieve
2019-04-15
1
-0
/
+8
*
hwrng: stm32 - fix pm_suspend issue
lionel.debieve@st.com
2018-05-05
1
-2
/
+7
*
hwrng: stm32 - rework read timeout calculation
lionel.debieve@st.com
2018-03-03
1
-15
/
+10
*
hwrng: stm32 - allow disable clock error detection
lionel.debieve@st.com
2018-03-03
1
-1
/
+9
*
hwrng: stm32 - add reset during probe
lionel.debieve@st.com
2018-03-03
1
-0
/
+9
*
hwrng: stm32 - fix maybe uninitialized variable warning
Maxime Coquelin
2016-05-31
1
-5
/
+5
*
hwrng: stm32 - Fix build with CONFIG_PM
Daniel Thompson
2015-10-15
1
-2
/
+2
*
hwrng: stm32 - add support for STM32 HW RNG
Daniel Thompson
2015-10-14
1
-0
/
+202