All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-5.15 0/7] Add tpm i2c ptp driver
@ 2021-12-08 19:17 Eddie James
  2021-12-08 19:17 ` [PATCH linux dev-5.15 1/7] tpm_tis: Fix expected bit handling Eddie James
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Eddie James @ 2021-12-08 19:17 UTC (permalink / raw)
  To: openbmc

This is the latest (v19) series that's been sent upstream. There is need
for it on OpenBMC systems now and it's working well, so I'm sending it for
inclusion in dev-5.15.
I also added the TPM to the two P10 IBM systems devicetrees.

Amir Mizinski (5):
  tpm_tis: Fix expected bit handling
  tpm: tpm_tis: Rewrite "tpm_tis_req_canceled()"
  tpm: tpm_tis: Verify TPM_STS register is valid after locality request
  tpm: tpm_tis: Add tpm_tis_i2c driver
  tpm: Add YAML schema for TPM TIS I2C options

Eddie James (2):
  ARM: dts: aspeed: Rainier: Add TPM device
  ARM: dts: aspeed: Everest: Add TPM device

 .../bindings/security/tpm/tpm-tis-i2c.yaml    |  52 ++++
 arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts  |   5 +
 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts  |   5 +
 drivers/char/tpm/Kconfig                      |  12 +
 drivers/char/tpm/Makefile                     |   1 +
 drivers/char/tpm/tpm_tis_core.c               |  72 +++--
 drivers/char/tpm/tpm_tis_i2c.c                | 263 ++++++++++++++++++
 7 files changed, 371 insertions(+), 39 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/security/tpm/tpm-tis-i2c.yaml
 create mode 100644 drivers/char/tpm/tpm_tis_i2c.c

-- 
2.27.0


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

end of thread, other threads:[~2021-12-08 19:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-08 19:17 [PATCH linux dev-5.15 0/7] Add tpm i2c ptp driver Eddie James
2021-12-08 19:17 ` [PATCH linux dev-5.15 1/7] tpm_tis: Fix expected bit handling Eddie James
2021-12-08 19:17 ` [PATCH linux dev-5.15 2/7] tpm: tpm_tis: Rewrite "tpm_tis_req_canceled()" Eddie James
2021-12-08 19:17 ` [PATCH linux dev-5.15 3/7] tpm: tpm_tis: Verify TPM_STS register is valid after locality request Eddie James
2021-12-08 19:17 ` [PATCH linux dev-5.15 4/7] tpm: tpm_tis: Add tpm_tis_i2c driver Eddie James
2021-12-08 19:17 ` [PATCH linux dev-5.15 5/7] tpm: Add YAML schema for TPM TIS I2C options Eddie James
2021-12-08 19:17 ` [PATCH linux dev-5.15 6/7] ARM: dts: aspeed: Rainier: Add TPM device Eddie James
2021-12-08 19:17 ` [PATCH linux dev-5.15 7/7] ARM: dts: aspeed: Everest: " Eddie James

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.