summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* crypto4xx: integrate ppc4xx-rng into crypto4xxChristian Lamparter2016-04-203-161/+0Star
* hwrng: hisi - Add support for Hisilicon SoC RNGKefeng Wang2016-04-153-0/+140
* hwrng: exynos - Fix misspelled Samsung addressKrzysztof Kozlowski2016-04-051-1/+1
* hwrng: exynos - Enable COMPILE_TESTKrzysztof Kozlowski2016-04-051-1/+2
* hwrng: exynos - Disable runtime PM on driver unbindKrzysztof Kozlowski2016-04-051-0/+9
* hwrng: exynos - Disable runtime PM on probe failureKrzysztof Kozlowski2016-04-051-1/+8
* hwrng: exynos - Fix unbalanced PM runtime put on timeout error pathKrzysztof Kozlowski2016-04-051-3/+7
* hwrng: exynos - Runtime suspend device after initKrzysztof Kozlowski2016-04-051-1/+2
* hwrng: bcm63xx - fix device tree compilationÁlvaro Fernández Rojas2016-04-051-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-176-9/+193
|\
| * hwrng: exynos - use __maybe_unused to hide pm functionsArnd Bergmann2016-03-111-6/+4Star
| * hwrng: bcm63xx - fix non device tree compatibilityÁlvaro Fernández Rojas2016-02-271-1/+3
| * hwrng: pic32 - Add PIC32 RNG hardware driverJoshua Henderson2016-02-163-0/+169
| * hwrng: n2 - Attach on T5/M5, T7/M7 SPARC CPUsAnatoly Pugachev2016-01-261-0/+10
| * hwrng: bcm63xx - allow building for BMIPS_GENERICÁlvaro Fernández Rojas2016-01-251-1/+1
| * hwrng: bcm63xx - add device tree supportÁlvaro Fernández Rojas2016-01-251-0/+7
| * hwrng: bcm63xx - remove unused variablesÁlvaro Fernández Rojas2016-01-251-2/+0Star
* | 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-132-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/+1Star
| * hwrng: mxc-rnga - Remove unnecessary dev_info messageFabio Estevam2015-09-211-2/+0Star
| * hwrng: mxc-rnga - Remove uneeded initializationFabio Estevam2015-09-211-1/+1
| * hwrng: mxc-rnga - Remove unneeded goto labelFabio Estevam2015-09-211-5/+2Star
| * hwrng: octeon - Use devm_hwrng_registerVaishali Thakkar2015-09-211-11/+1Star
* | 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/+14Star
|\ \ | |/ |/|
| * hwrng: Avoid manual device_create_file() callsTakashi Iwai2015-03-251-23/+11Star
| * 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