This patch set enables TPM2 protocol and provides drivers for FIFO and CRB interfaces.
Jarkko Sakkinen (8): tpm: prepare TPM driver for adding TPM2 support tpm: TPM2 support for tpm_pcr_read() tpm: TPM2 support for tpm_do_selftest() tpm: added tpm2_get_tpm_pt() tpm: TPM2 support for tpm_pcr_extend() tpm: TPM2 support for tpm_get_random(). tpm: Driver for TPM 2.0 CRB Interface tpm: TPM2 sysfs attributes Will Arthur (4): tpm: TPM2 support for tpm_calc_ordinal_durations() tpm: TPM2 support for tpm_startup() tpm: TPM2 support for tpm_gen_interrupt(). tpm: TPM 2.0 FIFO Interface drivers/char/tpm/Kconfig | 9 + drivers/char/tpm/Makefile | 3 +- drivers/char/tpm/tpm-chip.c | 175 ++++++++++++++++ drivers/char/tpm/tpm-interface.c | 160 +++++---------- drivers/char/tpm/tpm.h | 84 ++++++++ drivers/char/tpm/tpm2-commands.c | 422 +++++++++++++++++++++++++++++++++++++++ drivers/char/tpm/tpm2-sysfs.c | 242 ++++++++++++++++++++++ drivers/char/tpm/tpm2.h | 108 ++++++++++ drivers/char/tpm/tpm_crb.c | 332 ++++++++++++++++++++++++++++++ drivers/char/tpm/tpm_tis.c | 53 ++++- 10 files changed, 1463 insertions(+), 125 deletions(-) create mode 100644 drivers/char/tpm/tpm-chip.c create mode 100644 drivers/char/tpm/tpm2-commands.c create mode 100644 drivers/char/tpm/tpm2-sysfs.c create mode 100644 drivers/char/tpm/tpm2.h create mode 100644 drivers/char/tpm/tpm_crb.c -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/