linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] char: tpm: add new driver for tpm i2c ptp
@ 2019-06-25 22:35 Oshri Alkoby
  2019-06-25 22:35 ` [PATCH v1 1/2] dt-bindings: tpm: add the TPM I2C PTP device tree binding documentation Oshri Alkoby
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Oshri Alkoby @ 2019-06-25 22:35 UTC (permalink / raw)
  To: robh+dt, mark.rutland, peterhuewe, jarkko.sakkinen, jgg, arnd,
	gregkh, oshrialkoby85, oshri.alkoby
  Cc: devicetree, linux-kernel, linux-integrity, gcwilson, kgoldman,
	nayna, tomer.maimon

This patch set adds support for TPM devices that implement the I2C
interface defined by TCG PTP specification.

The driver was tested on Raspberry-Pie 3, using Nuvoton NPCT75X TPM.

Oshri Alkoby (2):
  dt-bindings: tpm: add the TPM I2C PTP device tree binding
    documentation
  char: tpm: add new driver for tpm i2c ptp

 .../bindings/security/tpm/tpm-i2c-ptp.txt     |   17 +
 drivers/char/tpm/Kconfig                      |   22 +
 drivers/char/tpm/Makefile                     |    1 +
 drivers/char/tpm/tpm_i2c_ptp.c                | 1099 +++++++++++++++++
 4 files changed, 1139 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/security/tpm/tpm-i2c-ptp.txt
 create mode 100644 drivers/char/tpm/tpm_i2c_ptp.c

-- 
2.18.0


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

end of thread, other threads:[~2019-06-27  0:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25 22:35 [PATCH v1 0/2] char: tpm: add new driver for tpm i2c ptp Oshri Alkoby
2019-06-25 22:35 ` [PATCH v1 1/2] dt-bindings: tpm: add the TPM I2C PTP device tree binding documentation Oshri Alkoby
2019-06-27  0:20   ` Jarkko Sakkinen
2019-06-25 22:35 ` [PATCH v1 2/2] char: tpm: add new driver for tpm i2c ptp Oshri Alkoby
2019-06-27  0:21   ` Jarkko Sakkinen
2019-06-27  0:20 ` [PATCH v1 0/2] " 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).