summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random (follow)
Commit message (Expand)AuthorAgeFilesLines
* change email address for Pali RohárPali Rohár2020-04-111-2/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-04-013-24/+79
|\
| * hwrng: imx-rngc - simplify interrupt mask/unmaskMartin Kaiser2020-03-121-15/+28
| * hwrng: imx-rngc - check the rng typeMartin Kaiser2020-03-121-1/+27
| * hwrng: imx-rngc - (trivial) simplify error printsMartin Kaiser2020-03-121-2/+2
| * hwrng: imx-rngc - use automatic seedingMartin Kaiser2020-03-121-2/+14
| * hwrng: imx-rngc - fix an error pathMartin Kaiser2020-03-121-1/+3
| * hwrng: ks-sa - move TI Keystone driver into the config menu structureRandy Dunlap2020-03-121-7/+7
| * hwrng: omap3-rom - Include linux/io.h for virt_to_physHerbert Xu2020-02-281-0/+1
| * hwrng: imx-rngc - improve dependenciesUwe Kleine-König2020-02-221-1/+2
* | hwrng: via_rng: Convert to new X86 CPU match macrosThomas Gleixner2020-03-241-4/+3
|/
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-042-3/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-292-1/+2
|\
| * hwrng: iproc-rng200 - Add support for BCM2711Stefan Wahren2019-12-112-1/+2
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-3/+3
|/
* Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-11-271-9/+9
|\
| * char: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-9/+9
| * char: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-2620-139/+558
|\ \
| * | hwrng: ks-sa - Enable COMPILE_TESTHerbert Xu2019-11-221-1/+1
| * | hwrng: ks-sa - Add minimum sleep time before ready-pollingAlexander Sverdlin2019-11-171-0/+38
| * | hwrng: atmel - add new platform support for sam9x60Codrin Ciubotariu2019-11-151-2/+37
| * | hwrng: hisi - add HiSilicon TRNG driver supportZaibo Xu2019-11-083-0/+113
| * | hwrng: omap3-rom - Fix unused function warningsArnd Bergmann2019-11-011-2/+2
| * | hwrng: xgene - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-3/+1
| * | hwrng: tx4939 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-3/+1
| * | hwrng: st - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-3/+1
| * | hwrng: pic32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-3/+1
| * | hwrng: pasemi - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-3/+1
| * | hwrng: omap - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-3/+1
| * | hwrng: npcm - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-3/+1
| * | hwrng: meson - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-3/+1
| * | hwrng: ks-sa - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-3/+1
| * | hwrng: hisi - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-3/+1
| * | hwrng: exynos - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-3/+1
| * | hwrng: bcm2835 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-4/+1
| * | hwrng: atmel - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-3/+1
| * | hwrng: ka-sa - fix __iomem on registersBen Dooks2019-10-251-1/+1
| * | hwrng: omap - Fix RNG wait loop timeoutSumit Garg2019-10-251-1/+8
| * | hwrng: core - Fix use-after-free warning in hwrng_register()Laurent Vivier2019-10-231-17/+16
| * | hwrng: core - move add_early_randomness() out of rng_mutexLaurent Vivier2019-10-101-16/+44
| * | hwrng: mediatek - Use devm_platform_ioremap_resource() in mtk_rng_probe()Markus Elfring2019-10-041-8/+1
| * | hwrng: iproc-rng200 - Use devm_platform_ioremap_resource() in iproc_rng200_pr...Markus Elfring2019-10-041-8/+1
| * | hwrng: omap3-rom - Use devm hwrng and runtime PMTony Lindgren2019-10-041-26/+16
| * | hwrng: omap3-rom - Use runtime PM instead of custom functionsTony Lindgren2019-10-041-53/+73
| * | hwrng: omap3-rom - Update to use standard driver dataTony Lindgren2019-10-041-15/+30
| * | hwrng: omap3-rom - Initialize default quality to get dataTony Lindgren2019-10-041-0/+1
| * | hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren2019-10-041-1/+2
| * | hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren2019-10-041-2/+15
| * | hwrng: npcm - add NPCM RNG driverTomer Maimon2019-10-043-0/+200
| |/