summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* 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
| * hwrng: iproc-rng200 - use semicolons rather than commas to separate statementsJulia Lawall2020-10-021-4/+4
| * hwrng: stm32 - use semicolons rather than commas to separate statementsJulia Lawall2020-10-021-4/+4
| * hwrng: npcm - modify readl to readbTomer Maimon2020-10-021-7/+7
| * hwrng: ingenic - Add hardware TRNG for Ingenic X1830周琰杰 (Zhou Yanjie)2020-09-253-0/+176
| * hwrng: xiphera-trng: add support for XIP8001B hwrngAtte Tommiska2020-09-113-0/+161
| * hwrng: imx-rngc - add quality to use it as kernel entropy poolMarco Felsch2020-09-111-0/+1
| * hwrng: cctrn - Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-041-5/+4
| * hwrng: intel - cleanup initializationTom Rix2020-08-211-1/+1
| * hwrng: optee - fix wait use caseJorge Ramirez-Ortiz2020-08-211-2/+2
| * hwrng: optee - handle unlimited data ratesJorge Ramirez-Ortiz2020-08-211-1/+1
* | crypto: ingenic - Drop kfree for memory allocated with devm_kzallocWei Yongjun2020-08-211-7/+2
|/
* 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