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

From: Oshri Alkoby
Date: Tue Jun 25 2019 - 19:21:46 EST


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