summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)AuthorFilesLines
2025-07-18hwrng: drivers - Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus7-9/+0
2025-07-18hwrng: mtk - handle devm_pm_runtime_enable errorsOvidiu Panait1-1/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-05hwrng: rockchip - add support for RK3576's RNGNicolas Frattaroli1-0/+73
2025-04-16hwrng: npcm - Add struct device pointer to device context structSakari Ailus1-4/+5
2025-04-16hwrng: mtk - Add struct device pointer to device context structSakari Ailus1-4/+5
2025-04-16hwrng: atmel - Add struct device pointer to device context structSakari Ailus1-5/+6
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-55/+285
2025-03-02hwrng: Kconfig - Fix indentation of HW_RANDOM_CN10K help textGeert Uytterhoeven1-4/+4
2025-02-22hwrng: rockchip - add support for rk3588's standalone TRNGNicolas Frattaroli2-21/+216
2025-02-22hwrng: rockchip - eliminate some unnecessary dereferencesNicolas Frattaroli1-3/+3
2025-02-22hwrng: rockchip - store dev pointer in driver structNicolas Frattaroli1-6/+6
2025-02-18hwrng: timeriomem: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-09hwrng: imx-rngc - add runtime pmMartin Kaiser1-17/+52
2025-02-09hwrng: Kconfig - Move one "tristate" Kconfig description to the usual placeDragan Simic1-1/+1
2025-02-09hwrng: Kconfig - Use tabs as leading whitespace consistently in KconfigDragan Simic1-4/+4
2024-11-15hwrng: amd - remove reference to removed PPC_MAPLE configLukas Bulwahn1-1/+1
2024-11-10hwrng: bcm74110 - Add Broadcom BCM74110 RNG driverMarkus Mayer3-0/+139
2024-11-02hwrng: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König12-12/+12
2024-10-28hwrng: airoha - add support for Airoha EN7581 TRNGChristian Marangi3-0/+257
2024-10-28hwrng: stm32 - update STM32MP15 RNG max clock frequencyGatien Chevallier1-1/+1
2024-10-28hwrng: stm32 - implement support for STM32MP25x platformsGatien Chevallier1-18/+56
2024-10-19hwrng: histb - Fix the wrong format specifierZhu Jun1-1/+1
2024-10-05hwrng: core - Add WARN_ON for buggy read return valuesHerbert Xu1-2/+9
2024-10-05hwrng: iproc-r200 - enable on BCMBCALinus Walleij1-1/+1
2024-09-06hwrng: mtk - Use devm_pm_runtime_enableGuoqing Jiang1-1/+1
2024-08-30hwrng: rockchip - handle devm_pm_runtime_enable errorsMartin Kaiser1-1/+3
2024-08-30hwrng: rockchip - rst is used only during probeMartin Kaiser1-7/+6
2024-08-30hwrng: mxc-rnga - Use devm_clk_get_enabled() helpersHuan Yang1-13/+3
2024-08-10hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resumeGaosheng Cui1-0/+1
2024-08-10hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_initGaosheng Cui1-1/+3
2024-08-10hwrng: rockchip - add hwrng driver for Rockchip RK3568 SoCAurelien Jarno3-0/+242
2024-08-10hwrng: cn10k - Enable by default CN10K driver if Thunder SoC is enabledFrancesco Dolcini1-0/+1
2024-07-19Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds10-89/+199
2024-07-13hwrng: core - remove (un)register_miscdev()Masahiro Yamada1-12/+2
2024-07-13hwrng: Kconfig - Do not enable by default CN10K driverFrancesco Dolcini1-1/+0
2024-06-28hwrng: core - Fix wrong quality calculation at hw rng registrationHarald Freudenberger1-1/+3
2024-06-28hwrng: exynos - Enable Exynos850 supportSam Protsenko1-0/+3
2024-06-28hwrng: exynos - Add SMC based TRNG operationSam Protsenko1-10/+130
2024-06-28hwrng: exynos - Implement bus clock controlSam Protsenko1-1/+9
2024-06-28hwrng: exynos - Use devm_clk_get_enabled() to get the clockSam Protsenko1-17/+4
2024-06-28hwrng: exynos - Improve coding styleSam Protsenko1-33/+30
2024-06-21hwrng: drivers - add missing Arm & Cavium MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-07hwrng: omap - add missing MODULE_DESCRIPTION() macroJeff Johnson2-0/+2
2024-06-07hwrng: stm32 - use sizeof(*priv) instead of sizeof(struct stm32_rng_private)Marek Vasut1-1/+1
2024-06-07hwrng: stm32 - cache device pointer in struct stm32_rng_privateMarek Vasut1-18/+13
2024-06-07hwrng: stm32 - use pm_runtime_resume_and_get()Marek Vasut1-1/+3
2024-06-07hwrng: amd - Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-1/+3
2024-05-29Merge tag 'v6.10-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-43/+4