summaryrefslogtreecommitdiffstats
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 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
| * 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