public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix tpm_tis ACPI issue with TPM 2.0
@ 2015-09-29 17:07 Jarkko Sakkinen
  2015-09-29 17:07 ` [PATCH 1/2] tpm, tpm_tis: use acpi_driver instead of pnp_driver Jarkko Sakkinen
  2015-09-29 17:07 ` [PATCH 2/2] tpm, tpm_tis: detect TPM2 FIFO devices based on HID Jarkko Sakkinen
  0 siblings, 2 replies; 10+ messages in thread
From: Jarkko Sakkinen @ 2015-09-29 17:07 UTC (permalink / raw)
  To: tpmdd-devel, linux-kernel
  Cc: peterhuewe, gregkh, jgunthorpe, akpm, mjg59, Jarkko Sakkinen

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-09-30  6:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-29 17:07 [PATCH 0/2] Fix tpm_tis ACPI issue with TPM 2.0 Jarkko Sakkinen
2015-09-29 17:07 ` [PATCH 1/2] tpm, tpm_tis: use acpi_driver instead of pnp_driver Jarkko Sakkinen
2015-09-29 17:26   ` Jason Gunthorpe
2015-09-30  5:56     ` Jarkko Sakkinen
2015-09-30  6:04       ` Matthew Garrett
2015-09-29 17:30   ` Matthew Garrett
2015-09-30  5:58     ` Jarkko Sakkinen
2015-09-30  6:02       ` Matthew Garrett
2015-09-29 17:07 ` [PATCH 2/2] tpm, tpm_tis: detect TPM2 FIFO devices based on HID Jarkko Sakkinen
2015-09-29 17:43   ` kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox