summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)Author
2020-05-19Merge tag 'v4.9.220' into 4.9-2.3.x-imxMarcel Ziswiler
2020-01-04hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren
2019-12-05hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve
2019-10-05hwrng: core - don't wait on add_early_randomness()Laurent Vivier
2019-04-05hwrng: virtio - Avoid repeated init of completionDavid Tolnay
2018-08-24MLK-12343 MX6SL-EVK missing hardware random number generator.Dan Douglass
2018-05-30hwrng: stm32 - add reset during probelionel.debieve@st.com
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2017-03-30hwrng: geode - Revert managed API changesPrarit Bhargava
2017-03-30hwrng: amd - Revert managed API changesPrarit Bhargava
2016-10-19hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-09-22hwrng: omap - Only fail if pm_runtime_get_sync returns < 0Dave Gerlach
2016-09-22hwrng: geode - fix return value check in mod_init()Wei Yongjun
2016-09-22hwrng: amd - Fix return value check in mod_init()Wei Yongjun
2016-09-13hwrng: geode - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan
2016-09-13hwrng: geode - Migrate to managed APIPrasannaKumar Muralidharan
2016-09-13hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe()Wei Yongjun
2016-09-13hwrng: amd - Migrate to managed APIPrasannaKumar Muralidharan
2016-09-13hwrng: core - Allocate memory during module initPrasannaKumar Muralidharan
2016-09-13hwrng: pasemi - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan
2016-09-07hwrng: pasemi - Migrate to managed APIPrasannaKumar Muralidharan
2016-09-07hwrng: bcm2835 - handle of_iomap failuresArvind Yadav
2016-08-31hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_registerPrasannaKumar Muralidharan
2016-08-31hwrng: Remove check for max less than 4 bytesPrasannaKumar Muralidharan
2016-08-31hwrng: amd - Convert to new hwrng read() APICorentin LABBE
2016-08-31hwrng: amd - Access hardware via ioread32/iowrite32Corentin LABBE
2016-08-31hwrng: amd - Replace global variable with private structCorentin LABBE
2016-08-31hwrng: amd - release_region must be called after hwrng_unregisterCorentin LABBE
2016-08-31hwrng: amd - Remove asm/io.hCorentin LABBE
2016-08-31hwrng: amd - Be consitent with the driver nameCorentin LABBE
2016-08-31hwrng: amd - use the BIT macroCorentin LABBE
2016-08-31hwrng: amd - Fix style problem with blank lineCorentin LABBE
2016-08-31hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.Omer Khaliq
2016-08-24hwrng: omap3-rom - Remove obsoleted functionsPrasannaKumar Muralidharan
2016-08-24hwrng: mxc-rnga - Fix Kconfig dependencyFabian Frederick
2016-08-16hwrng: pic32 - Delete unnecessary assignment for the field "owner"Markus Elfring
2016-06-27hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon
2016-06-24hwrng: bcm2835 - Add support for Broadcom BCM5301xFlorian Fainelli
2016-06-13hwrng: meson - Add Amlogic Meson Hardware Random GeneratorNeil Armstrong
2016-06-13hwrng: exynos - fixup IO accesorsBen Dooks
2016-05-31hwrng: bcm2835 - Read as much data as availableYendapally Reddy Dhananjaya Reddy
2016-05-31hwrng: bcm2835 - Support Broadcom NSP SoC rngYendapally Reddy Dhananjaya Reddy
2016-05-31hwrng: stm32 - fix maybe uninitialized variable warningMaxime Coquelin
2016-04-20crypto4xx: integrate ppc4xx-rng into crypto4xxChristian Lamparter
2016-04-15hwrng: hisi - Add support for Hisilicon SoC RNGKefeng Wang
2016-04-05hwrng: exynos - Fix misspelled Samsung addressKrzysztof Kozlowski
2016-04-05hwrng: exynos - Enable COMPILE_TESTKrzysztof Kozlowski
2016-04-05hwrng: exynos - Disable runtime PM on driver unbindKrzysztof Kozlowski
2016-04-05hwrng: exynos - Disable runtime PM on probe failureKrzysztof Kozlowski