Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1235407 > unrolled thread
| Started by | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> |
|---|---|
| First post | 2015-09-29 19:10 +0200 |
| Last post | 2015-09-29 19:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/2] Fix tpm_tis ACPI issue with TPM 2.0 Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2015-09-29 19:10 +0200
| From | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> |
|---|---|
| Date | 2015-09-29 19:10 +0200 |
| Subject | [PATCH 0/2] Fix tpm_tis ACPI issue with TPM 2.0 |
| Message-ID | <qe6zE-4i6-7@gated-at.bofh.it> |
Both for FIFO and CRB interface TCG has decided to use the same HID MSFT0101. They can be differentiated by looking at the start method from TPM2 ACPI table. These patches make necessary fixes to tpm_tis and tpm_crb modules in order to correctly detect, which module should be used. Jarkko Sakkinen (2): tpm, tpm_tis: use acpi_driver instead of pnp_driver tpm, tpm_tis: detect TPM2 FIFO devices based on HID drivers/char/tpm/tpm.h | 7 ++ drivers/char/tpm/tpm_crb.c | 20 ++---- drivers/char/tpm/tpm_tis.c | 160 ++++++++++++++++++++++++++++++--------------- 3 files changed, 121 insertions(+), 66 deletions(-) -- 2.5.0 -- 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/
Back to top | Article view | linux.kernel
csiph-web