summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)AuthorFilesLines
2020-06-11x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-1/+1
2020-05-10hwrng: exynos - Disable runtime PM on driver unbindKrzysztof Kozlowski1-0/+9
2020-01-04hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren1-1/+2
2019-12-05hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve1-0/+8
2019-10-05hwrng: core - don't wait on add_early_randomness()Laurent Vivier1-1/+1
2019-04-27hwrng: virtio - Avoid repeated init of completionDavid Tolnay1-1/+1
2018-06-16x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-2/+3
2018-05-30hwrng: stm32 - add reset during probelionel.debieve@st.com1-0/+9
2018-02-25hwrng: exynos - use __maybe_unused to hide pm functionsArnd Bergmann1-6/+4
2018-01-17hwrng: core - sleep interruptible in readJiri Slaby1-1/+5
2016-11-18hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski1-3/+3
2016-10-31hwrng: omap - Only fail if pm_runtime_get_sync returns < 0Dave Gerlach1-2/+2
2016-10-07hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon1-2/+14
2016-09-15hwrng: exynos - Disable runtime PM on probe failureKrzysztof Kozlowski1-1/+8
2016-06-08hwrng: exynos - Fix unbalanced PM runtime put on timeout error pathKrzysztof Kozlowski1-3/+7
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds10-32/+435
2015-10-20hwrng: exynos - Add Device Tree supportKrzysztof Kozlowski1-0/+9
2015-10-20hwrng: exynos - Fix missing configuration after suspend to RAMKrzysztof Kozlowski1-7/+35
2015-10-20hwrng: exynos - Add timeout for waiting on init doneKrzysztof Kozlowski1-1/+4
2015-10-20hwrng: exynos - Fix unbalanced PM runtime get/putsDaniel Thompson1-1/+1
2015-10-15hwrng: stm32 - Fix build with CONFIG_PMDaniel Thompson1-2/+2
2015-10-14hwrng: stm32 - add support for STM32 HW RNGDaniel Thompson3-0/+215
2015-10-08hwrng: st - Improve FIFO size/depth descriptionLee Jones1-1/+2
2015-10-08hwrng: st - Use real-world device timings for timeoutLee Jones1-2/+8
2015-09-21hwrng: xgene - fix handling platform_get_irqAndrzej Hajda1-3/+4
2015-09-21hwrng: st - Add support for ST's HW Random Number GeneratorLee Jones3-0/+155
2015-09-21hwrng: core - Simplify RNG switching from sysfsLee Jones1-1/+1
2015-09-21hwrng: Kconfig - Fix device node name reference /dev/hw_random => /dev/hwrngLee Jones1-1/+1
2015-09-21hwrng: Fix module autoload for OF platform driversLuis de Bethencourt2-0/+2
2015-09-21hwrng: mxc-rnga - Use the preferred format for kzallocFabio Estevam1-2/+1
2015-09-21hwrng: mxc-rnga - Remove unnecessary dev_info messageFabio Estevam1-2/+0
2015-09-21hwrng: mxc-rnga - Remove uneeded initializationFabio Estevam1-1/+1
2015-09-21hwrng: mxc-rnga - Remove unneeded goto labelFabio Estevam1-5/+2
2015-09-21hwrng: octeon - Use devm_hwrng_registerVaishali Thakkar1-11/+1
2015-07-28hwrng: core - correct error check of kthread_run callMartin Schwidefsky1-1/+1
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar1-1/+1
2015-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-9/+9
2015-05-04hwrng: bcm63xx - Fix driver compilationÁlvaro Fernández Rojas1-9/+9
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-26/+14
2015-03-25hwrng: Avoid manual device_create_file() callsTakashi Iwai1-23/+11
2015-03-18hwrng: core - allow perfect entropy from hardware devicesKeith Packard1-1/+2
2015-03-17hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in initAndre Wolokita1-1/+1
2015-03-17hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disa...Andre Wolokita1-1/+1
2015-03-16char: constify of_device_id arrayFabian Frederick3-3/+3
2015-03-16hwrng: iproc-rng200 - make use of devm_hwrng_registerDmitry Torokhov1-14/+1
2015-03-16hwrng: iproc-rng200 - do not use static structureDmitry Torokhov1-23/+21
2015-03-16hwrng: msm - make use of devm_hwrng_registerDmitry Torokhov1-10/+1
2015-03-16hwrng: exynos - make use of devm_hwrng_registerDmitry Torokhov1-11/+1
2015-03-16hwrng: bcm63xx - make use of devm_hwrng_registerDmitry Torokhov1-56/+31
2015-03-16hwrng: add devm_* interfacesDmitry Torokhov1-0/+42