summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski2016-10-191-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-101-1/+1
|\
| * hwrng: mxc-rnga - Fix Kconfig dependencyFabian Frederick2016-08-241-1/+1
* | hwrng: omap - Only fail if pm_runtime_get_sync returns < 0Dave Gerlach2016-09-221-2/+2
* | hwrng: geode - fix return value check in mod_init()Wei Yongjun2016-09-221-2/+2
* | hwrng: amd - Fix return value check in mod_init()Wei Yongjun2016-09-221-4/+4
* | hwrng: geode - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan2016-09-131-4/+4
* | hwrng: geode - Migrate to managed APIPrasannaKumar Muralidharan2016-09-131-35/+15Star
* | hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe()Wei Yongjun2016-09-131-0/+1
* | hwrng: amd - Migrate to managed APIPrasannaKumar Muralidharan2016-09-131-37/+11Star
* | hwrng: core - Allocate memory during module initPrasannaKumar Muralidharan2016-09-131-17/+20
* | hwrng: pasemi - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan2016-09-131-1/+1
* | hwrng: pasemi - Migrate to managed APIPrasannaKumar Muralidharan2016-09-071-30/+7Star
* | hwrng: bcm2835 - handle of_iomap failuresArvind Yadav2016-09-071-2/+3
* | hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_registerPrasannaKumar Muralidharan2016-08-311-10/+1Star
* | hwrng: Remove check for max less than 4 bytesPrasannaKumar Muralidharan2016-08-312-6/+0Star
* | hwrng: amd - Convert to new hwrng read() APICorentin LABBE2016-08-311-19/+28
* | hwrng: amd - Access hardware via ioread32/iowrite32Corentin LABBE2016-08-311-6/+25
* | hwrng: amd - Replace global variable with private structCorentin LABBE2016-08-311-19/+38
* | hwrng: amd - release_region must be called after hwrng_unregisterCorentin LABBE2016-08-311-1/+2
* | hwrng: amd - Remove asm/io.hCorentin LABBE2016-08-311-4/+3Star
* | hwrng: amd - Be consitent with the driver nameCorentin LABBE2016-08-311-6/+5Star
* | hwrng: amd - use the BIT macroCorentin LABBE2016-08-311-3/+3
* | hwrng: amd - Fix style problem with blank lineCorentin LABBE2016-08-311-5/+1Star
* | hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.Omer Khaliq2016-08-314-0/+207
* | hwrng: omap3-rom - Remove obsoleted functionsPrasannaKumar Muralidharan2016-08-241-8/+2Star
* | hwrng: pic32 - Delete unnecessary assignment for the field "owner"Markus Elfring2016-08-161-1/+0Star
|/
* hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon2016-06-271-2/+14
* hwrng: bcm2835 - Add support for Broadcom BCM5301xFlorian Fainelli2016-06-242-1/+2
* hwrng: meson - Add Amlogic Meson Hardware Random GeneratorNeil Armstrong2016-06-133-0/+146
* hwrng: exynos - fixup IO accesorsBen Dooks2016-06-131-2/+2
* hwrng: bcm2835 - Read as much data as availableYendapally Reddy Dhananjaya Reddy2016-05-311-2/+10
* hwrng: bcm2835 - Support Broadcom NSP SoC rngYendapally Reddy Dhananjaya Reddy2016-05-312-5/+31
* hwrng: stm32 - fix maybe uninitialized variable warningMaxime Coquelin2016-05-311-5/+5
* 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