aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm2-cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-15tpm: use tpm_transmit_cmd() in tpm2_probe()Jarkko Sakkinen1-3/+1
2016-09-15tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen1-17/+1
2016-09-15tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen1-36/+65
2016-09-15tpm: invalid self test error messageJarkko Sakkinen1-2/+1
2016-07-19tpm: Factor out common startup codeJason Gunthorpe1-4/+42
2016-07-19tpm: fix byte-order for the value read by tpm2_get_tpm_ptapronin@chromium.org1-1/+1
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard1-1/+1
2016-06-25tpm: fix crash in tpm_tis deinitializationJarkko Sakkinen1-1/+0
2016-06-25tpm: Get rid of chip->pdevJason Gunthorpe1-4/+4
2016-02-20tpm: fix: set continueSession attribute for the unseal operationJarkko Sakkinen1-3/+7
2016-02-10tpm: fix checks for policy digest existence in tpm2_seal_trusted()Jarkko Sakkinen1-8/+4
2015-12-20keys, trusted: seal with a TPM2 authorization policyJarkko Sakkinen1-4/+20
2015-12-20keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen1-3/+33
2015-11-09tpm: fix missing migratable flag in sealing functionality for TPM2Jarkko Sakkinen1-5/+10
2015-10-19tpm: seal/unseal for TPM 2.0Jarkko Sakkinen1-1/+249
2015-02-15tpm, tpm_tis: fix TPM 2.0 probingJarkko Sakkinen1-7/+33
2015-02-15tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen1-8/+11
2015-01-17tpm: TPM 2.0 baseline supportJarkko Sakkinen1-0/+617