]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc88a704224e0e223d81c085c7f259720abc04e3f
tree24c6afd153f4da3c4fed72f6d7932938642a8c8c
parenteefaa1fcba22d5fdda08d2932442609b2f76d919
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]