All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] tpm_tis_i2c
@ 2022-05-25 16:58 Alexander Steffen
  2022-05-25 16:58 ` [PATCH v4 1/3] dt-bindings: trivial-devices: Add two I2C TPM devices Alexander Steffen
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Alexander Steffen @ 2022-05-25 16:58 UTC (permalink / raw)
  To: jarkko, linux-kernel, linux-integrity
  Cc: Alexander Steffen, peterhuewe, jgg, krzysztof.kozlowski+dt,
	Johannes Holland, Amir Mizinski

Changelog:
 * v4:
   * Move changelog to cover letter
   * Add compatibles to trivial-devices.yaml
   * Split patch for CRC interface and implementation
   * Add tpm_tis_i2c prefix to all functions
   * Improve documentation for guard time and sanity check
   * Use for loop instead of while for retries
 * v3:
   * Document address_to_register function
   * Add tpm_tis_i2c prefix to address_to_register
   * Add #ifdef CONFIG_OF to of_tis_i2c_match
   * Fix typos
 * v2:
   * move CCs from copyright comment to commit message
   * fix an unchecked return code

Alexander Steffen (3):
  dt-bindings: trivial-devices: Add two I2C TPM devices
  tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer
  tpm: Add tpm_tis_i2c backend for tpm_tis_core

 .../devicetree/bindings/trivial-devices.yaml  |   4 +
 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                | 406 ++++++++++++++++++
 6 files changed, 447 insertions(+)
 create mode 100644 drivers/char/tpm/tpm_tis_i2c.c

-- 
2.25.1


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

end of thread, other threads:[~2022-06-03 18:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-25 16:58 [PATCH v4 0/3] tpm_tis_i2c Alexander Steffen
2022-05-25 16:58 ` [PATCH v4 1/3] dt-bindings: trivial-devices: Add two I2C TPM devices Alexander Steffen
2022-05-26 12:29   ` Krzysztof Kozlowski
2022-06-02 13:48     ` Rob Herring
2022-06-02 15:34       ` Alexander Steffen
2022-06-03 18:19         ` Rob Herring
2022-05-25 16:58 ` [PATCH v4 2/3] tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer Alexander Steffen
2022-05-26  1:07   ` Jarkko Sakkinen
2022-05-25 16:58 ` [PATCH v4 3/3] tpm: Add tpm_tis_i2c backend for tpm_tis_core Alexander Steffen
2022-05-26 12:31   ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.