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 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
| * hwrng: bcm63xx - remove unnecessary platform_set_drvdata()Jingoo Han2013-05-241-2/+0
| * hwrng: atmel - remove unnecessary platform_set_drvdata()Jingoo Han2013-05-241-2/+0
* | hwrng: bcm2835: fix MODULE_LICENSE tagArnd Bergmann2013-06-191-1/+1
* | drivers/char/hw_random: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-122-11/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-05-026-72/+268
|\
| * hwrng: timeriomem - added devicetree hooksAlexander Clouter2013-04-251-2/+22
| * hwrng: timeriomem - update to support more than one deviceAlexander Clouter2013-04-251-54/+116
| * hwrng: bcm2835 - Add Broadcom BCM2835 RNG driverLubomir Rintel2013-04-253-0/+126
| * hwrng: mxc-rnga - Use devm_ioremap_resource()Fabio Estevam2013-03-221-17/+4
| * hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resumeJingoo Han2013-03-221-1/+2
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-021-1/+1
|\ \
| * | virtio_rng: use simplified virtqueue accessors.Rusty Russell2013-03-201-1/+1
* | | Merge 3.9-rc7 into char-misc-nextGreg Kroah-Hartman2013-04-141-0/+9
|\ \ \
| * | | hw_random: free rng_buffer at module exitSatoru Takeuchi2013-03-201-0/+9
* | | | Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-03-261-2/+11
|\| | |
| * | | virtio: rng: disallow multiple device registrations, fixes crashesAmit Shah2013-03-081-2/+11
* | | | drivers: char: use module_platform_driver_probe()Fabio Porcedda2013-03-152-24/+2
|/ / /
* / / hw_random: make buffer usable in scatterlist.Rusty Russell2013-03-051-3/+16
|/ /
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-261-12/+1
|\ \ | |/ |/|
| * virtio: use module_virtio_driver.Rusty Russell2013-02-131-12/+1
* | Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-02-211-1/+1
|\ \
| * | Drivers: char: exynos_rng_pm_ops can be staticFengguang Wu2013-01-201-1/+1
| |/
* / char: Convert to devm_ioremap_resource()Thierry Reding2013-01-223-10/+12
|/
* Drivers: char: remove __dev* attributes.Greg Kroah-Hartman2013-01-0311-16/+16
* Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-12-131-1/+1
|\
| * ARM: plat-nomadik: move MTU, kill plat-nomadikLinus Walleij2012-11-051-1/+1
* | Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-2/+0
|\ \
| * | ARM: OMAP: Trivial driver changes to remove include plat/cpu.hTony Lindgren2012-10-151-2/+0
| |/
* | Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-12-119-10/+10
|\ \
| * | char: remove use of __devexitBill Pemberton2012-11-219-9/+9
| * | char: remove use of __devinitdataBill Pemberton2012-11-211-1/+1
| |/
* / IXP4xx: HW pseudo-random generator is available on IXP45x/46x only.Krzysztof HaƂasa2012-11-222-4/+7
|/
* Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-10-071-51/+70
|\
| * hwrng: OMAP: remove SoC restrictions from driver registrationPaul Walmsley2012-09-231-3/+0
| * hwrng: OMAP: convert to use runtime PMPaul Walmsley2012-09-231-26/+9
| * hwrng: OMAP: store per-device data in per-device variables, not file staticsPaul Walmsley2012-09-231-38/+77
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-10-042-69/+56
|\ \
| * | hwrng: mxc-rnga - Access data via structureFabio Estevam2012-09-071-57/+51
| * | hwrng: mxc-rnga - Adapt clocks to new i.mx clock frameworkFabio Estevam2012-09-071-5/+5
| * | drivers/char/hw_random/octeon-rng.c: drop frees of devm allocated dataJulia Lawall2012-08-201-12/+5
* | | hw_random: add support for the TPM chip as a hardware RNG sourceKent Yoder2012-08-223-0/+64
| |/ |/|
* | omap-rng: fix use of SIMPLE_DEV_PM_OPSArnd Bergmann2012-08-101-1/+1
|/
* Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-301-3/+34
|\
| * virtio: rng: s3/s4 supportAmit Shah2012-07-301-0/+17