summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)Author
2024-07-19Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-07-13hwrng: core - remove (un)register_miscdev()Masahiro Yamada
2024-07-13hwrng: Kconfig - Do not enable by default CN10K driverFrancesco Dolcini
2024-06-28hwrng: core - Fix wrong quality calculation at hw rng registrationHarald Freudenberger
2024-06-28hwrng: exynos - Enable Exynos850 supportSam Protsenko
2024-06-28hwrng: exynos - Add SMC based TRNG operationSam Protsenko
2024-06-28hwrng: exynos - Implement bus clock controlSam Protsenko
2024-06-28hwrng: exynos - Use devm_clk_get_enabled() to get the clockSam Protsenko
2024-06-28hwrng: exynos - Improve coding styleSam Protsenko
2024-06-21hwrng: drivers - add missing Arm & Cavium MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-07hwrng: omap - add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-07hwrng: stm32 - use sizeof(*priv) instead of sizeof(struct stm32_rng_private)Marek Vasut
2024-06-07hwrng: stm32 - cache device pointer in struct stm32_rng_privateMarek Vasut
2024-06-07hwrng: stm32 - use pm_runtime_resume_and_get()Marek Vasut
2024-06-07hwrng: amd - Convert PCIBIOS_* return codes to errnosIlpo Järvinen
2024-05-29Merge tag 'v6.10-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-05-26hwrng: core - Remove add_early_randomnessHerbert Xu
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22hwrng: virtio: drop owner assignmentKrzysztof Kozlowski
2024-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
2024-04-26hwrng: stm32 - repair clock handlingMarek Vasut
2024-04-26hwrng: stm32 - put IP into RPM suspend on failureMarek Vasut
2024-04-26hwrng: stm32 - use logical OR in conditionalMarek Vasut
2024-04-18ARM: 9377/1: hwrng: nomadik: drop owner assignmentKrzysztof Kozlowski
2024-04-02hwrng: mxc-rnga - Drop usage of platform_driver_probe()Uwe Kleine-König
2024-04-02hwrng: core - Convert sprintf/snprintf to sysfs_emitLi Zhijian
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2024-03-08hwrng: hisi - use dev_err_probeMartin Kaiser
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska
2023-12-22hwrng: starfive - Add runtime pm opsJia Jie Ho
2023-12-15hwrng: xgene - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: timeriomem - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: stm32 - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: omap - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: npcm - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: n2 - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: mxc - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: ks-sa - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: ingenic - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: exynos - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: cctrng - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: atmel - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: virtio - Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-08hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu
2023-12-08hwrng: stm32 - add missing clk_disable_unprepare() in stm32_rng_init()Yang Yingliang
2023-12-01hwrng: starfive - Fix dev_err_probe return errorJia Jie Ho
2023-11-17hwrng: virtio - remove #ifdef guards for PM functionsMartin Kaiser
2023-11-17hwrng: ingenic - Replace of_device.h with explicit of.h includeRob Herring
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-10-13hwrng: n2 - Use device_get_match_data()Rob Herring