From: Greg KH To: torvalds@osdl.org, akpm@osdl.org Cc: linux-kernel@vger.kernel.org Subject: [BK PATCH] Add TPM driver support for 2.6.11 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(-) ----- : 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