Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1441623
| From | Jason Gunthorpe <jgunthorpe@obsidianresearch.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/2] Nuvoton TPM2 support |
| Date | 2016-07-12 19:50 +0200 |
| Message-ID | <rU9YJ-89s-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This should be ready to go now. v4: - Fix build error noticed by Fengguang Wu when DT is enabled. - IRQ patch split out Jason Gunthorpe (2): tpm: Factor out common startup code 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 | 33 ++++++++++------ drivers/char/tpm/tpm_tis_core.c | 24 +---------- drivers/char/tpm/tpm_vtpm_proxy.c | 9 +---- include/linux/tpm.h | 5 +++ 13 files changed, 113 insertions(+), 69 deletions(-) -- 2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/2] Nuvoton TPM2 support Jason Gunthorpe <jgunthorpe@obsidianresearch.com> - 2016-07-12 19:50 +0200 [PATCH v4 1/2] tpm: Factor out common startup code Jason Gunthorpe <jgunthorpe@obsidianresearch.com> - 2016-07-12 19:50 +0200 Re: [PATCH v4 0/2] Nuvoton TPM2 support Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-07-18 20:10 +0200
csiph-web