summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-04-141-5/+5
|\
| * hwrng: bcm2835 - fix oops when rng h/w is accessed during registrationMatt Porter2014-04-111-5/+5
* | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-3/+3
|\ \ | |/ |/|
| * hwrng: msm: switch Kconfig to ARCH_QCOM dependsKumar Gala2014-02-211-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-04-036-87/+36
|\ \
| * | hwrng: add randomness to system from rng sourcesKees Cook2014-03-101-0/+7
| * | hwrng: timeriomem - Use devm_*() functionsJingoo Han2014-03-101-30/+10
| * | hwrng: nomadik - Use devm_*() functionsJingoo Han2014-03-101-9/+4
| * | hwrng: pixocell - Use devm_clk_get()Jingoo Han2014-03-101-6/+2
| * | hwrng: omap3-rom - Use devm_clk_get()Jingoo Han2014-03-101-2/+1
| * | hwrng: atmel - Use devm_clk_get()Jingoo Han2014-03-101-6/+2
| * | hwrng: pixocell - Use devm_ioremap_resource()Jingoo Han2014-02-271-16/+3
| * | hwrng: atmel - Use devm_ioremap_resource()Jingoo Han2014-02-271-11/+4
| * | hwrng: cleanup in hwrng_register()Dan Carpenter2014-02-091-7/+3
| |/
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-021-2/+1
|\ \
| * | virtio-rng: don't crash if virtqueue is broken.Rusty Russell2014-03-131-2/+1
| |/
* / drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-076-6/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-11-236-4/+368
|\
| * hwrng: msm - Add PRNG support for MSM SoC'sStanimir Varbanov2013-10-303-0/+210
| * hwrng: OMAP3 ROM Random Number Generator supportPali Rohár2013-10-163-0/+155
| * hwrng: pseries - Return errors to upper levels in pseries-rng.cMichael Ellerman2013-10-071-3/+11
| * hwrng: pseries - Use KBUILD_MODNAME in pseries-rng.cMichael Ellerman2013-10-071-3/+2
| * hwrng: via-rng - Mark device ID table as __maybe_unusedBen Hutchings2013-09-131-1/+1
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-151-2/+2
|\ \
| * | virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu2013-09-231-2/+2
| |/
* | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-122-0/+2
|\ \
| * | powerpc: add missing explicit OF includes for ppcRob Herring2013-11-111-0/+1
| * | drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+1
| |/
* | hwrng: Add a driver for the hwrng found in power7+ systemsMichael Ellerman2013-10-113-0/+95
* | hwrng: Return errors to upper levels in pseries-rng.cMichael Ellerman2013-10-111-3/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2013-09-071-1/+1
|\
| * Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-07-131-1/+1
| |\
| | * MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney2013-06-101-1/+1
* | | hwrng: via - Add MODULE_DEVICE_TABLEBen Hutchings2013-09-021-0/+7
* | | hwrng: omap - reorder OMAP TRNG driver codeOlof Johansson2013-08-211-54/+54
* | | hwrng: tx4939 - simplify use of devm_ioremap_resourceJulia Lawall2013-08-141-3/+1
* | | hwrng: pixocel - Staticize 'rng_dev'Jingoo Han2013-08-091-1/+1
* | | hwrng: omap - Add OMAP4 TRNG supportLokesh Vutla2013-08-092-53/+305
* | | hwrng: omap - Add device tree supportLokesh Vutla2013-08-091-0/+12
* | | hwrng: omap - Remove duplicated function callLokesh Vutla2013-08-091-1/+0
* | | hwrng: omap - Convert to devm_kzalloc()Lokesh Vutla2013-08-091-7/+2
* | | hwrng: omap - Use module_platform_driver macroLokesh Vutla2013-08-091-16/+2
* | | hwrng: mxc-rnga - Check the return value from clk_prepare_enable()Fabio Estevam2013-08-011-1/+3
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-058-17/+8
|\ \
| * | hwrng: bcm2835 - fix MODULE_LICENSE tagArnd Bergmann2013-06-211-1/+1
| * | hwrng: nomadik - use clk_prepare_enable()Linus Walleij2013-06-051-1/+1
| * | hwrng: use platform_{get,set}_drvdata()Jingoo Han2013-06-053-9/+7
| * | hwrng: tx4939 - remove unnecessary platform_set_drvdata()Jingoo Han2013-05-241-1/+0
| * | hwrng: timeriomem - remove unnecessary platform_set_drvdata()Jingoo Han2013-05-241-2/+0