aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-4/+368
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-0/+2
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring1-0/+1
2013-10-30hwrng: msm - Add PRNG support for MSM SoC'sStanimir Varbanov3-0/+210
2013-10-16hwrng: OMAP3 ROM Random Number Generator supportPali Rohár3-0/+155
2013-10-11hwrng: Add a driver for the hwrng found in power7+ systemsMichael Ellerman3-0/+95
2013-10-11hwrng: Return errors to upper levels in pseries-rng.cMichael Ellerman1-3/+11
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+1
2013-10-07hwrng: pseries - Return errors to upper levels in pseries-rng.cMichael Ellerman1-3/+11
2013-10-07hwrng: pseries - Use KBUILD_MODNAME in pseries-rng.cMichael Ellerman1-3/+2
2013-09-23virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu1-2/+2
2013-09-13hwrng: via-rng - Mark device ID table as __maybe_unusedBen Hutchings1-1/+1
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu1-1/+1
2013-09-02hwrng: via - Add MODULE_DEVICE_TABLEBen Hutchings1-0/+7
2013-08-21hwrng: omap - reorder OMAP TRNG driver codeOlof Johansson1-54/+54
2013-08-14hwrng: tx4939 - simplify use of devm_ioremap_resourceJulia Lawall1-3/+1
2013-08-09hwrng: pixocel - Staticize 'rng_dev'Jingoo Han1-1/+1
2013-08-09hwrng: omap - Add OMAP4 TRNG supportLokesh Vutla2-53/+305
2013-08-09hwrng: omap - Add device tree supportLokesh Vutla1-0/+12
2013-08-09hwrng: omap - Remove duplicated function callLokesh Vutla1-1/+0
2013-08-09hwrng: omap - Convert to devm_kzalloc()Lokesh Vutla1-7/+2
2013-08-09hwrng: omap - Use module_platform_driver macroLokesh Vutla1-16/+2
2013-08-01hwrng: mxc-rnga - Check the return value from clk_prepare_enable()Fabio Estevam1-1/+3
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-17/+8
2013-06-21hwrng: bcm2835 - fix MODULE_LICENSE tagArnd Bergmann1-1/+1
2013-06-19hwrng: bcm2835: fix MODULE_LICENSE tagArnd Bergmann1-1/+1
2013-06-10MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney1-1/+1
2013-06-05hwrng: nomadik - use clk_prepare_enable()Linus Walleij1-1/+1
2013-06-05hwrng: use platform_{get,set}_drvdata()Jingoo Han3-9/+7
2013-05-24hwrng: tx4939 - remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-24hwrng: timeriomem - remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-24hwrng: bcm63xx - remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-24hwrng: atmel - remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-12drivers/char/hw_random: don't check resource with devm_ioremap_resourceWolfram Sang2-11/+0
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-72/+268
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-04-25hwrng: timeriomem - added devicetree hooksAlexander Clouter1-2/+22
2013-04-25hwrng: timeriomem - update to support more than one deviceAlexander Clouter1-54/+116
2013-04-25hwrng: bcm2835 - Add Broadcom BCM2835 RNG driverLubomir Rintel3-0/+126
2013-04-14Merge 3.9-rc7 into char-misc-nextGreg Kroah-Hartman1-0/+9
2013-03-26Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into char-misc-nextGreg Kroah-Hartman1-2/+11
2013-03-22hwrng: mxc-rnga - Use devm_ioremap_resource()Fabio Estevam1-17/+4
2013-03-22hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resumeJingoo Han1-1/+2
2013-03-20virtio_rng: use simplified virtqueue accessors.Rusty Russell1-1/+1
2013-03-20hw_random: free rng_buffer at module exitSatoru Takeuchi1-0/+9
2013-03-15drivers: char: use module_platform_driver_probe()Fabio Porcedda2-24/+2
2013-03-08virtio: rng: disallow multiple device registrations, fixes crashesAmit Shah1-2/+11