https://github.com/torvalds/linux
Revision 27084efee0c3dc0eb15b5ed750aa9f1adb3983c3 authored by Leendert van Doorn on 22 April 2006, 09:38:03 UTC, committed by Linus Torvalds on 22 April 2006, 16:19:54 UTC
The driver for the next generation of TPM chips version 1.2 including support
for interrupts.  The Trusted Computing Group has written the TPM Interface
Specification (TIS) which defines a common interface for all manufacturer's
1.2 TPM's thus the name tpm_tis.

Signed-off-by: Leendert van Doorn <leendert@watson.ibm.com>
Signed-off-by: Kylene Hall <kjhall@us.ibm.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 08e96e4
Raw File
Tip revision: 27084efee0c3dc0eb15b5ed750aa9f1adb3983c3 authored by Leendert van Doorn on 22 April 2006, 09:38:03 UTC
[PATCH] tpm: driver for next generation TPM chips
Tip revision: 27084ef
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.so
*.mod.c

#
# Top-level generic files
#
tags
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h

# stgit generated dirs
patches-*
back to top