[BK PATCH] Add TPM driver support for 2.6.11

From: Greg KH
Date: Wed Mar 09 2005 - 22:14:39 EST


Hi,

Here are a few changesets that add support for TPM drivers. These
patches have all been in the -mm releases for a while now.

Please pull from: bk://kernel.bkbits.net/gregkh/linux/2.6.11/tpm

Individual patches will follow, sent to the linux-kernel list.

thanks,

greg k-h

drivers/char/Kconfig | 2
drivers/char/Makefile | 2
drivers/char/tpm/Kconfig | 39 ++
drivers/char/tpm/Makefile | 7
drivers/char/tpm/tpm.c | 715 ++++++++++++++++++++++++++++++++++++++++++-
drivers/char/tpm/tpm.h | 92 +++++
drivers/char/tpm/tpm_atmel.c | 218 +++++++++++++
drivers/char/tpm/tpm_nsc.c | 375 ++++++++++++++++++++++
include/linux/pci_ids.h | 1
9 files changed, 1439 insertions(+), 12 deletions(-)
-----


<kjhall:us.ibm.com>:
o tpm: fix cause of SMP stack traces
o Add TPM hardware enablement driver

Andrew Morton:
o tpm-build-fix
o tpm_atmel build fix
o tpm_msc-build-fix

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/