summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
AgeCommit message (Expand)AuthorLines
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-1/+1
2016-09-22hwrng: omap - Only fail if pm_runtime_get_sync returns < 0Dave Gerlach-2/+2
2016-09-22hwrng: geode - fix return value check in mod_init()Wei Yongjun-2/+2
2016-09-22hwrng: amd - Fix return value check in mod_init()Wei Yongjun-4/+4
2016-09-13hwrng: geode - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan-4/+4
2016-09-13hwrng: geode - Migrate to managed APIPrasannaKumar Muralidharan-35/+15
2016-09-13hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe()Wei Yongjun-0/+1
2016-09-13hwrng: amd - Migrate to managed APIPrasannaKumar Muralidharan-37/+11
2016-09-13hwrng: core - Allocate memory during module initPrasannaKumar Muralidharan-17/+20
2016-09-13hwrng: pasemi - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan-1/+1
2016-09-07hwrng: pasemi - Migrate to managed APIPrasannaKumar Muralidharan-30/+7
2016-09-07hwrng: bcm2835 - handle of_iomap failuresArvind Yadav-2/+3
2016-08-31hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_registerPrasannaKumar Muralidharan-10/+1
2016-08-31hwrng: Remove check for max less than 4 bytesPrasannaKumar Muralidharan-6/+0
2016-08-31hwrng: amd - Convert to new hwrng read() APICorentin LABBE-19/+28
2016-08-31hwrng: amd - Access hardware via ioread32/iowrite32Corentin LABBE-6/+25
2016-08-31hwrng: amd - Replace global variable with private structCorentin LABBE-19/+38
2016-08-31hwrng: amd - release_region must be called after hwrng_unregisterCorentin LABBE-1/+2
2016-08-31hwrng: amd - Remove asm/io.hCorentin LABBE-4/+3
2016-08-31hwrng: amd - Be consitent with the driver nameCorentin LABBE-6/+5
2016-08-31hwrng: amd - use the BIT macroCorentin LABBE-3/+3
2016-08-31hwrng: amd - Fix style problem with blank lineCorentin LABBE-5/+1
2016-08-31hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.Omer Khaliq-0/+207
2016-08-24hwrng: omap3-rom - Remove obsoleted functionsPrasannaKumar Muralidharan-8/+2
2016-08-24hwrng: mxc-rnga - Fix Kconfig dependencyFabian Frederick-1/+1
2016-08-16hwrng: pic32 - Delete unnecessary assignment for the field "owner"Markus Elfring-1/+0
2016-06-27hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon-2/+14
2016-06-24hwrng: bcm2835 - Add support for Broadcom BCM5301xFlorian Fainelli-1/+2
2016-06-13hwrng: meson - Add Amlogic Meson Hardware Random GeneratorNeil Armstrong-0/+146
2016-06-13hwrng: exynos - fixup IO accesorsBen Dooks-2/+2
2016-05-31hwrng: bcm2835 - Read as much data as availableYendapally Reddy Dhananjaya Reddy-2/+10
2016-05-31hwrng: bcm2835 - Support Broadcom NSP SoC rngYendapally Reddy Dhananjaya Reddy-5/+31
2016-05-31hwrng: stm32 - fix maybe uninitialized variable warningMaxime Coquelin-5/+5
2016-04-20crypto4xx: integrate ppc4xx-rng into crypto4xxChristian Lamparter-161/+0
2016-04-15hwrng: hisi - Add support for Hisilicon SoC RNGKefeng Wang-0/+140
2016-04-05hwrng: exynos - Fix misspelled Samsung addressKrzysztof Kozlowski-1/+1
2016-04-05hwrng: exynos - Enable COMPILE_TESTKrzysztof Kozlowski-1/+2
2016-04-05hwrng: exynos - Disable runtime PM on driver unbindKrzysztof Kozlowski-0/+9
2016-04-05hwrng: exynos - Disable runtime PM on probe failureKrzysztof Kozlowski-1/+8
2016-04-05hwrng: exynos - Fix unbalanced PM runtime put on timeout error pathKrzysztof Kozlowski-3/+7
2016-04-05hwrng: exynos - Runtime suspend device after initKrzysztof Kozlowski-1/+2
2016-04-05hwrng: bcm63xx - fix device tree compilationÁlvaro Fernández Rojas-0/+1
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-9/+193
2016-03-11hwrng: exynos - use __maybe_unused to hide pm functionsArnd Bergmann-6/+4
2016-02-28hwrng: bcm63xx - fix non device tree compatibilityÁlvaro Fernández Rojas-1/+3
2016-02-17hwrng: pic32 - Add PIC32 RNG hardware driverJoshua Henderson-0/+169
2016-01-26hwrng: n2 - Attach on T5/M5, T7/M7 SPARC CPUsAnatoly Pugachev-0/+10
2016-01-26hwrng: stm32 - Fix dependencies for !HAS_IOMEM archsRichard Weinberger-0/+1
2016-01-25hwrng: bcm63xx - allow building for BMIPS_GENERICÁlvaro Fernández Rojas-1/+1
2016-01-25hwrng: bcm63xx - add device tree supportÁlvaro Fernández Rojas-0/+7