summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
...
* hwrng: Add Arm SMCCC TRNG based driverAndre Przywara2021-08-063-0/+138
* hwrng: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap2021-07-164-16/+16
* Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-07-102-26/+29
|\
| * hw_random: ixp4xx: Add OF supportLinus Walleij2021-06-171-0/+10
| * hw_random: ixp4xx: Turn into a moduleLinus Walleij2021-06-171-20/+17
| * hw_random: ixp4xx: Use SPDX license tagLinus Walleij2021-06-171-4/+1
| * hw_random: ixp4xx: enable compile-testingArnd Bergmann2021-06-172-3/+2
* | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-051-1/+1
|\ \
| * | char: hw_random: pseries-rng: Demote non-conformant kernel-doc headerLee Jones2021-05-211-1/+1
| |/
* | hwrng: ks-sa - Use pm_runtime_resume_and_get() to replace open codingTian Tao2021-06-031-2/+1
* | hwrng: omap - Use pm_runtime_resume_and_get() to replace open codingTian Tao2021-06-031-4/+2
* | hwrng: exynos - Use pm_runtime_resume_and_get() to replace open codingTian Tao2021-06-031-2/+1
* | hwrng: core - Use DEVICE_ATTR_<RW|RO> macroYueHaibing2021-05-281-21/+15
* | hwrng: core - remove redundant initialization of variable errShaokun Zhang2021-05-281-1/+1
* | hwrng: Kconfig - Remove leading spacesJuerg Haefliger2021-05-281-4/+4
* | hwrng: omap - Enable driver for TI K3 familySuman Anna2021-05-231-1/+1
* | hwrng: exynos - Fix runtime PM imbalance on errorŁukasz Stelmach2021-05-141-2/+2
* | hwrng: amd - remove redundant initialization of variable errColin Ian King2021-05-141-1/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-04-268-57/+31
|\
| * hwrng: omap - Use of_device_get_match_data() helperTian Tao2021-04-021-7/+4
| * hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emitZihao Tang2021-03-261-1/+1
| * hwrng: intel - Fix included header from 'asmTian Tao2021-03-261-1/+1
| * hwrng: cctrng - delete redundant printing of return valueWang Qing2021-03-191-3/+1
| * hwrng: ba431 - use devm_platform_ioremap_resource() to simplifyTian Tao2021-03-191-3/+1
| * hwrng: cctrng - use devm_platform_ioremap_resource() to simplifyTian Tao2021-03-191-11/+1
| * hwrng: bcm2835 - add reset supportÁlvaro Fernández Rojas2021-03-131-0/+10
| * hwrng: pic32 - Use device-managed registration APITian Tao2021-03-131-2/+1
| * hwrng: cctrng - Use device-managed registration APITian Tao2021-03-131-3/+1
| * hwrng: omap - Fix included header from 'asm'Tian Tao2021-03-071-2/+1
| * hwrng: bcm2835 - remove redundant null checkTian Tao2021-03-071-10/+7
| * hwrng: xiphera-trng - use devm_platform_ioremap_resource() to simplifyTian Tao2021-03-071-3/+1
| * hwrng: ba431 - Use device-managed registrationTian Tao2021-03-071-11/+1
* | vio: make remove callback return voidUwe Kleine-König2021-03-021-2/+1
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-221-2/+1
|\
| * amba: Make the remove callback return voidUwe Kleine-König2021-02-021-2/+1
* | hwrng: timeriomem - Use device-managed registration APITian Tao2021-02-101-2/+1
* | hwrng: optee - Use device-managed registration APITian Tao2021-02-101-2/+1
* | hwrng: timeriomem - Fix cooldown period calculationJan Henrik Weinstock2021-02-101-1/+1
* | hwrng: ingenic - Fix a resource leak in an error handling pathChristophe JAILLET2021-01-031-1/+5
* | hwrng: iproc-rng200 - Move enable/disable in separate functionMatthias Brugger2021-01-031-19/+16
* | hwrng: iproc-rng200 - Fix disable of the block.Matthias Brugger2021-01-031-3/+0
|/
* Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-171-8/+8
|\
| * um: random: Register random as hwrng-core deviceChristopher Obbard2020-12-131-8/+8
* | Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-141-3/+4
|\ \
| * | s390/trng: set quality to 1024Christian Borntraeger2020-11-091-3/+4
| |/
* | hwrng: ks-sa - Add dependency on IOMEM and OFHerbert Xu2020-12-041-0/+1
* | hwrng: hisi - remove HiSilicon TRNG driverWeili Qian2020-11-273-113/+0
* | hwrng: imx-rngc - irq already prints an errorNigel Christian2020-11-061-3/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-1312-27/+364
|\
| * hwrng: mxc-rnga - use semicolons rather than commas to separate statementsJulia Lawall2020-10-021-3/+3