linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] tpm_tis_i2c
@ 2022-05-20 17:24 Alexander Steffen
  2022-05-20 17:24 ` [PATCH v3 1/2] tpm: Add tpm_tis_i2c backend for tpm_tis_core Alexander Steffen
  2022-05-20 17:24 ` [PATCH v3 2/2] tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer Alexander Steffen
  0 siblings, 2 replies; 11+ messages in thread
From: Alexander Steffen @ 2022-05-20 17:24 UTC (permalink / raw)
  To: jarkko, linux-kernel, linux-integrity
  Cc: Alexander Steffen, peterhuewe, jgg, krzysztof.kozlowski+dt,
	Johannes Holland, Amir Mizinski

Johannes asked me to take over this series. I've decided to split off the
later patches from this series, since it was suggested to split those changes
into multiple patches and I don't want to blow up this series with too many
changes that are not strictly necessary for the I2C driver to work correctly.
So let's first concentrate on getting the basic functionality right, then we
can work on additional improvements.

I've addressed all review comments for patch 1/2.

Patch 2/2 is unmodified.

Johannes Holland (2):
  tpm: Add tpm_tis_i2c backend for tpm_tis_core
  tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer

 drivers/char/tpm/Kconfig        |  12 +
 drivers/char/tpm/Makefile       |   1 +
 drivers/char/tpm/tpm_tis_core.c |  14 ++
 drivers/char/tpm/tpm_tis_core.h |  10 +
 drivers/char/tpm/tpm_tis_i2c.c  | 405 ++++++++++++++++++++++++++++++++
 5 files changed, 442 insertions(+)
 create mode 100644 drivers/char/tpm/tpm_tis_i2c.c

-- 
2.25.1


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

end of thread, other threads:[~2022-05-23 20:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20 17:24 [PATCH v3 0/2] tpm_tis_i2c Alexander Steffen
2022-05-20 17:24 ` [PATCH v3 1/2] tpm: Add tpm_tis_i2c backend for tpm_tis_core Alexander Steffen
2022-05-22  8:30   ` Krzysztof Kozlowski
2022-05-23  8:55     ` Alexander Steffen
2022-05-23  9:32       ` Krzysztof Kozlowski
2022-05-23  9:44         ` Krzysztof Kozlowski
2022-05-23 16:10           ` Alexander Steffen
2022-05-23 16:18           ` Alexander Steffen
2022-05-23 20:07   ` Jarkko Sakkinen
2022-05-20 17:24 ` [PATCH v3 2/2] tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer Alexander Steffen
2022-05-23 20:08   ` Jarkko Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).