Jason Gunthorpe (2): tpm: Factor out common startup code tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family)
Andrew Zamansky (1): tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family) .../devicetree/bindings/i2c/trivial-devices.txt | 1 + drivers/char/tpm/st33zp24/st33zp24.c | 4 +- drivers/char/tpm/tpm-chip.c | 9 +++++ drivers/char/tpm/tpm-interface.c | 27 +++++++++++++ drivers/char/tpm/tpm.h | 4 +- drivers/char/tpm/tpm2-cmd.c | 46 ++++++++++++++++++++-- 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 | 31 +++++++++------ drivers/char/tpm/tpm_tis_core.c | 24 +---------- drivers/char/tpm/tpm_vtpm_proxy.c | 9 +---- include/linux/tpm.h | 5 +++ 13 files changed, 112 insertions(+), 68 deletions(-) -- 1.9.1 ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ tpmdd-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tpmdd-devel
