summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'to-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-121-1/+1
|\
| * virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2012-01-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-01-117-80/+7Star
|\ \ | |/ |/|
| * char: hw_random: convert drivers/char/hw_random/* to use module_platform_driv...Axel Lin2011-11-307-80/+7Star
* | hwrng: nomadik: Enable module alias autogeneration for AMBA driversDave Martin2011-11-221-0/+2
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * drivers/char: Add module.h to those who were using it implicitlyPaul Gortmaker2011-11-011-0/+1
* | Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds2011-11-021-0/+15
|\ \
| * | um: clean Kconfig up a bitAl Viro2011-11-021-0/+15
| |/
* / hw_random: add driver for atmel true hardware random number generatorPeter Korsgaard2011-10-103-0/+172
|/
* n2rng: Attach on Niagara-T3.David S. Miller2011-07-282-13/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\
| * Update my e-mail addressMichael Büsch2011-07-071-1/+1
* | hwrng: ppc4xx - add support for ppc4xx TRNGJosh Boyer2011-06-303-0/+169
* | hwrng: timeriomem - use resource_sizeH Hartley Sweeten2011-06-301-2/+1Star
* | hwrng: nomadik - add missing clk_putJulia Lawall2011-06-301-1/+2
* | hwrng: omap - add missing clk_putJulia Lawall2011-06-301-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-05-212-1/+10
|\
| * hwrng: amd - enable AMD hw rnd driver for Maple PPC boardsDmitry Eremin-Solenikov2011-05-041-1/+1
| * hwrng: amd - manage resource allocationDmitry Eremin-Solenikov2011-05-041-0/+9
* | drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
|/
*-. Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds2011-03-181-1/+1
|\ \
| | * ARM: amba: make probe() functions take const id tablesRussell King2011-02-231-1/+1
| |/
* | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-172-12/+13
|\ \
| * | dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-7/+9
| * | dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4Star
| |/
* | hwrng: omap - Convert release_resource to release_region/release_mem_regionJulia Lawall2011-02-161-8/+6Star
* | hwrng: pixocell - add support for picoxcell TRNGJamie Iles2011-01-233-0/+221
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-01-131-4/+6
|\
| * hwrng: via_rng - Fix memory scribbling on some CPUsHerbert Xu2011-01-071-2/+5
| * hwrng: via_rng - Fix asm constraintsHerbert Xu2011-01-071-2/+1Star
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
|/
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-09-071-1/+1
|\
| * Revert "hwrng: n2-drv - remove casts from void*"Herbert Xu2010-08-091-1/+1
* | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-063-5/+5
|/
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-061-2/+2
|\
| * of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-2/+2
* | hwrng: n2-drv - remove casts from void*Kulikov Vasiliy2010-07-051-1/+1
|/
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-05-251-0/+17
|\
| * ARM: 6137/1: nomadik hwrng: Add clock supportSrinidhi Kasagar2010-05-211-0/+17
* | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-3/+3
|\ \
| * | virtio-rng: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-191-3/+3
| |/
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-222-4/+10
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-192-2/+2
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren2010-03-013-0/+116
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-02-273-0/+116
| |\ \ | | |/ | |/|