Johannes asked me to take over this series. I've decided to split off the later patches from this series, since it was suggested to split those changes into multiple patches and I don't want to blow up this series with too many changes that are not strictly necessary for the I2C driver to work correctly. So let's first concentrate on getting the basic functionality right, then we can work on additional improvements. I've addressed all review comments for patch 1/2. Patch 2/2 is unmodified. Johannes Holland (2): tpm: Add tpm_tis_i2c backend for tpm_tis_core tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer 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 | 405 ++++++++++++++++++++++++++++++++ 5 files changed, 442 insertions(+) create mode 100644 drivers/char/tpm/tpm_tis_i2c.c -- 2.25.1