summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)Author
2023-12-22hwrng: starfive - Add runtime pm opsJia Jie Ho
2023-12-15hwrng: xgene - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: timeriomem - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: stm32 - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: omap - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: npcm - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: n2 - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: mxc - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: ks-sa - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: ingenic - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: exynos - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: cctrng - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: atmel - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: virtio - Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-08hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu
2023-12-08hwrng: stm32 - add missing clk_disable_unprepare() in stm32_rng_init()Yang Yingliang
2023-12-01hwrng: starfive - Fix dev_err_probe return errorJia Jie Ho
2023-11-17hwrng: virtio - remove #ifdef guards for PM functionsMartin Kaiser
2023-11-17hwrng: ingenic - Replace of_device.h with explicit of.h includeRob Herring
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-10-13hwrng: n2 - Use device_get_match_data()Rob Herring
2023-10-05hwrng: meson - add support for S4Alexey Romanov
2023-10-01hwrng: stm32 - rework power management sequencesGatien Chevallier
2023-10-01hwrng: stm32 - support RNG configuration locking mechanismGatien Chevallier
2023-10-01hwrng: stm32 - restrain RNG noise source clockGatien Chevallier
2023-10-01hwrng: stm32 - rework error handling in stm32_rng_read()Gatien Chevallier
2023-10-01hwrng: stm32 - implement error concealmentGatien Chevallier
2023-10-01hwrng: stm32 - implement STM32MP13x supportGatien Chevallier
2023-10-01hwrng: stm32 - use devm_platform_get_and_ioremap_resource() APIGatien Chevallier
2023-09-20hwrng: imx-rngc - reasonable timeout for initial seedMartin Kaiser
2023-09-20hwrng: imx-rngc - reasonable timeout for selftestMartin Kaiser
2023-09-15hwrng: geode - fix accessing registersJonas Gorski
2023-09-15hwrng: octeon - Fix warnings on 32-bit platformsHerbert Xu
2023-09-15hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren
2023-09-15hwrng: xiphera - removed unnneded platform_set_drvdata()Andrei Coardos
2023-09-15hwrng: xgene - removed unneeded call to platform_set_drvdata()Andrei Coardos
2023-09-15hwrng: mpfs - removed unneeded call to platform_set_drvdata()Andrei Coardos
2023-09-15hwrng: st - add MODULE_DESCRIPTIONMartin Kaiser
2023-09-15hwrng: nomadik - add MODULE_DESCRIPTIONMartin Kaiser
2023-09-15hwrng: ks-sa - use dev_err_probeMartin Kaiser
2023-09-15hwrng: ks-sa - remove dev from struct ks_sa_rngMartin Kaiser
2023-09-15hwrng: ks-sa - access private data via struct hwrngMartin Kaiser
2023-09-15hwrng: hisi - removed unneeded call to platform_set_drvdata()Andrei Coardos
2023-09-15hwrng: bcm2835 - removed call to platform_set_drvdata()Andrei Coardos
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-08-18hwrng: iproc-rng200 - Implement suspend and resume callsFlorian Fainelli
2023-08-18hwrng: core - Remove duplicated includeGUO Zihua
2023-08-05hwrng: xgene: Add explicit io.h includeRob Herring
2023-08-04hwrng: Enable COMPILE_TEST for more driversRob Herring
2023-08-04hwrng: Explicitly include correct DT includesRob Herring