[PATCH] Add new generic HW RNG core
authorMichael Buesch <mb@bu3sch.de>
Mon, 26 Jun 2006 07:24:59 +0000 (00:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:19 +0000 (09:58 -0700)
commit844dd05fec172d98b0dacecd9b9e9f6595204c13
treea62ebcbd314ed4be35c233eb6a5eba414493a50f
parent59f5d35f83738bf07e66f8cdcff32a433df804a3
[PATCH] Add new generic HW RNG core

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
MAINTAINERS
drivers/char/Kconfig
drivers/char/Makefile
drivers/char/hw_random/Kconfig [new file with mode: 0644]
drivers/char/hw_random/Makefile [new file with mode: 0644]
drivers/char/hw_random/core.c [new file with mode: 0644]
include/linux/hw_random.h [new file with mode: 0644]