Messages in this thread |  | | | Date | Wed, 9 Mar 2005 16:41:15 -0800 | | From | Greg KH <> | | 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(-) -----
<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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |