index
:
kernel/linux.git
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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-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-02
hwrng: stm32 - rework read timeout calculation
lionel.debieve@st.com
1
-15
/
+10
2018-03-02
hwrng: stm32 - allow disable clock error detection
lionel.debieve@st.com
1
-1
/
+9
2018-03-02
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