Jason Gunthorpe (1): tpm: Factor out common startup code tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family) andrew zamansky (3): tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family) move tpm auto startup functions add tpm2 capability test flag to tpm_tis driver .../devicetree/bindings/i2c/trivial-devices.txt | 1 + drivers/char/tpm/st33zp24/st33zp24.c | 4 +- drivers/char/tpm/tpm-chip.c | 83 ++++++++++++++++++++++ drivers/char/tpm/tpm-interface.c | 2 + drivers/char/tpm/tpm.h | 2 - drivers/char/tpm/tpm2-cmd.c | 2 + drivers/char/tpm/tpm_crb.c | 10 +-- drivers/char/tpm/tpm_i2c_atmel.c | 6 +- drivers/char/tpm/tpm_i2c_infineon.c | 4 +- drivers/char/tpm/tpm_i2c_nuvoton.c | 12 ++-- drivers/char/tpm/tpm_tis.c | 24 +------ include/linux/tpm.h | 6 ++ 12 files changed, 103 insertions(+), 53 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html