summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* hwrng: stm32 - Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-01-261-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-122-7/+12
|\
| * hwrng: core - sleep interruptible in readJiri Slaby2015-12-041-1/+5
| * hwrng: omap3-rom - convert timer to delayed workAaro Koskinen2015-11-231-6/+7
* | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-191-2/+3
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-0410-32/+435
|\
| * hwrng: exynos - Add Device Tree supportKrzysztof Kozlowski2015-10-201-0/+9
| * hwrng: exynos - Fix missing configuration after suspend to RAMKrzysztof Kozlowski2015-10-201-7/+35
| * hwrng: exynos - Add timeout for waiting on init doneKrzysztof Kozlowski2015-10-201-1/+4
| * hwrng: exynos - Fix unbalanced PM runtime get/putsDaniel Thompson2015-10-201-1/+1
| * hwrng: stm32 - Fix build with CONFIG_PMDaniel Thompson2015-10-151-2/+2
| * hwrng: stm32 - add support for STM32 HW RNGDaniel Thompson2015-10-143-0/+215
| * hwrng: st - Improve FIFO size/depth descriptionLee Jones2015-10-081-1/+2
| * hwrng: st - Use real-world device timings for timeoutLee Jones2015-10-081-2/+8
| * hwrng: st - Add support for ST's HW Random Number GeneratorLee Jones2015-09-213-0/+155
| * hwrng: core - Simplify RNG switching from sysfsLee Jones2015-09-211-1/+1
| * hwrng: Kconfig - Fix device node name reference /dev/hw_random => /dev/hwrngLee Jones2015-09-211-1/+1
| * hwrng: Fix module autoload for OF platform driversLuis de Bethencourt2015-09-212-0/+2
| * hwrng: mxc-rnga - Use the preferred format for kzallocFabio Estevam2015-09-211-2/+1
| * hwrng: mxc-rnga - Remove unnecessary dev_info messageFabio Estevam2015-09-211-2/+0
| * hwrng: mxc-rnga - Remove uneeded initializationFabio Estevam2015-09-211-1/+1
| * hwrng: mxc-rnga - Remove unneeded goto labelFabio Estevam2015-09-211-5/+2
| * hwrng: octeon - Use devm_hwrng_registerVaishali Thakkar2015-09-211-11/+1
* | hwrng: xgene - fix handling platform_get_irqAndrzej Hajda2015-09-211-3/+4
|/
* hwrng: core - correct error check of kthread_run callMartin Schwidefsky2015-07-281-1/+1
* x86/fpu: Rename i387.h to fpu/api.hIngo Molnar2015-05-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-051-9/+9
|\
| * hwrng: bcm63xx - Fix driver compilationÁlvaro Fernández Rojas2015-05-041-9/+9
* | Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-214-26/+14
|\ \ | |/ |/|
| * hwrng: Avoid manual device_create_file() callsTakashi Iwai2015-03-251-23/+11
| * char: constify of_device_id arrayFabian Frederick2015-03-163-3/+3
* | hwrng: core - allow perfect entropy from hardware devicesKeith Packard2015-03-181-1/+2
* | hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in initAndre Wolokita2015-03-171-1/+1
* | hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disa...Andre Wolokita2015-03-171-1/+1
* | hwrng: iproc-rng200 - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-14/+1
* | hwrng: iproc-rng200 - do not use static structureDmitry Torokhov2015-03-161-23/+21
* | hwrng: msm - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-10/+1
* | hwrng: exynos - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-11/+1
* | hwrng: bcm63xx - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-56/+31
* | hwrng: add devm_* interfacesDmitry Torokhov2015-03-161-0/+42
* | hwrng: omap - remove #ifdefery around PM methodsDmitry Torokhov2015-03-121-12/+3
* | hwrng: pseries - remove incorrect __init/__exit markupsDmitry Torokhov2015-03-121-2/+2
* | hwrng: octeon - remove incorrect __exit markupsDmitry Torokhov2015-03-121-2/+2
* | hwrng: omap - remove incorrect __exit markupsDmitry Torokhov2015-03-121-2/+2
* | hwrng: xgene - add ACPI support for APM X-Gene RNG unitFeng Kan2015-03-091-0/+10
* | hwrng: iproc-rng200 - Add Broadcom IPROC RNG driverScott Branden2015-03-063-0/+268
* | hwrng: bcm63xx - use devm_* helpersFlorian Fainelli2015-03-011-14/+6
* | hwrng: bcm63xx - move register definitions to driverFlorian Fainelli2015-03-011-1/+9
* | hwrng: bcm63xx - drop bcm_{readl,writel} macrosFlorian Fainelli2015-03-011-7/+6
|/
* hwrng: virtio - drop extra empty lineMichael S. Tsirkin2015-01-261-1/+0