linux/drivers/char/tpm
Kylene Jo Hall 9e18ee1917 [PATCH] tpm: command duration update
With the TPM 1.2 Specification, each command is classified as short, medium or
long and the chip tells you the maximum amount of time for a response to each
class of command.  This patch provides and array of the classifications and a
function to determine how long the response should be waited for.  Also, it
uses that information in the command processing to determine how long to poll
for.  The function is exported so the 1.2 driver can use the functionality to
determine how long to wait for a DataAvailable interrupt if interrupts are
being used.

Signed-off-by: Kylene Hall <kjhall@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-04-22 09:19:54 -07:00
..
Kconfig [PATCH] tpm: remove PCI kconfig dependency 2005-11-18 07:49:46 -08:00
Makefile [PATCH] tpm: add bios measurement log 2006-01-08 20:13:55 -08:00
tpm.c [PATCH] tpm: command duration update 2006-04-22 09:19:54 -07:00
tpm.h [PATCH] tpm: command duration update 2006-04-22 09:19:54 -07:00
tpm_atmel.c [PATCH] tpm: return chip from tpm_register_hardware 2006-04-22 09:19:53 -07:00
tpm_atmel.h [PATCH] tpm: return chip from tpm_register_hardware 2006-04-22 09:19:53 -07:00
tpm_bios.c [PATCH] tpm: fix missing string 2006-04-22 09:19:53 -07:00
tpm_infineon.c [PATCH] Infineon TPM: IO-port leakage fix, WTX-bugfix 2006-02-17 13:59:26 -08:00
tpm_nsc.c [PATCH] tpm: return chip from tpm_register_hardware 2006-04-22 09:19:53 -07:00