summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* hwrng: core - remove redundant initialization of variable retColin Ian King2020-07-311-1/+1
* crypto: ingenic - Add hardware RNG for Ingenic JZ4780 and X1000周琰杰 (Zhou Yanjie)2020-07-313-0/+170
* hwrng: imx-rngc - enable driver for i.MX6Horia Geantă2020-07-231-1/+1
* hwrng: ks-sa - Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-161-1/+1
* hwrng: ba431 - Include kernel.hHerbert Xu2020-07-161-0/+1
* hwrng: virtio - Constify id_table[]Rikard Falkeborn2020-07-091-1/+1
* hwrng: nomadik - Constify nmk_rng_ids[]Rikard Falkeborn2020-07-091-1/+1
* hwrng: bcm2835 - Constify bcm2835_rng_devtype[]Rikard Falkeborn2020-07-091-1/+1
* hwrng: ba431 - HW_RANDOM_BA431 should not default to yGeert Uytterhoeven2020-07-091-3/+0
* hwrng: ba431 - Add dependency on HAS_IOMEMHerbert Xu2020-07-091-0/+1
* hwrng: octeon - Fix sparse warningsHerbert Xu2020-07-091-3/+3
* hwrng: pic32 - Fix W=1 unused variable warningHerbert Xu2020-07-091-1/+1
* hwrng: st - Fix W=1 unused variable warningHerbert Xu2020-07-091-1/+2
* hwrng: bcm2835 - Fix W=1 unused variable warningHerbert Xu2020-07-091-2/+1
* hwrng: hisi - Fix W=1 unused variable warningHerbert Xu2020-07-091-1/+1
* hwrng: omap - Fix W=1 unused variable warningHerbert Xu2020-07-091-9/+2
* hwrng: npcm - Fix W=1 unused variable warningHerbert Xu2020-07-091-1/+1
* hwrng: ba431 - add support for BA431 hwrngOlivier Sobrie2020-06-183-0/+247
* hwrng: ks-sa - Fix runtime PM imbalance on errorDinghao Liu2020-06-151-0/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-31/+31
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-017-8/+824
|\
| * hwrng: cctrng - update help descriptionHadar Gat2020-05-081-6/+7
| * hwrng: cctrng - change default to nHadar Gat2020-05-081-1/+0
| * hwrng: cctrng - Add dependency on OFHadar Gat2020-05-081-1/+1
| * hwrng: cctrng - Make some symbols staticZou Wei2020-04-301-2/+2
| * hwrng: optee - Use UUID API for exporting the UUIDAndy Shevchenko2020-04-301-1/+1
| * hwrng: cctrng - Remove unnecessary FIPS ifdefHerbert Xu2020-04-301-3/+1
| * hwrng: cctrng - Add dependency on HAS_IOMEMHerbert Xu2020-04-221-0/+1
| * hwrng: cctrng - add missing include to linux/fips.hHadar Gat2020-04-201-0/+1
| * hwrng: xgene - Delete an error message in xgene_rng_probe()Markus Elfring2020-04-161-3/+1
| * hwrng: omap - Delete an error message in of_get_omap_rng_device_details()Markus Elfring2020-04-161-4/+1
| * hwrng: cctrng - introduce Arm CryptoCell driverHadar Gat2020-04-164-0/+821
* | virtio-rng: pull in slab.hMichael S. Tsirkin2020-04-171-0/+1
|/
* change email address for Pali RohárPali Rohár2020-04-101-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-282-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