summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)AuthorFilesLines
2021-11-17hwrng: mtk - Force runtime pm ops for sleep opsMarkus Schneider-Pargmann1-2/+7
2021-07-14hwrng: exynos - Fix runtime PM imbalance on errorŁukasz Stelmach1-2/+2
2021-03-04hwrng: timeriomem - Fix cooldown period calculationJan Henrik Weinstock1-1/+1
2020-06-30hwrng: ks-sa - Fix runtime PM imbalance on errorDinghao Liu1-0/+1
2020-04-13hwrng: imx-rngc - fix an error pathMartin Kaiser1-1/+3
2020-01-26hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren1-2/+15
2019-12-31hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren1-1/+2
2019-12-17hwrng: omap - Fix RNG wait loop timeoutSumit Garg1-1/+8
2019-11-17Revert "hwrng: core - Freeze khwrng thread during suspend"Herbert Xu1-4/+1
2019-09-20hwrng: core - don't wait on add_early_randomness()Laurent Vivier1-1/+1
2019-09-05hwrng: timeriomem - relax check on memory resource sizeDaniel Mack1-2/+2
2019-08-15hwrng: core - Freeze khwrng thread during suspendStephen Boyd1-1/+4
2019-08-08hwrng: n2-drv - fix typoStephen Rothwell1-1/+1
2019-08-02hwrng: drivers - Use device-managed registration APIChuhong Yuan9-36/+9
2019-07-27hwrng: mxc-rnga - use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-07-27hwrng: imx-rngc - use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-07-15docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab1-1/+1
2019-07-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-51/+2
2019-06-20hwrng: iproc-rng200 - Add support for 7211Florian Fainelli1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner3-12/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 445Thomas Gleixner1-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 376Thomas Gleixner1-5/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2-26/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159Thomas Gleixner2-13/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-30hwrng: meson - update with SPDX Licence identifierNeil Armstrong1-51/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 110Thomas Gleixner1-10/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner1-14/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-15hwrng: stm32 - set default random qualityLionel Debieve1-0/+1
2019-04-15hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve1-0/+8
2019-03-22hwrng: omap - Set default qualityRouven Czerwinski1-0/+1
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds3-0/+322
2019-02-28hwrng: bcm2835 - fix probe as platform deviceJonas Gorski1-8/+10
2019-02-20hwrng: make symbol 'optee_rng_id_table' staticWei Yongjun1-1/+1
2019-02-20hwrng: Fix unsigned comparison with less than zeroYueHaibing1-2/+2
2019-02-20hwrng: optee: Initialize some structs using memset instead of bracesNathan Chancellor1-5/+13
2019-02-01hwrng: add OP-TEE based rng driverSumit Garg3-0/+314
2019-01-25hwrng: virtio - Avoid repeated init of completionDavid Tolnay1-1/+1
2018-11-16hwrng: bcm2835 - Switch to SPDX identifierStefan Wahren1-5/+2
2018-10-05hwrng: core - document the quality fieldMichael S. Tsirkin1-2/+2
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-0/+4
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu1-2/+9
2018-07-27hwrng: msm - remove msm hw_random driverVinod Koul3-197/+0
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap4-0/+4
2018-06-15hwrng: core - Always drop the RNG in hwrng_unregister()Michael Büsch1-2/+9