mbox series

[v1,0/2] char: tpm: add new driver for tpm i2c ptp

Message ID 20190625223503.367710-1-oshrialkoby85@gmail.com (mailing list archive)
Headers show
Series char: tpm: add new driver for tpm i2c ptp | expand

Message

Oshri Alkobi June 25, 2019, 10:35 p.m. UTC
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

Comments

Jarkko Sakkinen June 27, 2019, 12:20 a.m. UTC | #1
On Wed, 2019-06-26 at 01:35 +0300, Oshri Alkoby wrote:
> 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.

Where is the link to teh spec?

/Jarkko