summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwrng: mtk - Use devm_pm_runtime_enableGuoqing Jiang2024-09-061-1/+1
* hwrng: rockchip - handle devm_pm_runtime_enable errorsMartin Kaiser2024-08-301-1/+3
* hwrng: rockchip - rst is used only during probeMartin Kaiser2024-08-301-7/+6
* hwrng: mxc-rnga - Use devm_clk_get_enabled() helpersHuan Yang2024-08-301-13/+3
* hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resumeGaosheng Cui2024-08-101-0/+1
* hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_initGaosheng Cui2024-08-101-1/+3
* hwrng: rockchip - add hwrng driver for Rockchip RK3568 SoCAurelien Jarno2024-08-103-0/+242
* hwrng: cn10k - Enable by default CN10K driver if Thunder SoC is enabledFrancesco Dolcini2024-08-101-0/+1
* Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-07-1910-89/+199
|\
| * hwrng: core - remove (un)register_miscdev()Masahiro Yamada2024-07-131-12/+2
| * hwrng: Kconfig - Do not enable by default CN10K driverFrancesco Dolcini2024-07-131-1/+0
| * hwrng: core - Fix wrong quality calculation at hw rng registrationHarald Freudenberger2024-06-281-1/+3
| * hwrng: exynos - Enable Exynos850 supportSam Protsenko2024-06-281-0/+3
| * hwrng: exynos - Add SMC based TRNG operationSam Protsenko2024-06-281-10/+130
| * hwrng: exynos - Implement bus clock controlSam Protsenko2024-06-281-1/+9
| * hwrng: exynos - Use devm_clk_get_enabled() to get the clockSam Protsenko2024-06-281-17/+4
| * hwrng: exynos - Improve coding styleSam Protsenko2024-06-281-33/+30
| * hwrng: drivers - add missing Arm & Cavium MODULE_DESCRIPTION() macrosJeff Johnson2024-06-213-0/+3
| * hwrng: omap - add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-072-0/+2
| * hwrng: stm32 - use sizeof(*priv) instead of sizeof(struct stm32_rng_private)Marek Vasut2024-06-071-1/+1
| * hwrng: stm32 - cache device pointer in struct stm32_rng_privateMarek Vasut2024-06-071-18/+13
| * hwrng: stm32 - use pm_runtime_resume_and_get()Marek Vasut2024-06-071-1/+3
| * hwrng: amd - Convert PCIBIOS_* return codes to errnosIlpo Järvinen2024-06-071-1/+3
* | Merge tag 'v6.10-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-05-291-43/+4
|\ \ | |/ |/|
| * hwrng: core - Remove add_early_randomnessHerbert Xu2024-05-261-43/+4
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-231-1/+0
|\ \
| * | hwrng: virtio: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-05-171-1/+0
|\ \ \ | |_|/ |/| |
| * | ARM: 9377/1: hwrng: nomadik: drop owner assignmentKrzysztof Kozlowski2024-04-181-1/+0
| |/
* | hwrng: stm32 - repair clock handlingMarek Vasut2024-04-261-0/+9
* | hwrng: stm32 - put IP into RPM suspend on failureMarek Vasut2024-04-261-2/+5
* | hwrng: stm32 - use logical OR in conditionalMarek Vasut2024-04-261-1/+1
* | hwrng: mxc-rnga - Drop usage of platform_driver_probe()Uwe Kleine-König2024-04-021-4/+5
* | hwrng: core - Convert sprintf/snprintf to sysfs_emitLi Zhijian2024-04-021-1/+1
|/
* Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-03-151-4/+2
|\
| * hwrng: hisi - use dev_err_probeMartin Kaiser2024-03-081-4/+2
* | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-061-1/+1
|/
* hwrng: starfive - Add runtime pm opsJia Jie Ho2023-12-221-2/+6
* hwrng: xgene - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: timeriomem - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: stm32 - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: omap - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: npcm - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: n2 - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: mxc - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: ks-sa - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: ingenic - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: exynos - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: cctrng - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: atmel - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2