summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)AuthorFilesLines
2022-04-08hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin1-2/+2
2022-04-08hwrng: atmel - disable trng on failure pathClaudiu Beznea1-0/+1
2022-04-08hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDERGeert Uytterhoeven1-1/+1
2022-04-08hwrng: cavium - Check health status while reading random dataSunil Goutham3-17/+190
2021-11-18hwrng: mtk - Force runtime pm ops for sleep opsMarkus Schneider-Pargmann1-2/+7
2021-08-06hwrng: Add Arm SMCCC TRNG based driverAndre Przywara3-0/+138
2021-07-16hwrng: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap4-16/+16
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2-26/+29
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-06-17hw_random: ixp4xx: Add OF supportLinus Walleij1-0/+10
2021-06-17hw_random: ixp4xx: Turn into a moduleLinus Walleij1-20/+17
2021-06-17hw_random: ixp4xx: Use SPDX license tagLinus Walleij1-4/+1
2021-06-17hw_random: ixp4xx: enable compile-testingArnd Bergmann2-3/+2
2021-06-03hwrng: ks-sa - Use pm_runtime_resume_and_get() to replace open codingTian Tao1-2/+1
2021-06-03hwrng: omap - Use pm_runtime_resume_and_get() to replace open codingTian Tao1-4/+2
2021-06-03hwrng: exynos - Use pm_runtime_resume_and_get() to replace open codingTian Tao1-2/+1
2021-05-28hwrng: core - Use DEVICE_ATTR_<RW|RO> macroYueHaibing1-21/+15
2021-05-28hwrng: core - remove redundant initialization of variable errShaokun Zhang1-1/+1
2021-05-28hwrng: Kconfig - Remove leading spacesJuerg Haefliger1-4/+4
2021-05-23hwrng: omap - Enable driver for TI K3 familySuman Anna1-1/+1
2021-05-21char: hw_random: pseries-rng: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2021-05-14hwrng: exynos - Fix runtime PM imbalance on errorŁukasz Stelmach1-2/+2
2021-05-14hwrng: amd - remove redundant initialization of variable errColin Ian King1-1/+1
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds8-57/+31
2021-04-02hwrng: omap - Use of_device_get_match_data() helperTian Tao1-7/+4
2021-03-26hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emitZihao Tang1-1/+1
2021-03-26hwrng: intel - Fix included header from 'asmTian Tao1-1/+1
2021-03-19hwrng: cctrng - delete redundant printing of return valueWang Qing1-3/+1
2021-03-19hwrng: ba431 - use devm_platform_ioremap_resource() to simplifyTian Tao1-3/+1
2021-03-19hwrng: cctrng - use devm_platform_ioremap_resource() to simplifyTian Tao1-11/+1
2021-03-12hwrng: bcm2835 - add reset supportÁlvaro Fernández Rojas1-0/+10
2021-03-12hwrng: pic32 - Use device-managed registration APITian Tao1-2/+1
2021-03-12hwrng: cctrng - Use device-managed registration APITian Tao1-3/+1
2021-03-07hwrng: omap - Fix included header from 'asm'Tian Tao1-2/+1
2021-03-07hwrng: bcm2835 - remove redundant null checkTian Tao1-10/+7
2021-03-07hwrng: xiphera-trng - use devm_platform_ioremap_resource() to simplifyTian Tao1-3/+1
2021-03-07hwrng: ba431 - Use device-managed registrationTian Tao1-11/+1
2021-03-02vio: make remove callback return voidUwe Kleine-König1-2/+1
2021-02-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+1
2021-02-10hwrng: timeriomem - Use device-managed registration APITian Tao1-2/+1
2021-02-10hwrng: optee - Use device-managed registration APITian Tao1-2/+1
2021-02-10hwrng: timeriomem - Fix cooldown period calculationJan Henrik Weinstock1-1/+1
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-2/+1
2021-01-03hwrng: ingenic - Fix a resource leak in an error handling pathChristophe JAILLET1-1/+5
2021-01-03hwrng: iproc-rng200 - Move enable/disable in separate functionMatthias Brugger1-19/+16
2021-01-03hwrng: iproc-rng200 - Fix disable of the block.Matthias Brugger1-3/+0
2020-12-18Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+8
2020-12-15Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-3/+4
2020-12-14um: random: Register random as hwrng-core deviceChristopher Obbard1-8/+8
2020-12-04hwrng: ks-sa - Add dependency on IOMEM and OFHerbert Xu1-0/+1