summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* hwrng: starfive - Add runtime pm opsJia Jie Ho2023-12-221-2/+6
* hwrng: xgene - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: timeriomem - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: stm32 - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: omap - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: npcm - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: n2 - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: mxc - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: ks-sa - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: ingenic - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: exynos - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: cctrng - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: atmel - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
* hwrng: virtio - Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-151-3/+3
* hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu2023-12-081-13/+21
* hwrng: stm32 - add missing clk_disable_unprepare() in stm32_rng_init()Yang Yingliang2023-12-081-0/+1
* hwrng: starfive - Fix dev_err_probe return errorJia Jie Ho2023-12-011-1/+1
* hwrng: virtio - remove #ifdef guards for PM functionsMartin Kaiser2023-11-171-6/+2
* hwrng: ingenic - Replace of_device.h with explicit of.h includeRob Herring2023-11-171-1/+1
* Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-0215-131/+537
|\
| * hwrng: n2 - Use device_get_match_data()Rob Herring2023-10-131-7/+3
| * hwrng: meson - add support for S4Alexey Romanov2023-10-051-3/+77
| * hwrng: stm32 - rework power management sequencesGatien Chevallier2023-10-011-11/+97
| * hwrng: stm32 - support RNG configuration locking mechanismGatien Chevallier2023-10-011-0/+5
| * hwrng: stm32 - restrain RNG noise source clockGatien Chevallier2023-10-011-2/+32
| * hwrng: stm32 - rework error handling in stm32_rng_read()Gatien Chevallier2023-10-011-12/+41
| * hwrng: stm32 - implement error concealmentGatien Chevallier2023-10-011-4/+110
| * hwrng: stm32 - implement STM32MP13x supportGatien Chevallier2023-10-011-64/+158
| * hwrng: stm32 - use devm_platform_get_and_ioremap_resource() APIGatien Chevallier2023-10-011-7/+2
| * hwrng: imx-rngc - reasonable timeout for initial seedMartin Kaiser2023-09-201-3/+3
| * hwrng: imx-rngc - reasonable timeout for selftestMartin Kaiser2023-09-201-1/+3
| * hwrng: geode - fix accessing registersJonas Gorski2023-09-151-2/+4
| * hwrng: octeon - Fix warnings on 32-bit platformsHerbert Xu2023-09-151-3/+3
| * hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren2023-09-152-1/+7
| * hwrng: xiphera - removed unnneded platform_set_drvdata()Andrei Coardos2023-09-151-2/+0
| * hwrng: xgene - removed unneeded call to platform_set_drvdata()Andrei Coardos2023-09-151-1/+0
| * hwrng: mpfs - removed unneeded call to platform_set_drvdata()Andrei Coardos2023-09-151-2/+0
| * hwrng: st - add MODULE_DESCRIPTIONMartin Kaiser2023-09-151-0/+1
| * hwrng: nomadik - add MODULE_DESCRIPTIONMartin Kaiser2023-09-151-0/+1
| * hwrng: ks-sa - use dev_err_probeMartin Kaiser2023-09-151-6/+3
| * hwrng: ks-sa - remove dev from struct ks_sa_rngMartin Kaiser2023-09-151-2/+0
| * hwrng: ks-sa - access private data via struct hwrngMartin Kaiser2023-09-151-11/+4
| * hwrng: hisi - removed unneeded call to platform_set_drvdata()Andrei Coardos2023-09-151-2/+0
| * hwrng: bcm2835 - removed call to platform_set_drvdata()Andrei Coardos2023-09-151-2/+0
* | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+1
|/
* hwrng: iproc-rng200 - Implement suspend and resume callsFlorian Fainelli2023-08-181-0/+25
* hwrng: core - Remove duplicated includeGUO Zihua2023-08-181-2/+1
* hwrng: xgene: Add explicit io.h includeRob Herring2023-08-051-0/+1
* hwrng: Enable COMPILE_TEST for more driversRob Herring2023-08-043-16/+19
* hwrng: Explicitly include correct DT includesRob Herring2023-08-0412-21/+12