hw_random: add support for the TPM chip as a hardware RNG source
authorKent Yoder <key@linux.vnet.ibm.com>
Wed, 8 Aug 2012 19:18:57 +0000 (14:18 -0500)
committerKent Yoder <key@linux.vnet.ibm.com>
Wed, 22 Aug 2012 16:11:41 +0000 (11:11 -0500)
commit578b016fdc91464c08c096f0c5952cae549fdb8f
tree24c6afd153f4da3c4fed72f6d7932938642a8c8c
parent41ab999c80f1d368f32a2554ba8f44feff26f54d
hw_random: add support for the TPM chip as a hardware RNG source

This driver will make use of any available TPM chip on the system as a
hwrng source.

Acked-by: David Safford <safford@linux.vnet.ibm.com>
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
drivers/char/hw_random/Kconfig
drivers/char/hw_random/Makefile
drivers/char/hw_random/tpm-rng.c [new file with mode: 0644]