summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\
| * hwrng: virtio - unregister device before resetMichael S. Tsirkin2022-01-141-1/+1
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* | Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-01-143-171/+0
|\ \
| * | MIPS: TXX9: Remove TX4939 SoC supportThomas Bogendoerfer2022-01-023-171/+0
| |/
* | hwrng: cn10k - Add random number generator supportSunil Goutham2021-12-243-0/+193
* | hwrng: cavium - Check health status while reading random dataSunil Goutham2021-11-203-17/+190
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-11-031-21/+65
|\
| * hwrng: virtio - always add a pending requestLaurent Vivier2021-11-011-14/+12
| * hwrng: virtio - don't waste entropyLaurent Vivier2021-11-011-17/+35
| * hwrng: virtio - don't wait on cleanupLaurent Vivier2021-11-011-1/+6
| * hwrng: virtio - add an internal bufferLaurent Vivier2021-11-011-10/+33
* | hwrng: s390 - replace snprintf in show functions with sysfs_emitQing Wang2021-10-221-2/+2
* | hwrng: mtk - Force runtime pm ops for sleep opsMarkus Schneider-Pargmann2021-10-081-2/+7
* | hwrng: meson - Improve error handling for core clockUwe Kleine-König2021-10-011-2/+3
* | hwrng: ixp4xx - Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-171-3/+1
* | hwrng: Kconfig - Add helper dependency on COMPILE_TESTCai Huoqing2021-09-171-6/+6
|/
* 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
|/