summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm-interface.c
Commit message (Expand)AuthorAgeFilesLines
* tpm: rework tpm_get_timeouts()Jason Gunthorpe2015-12-201-0/+15
* tpm_tis: further simplify calculation of ordinal durationMartin Wilck2015-12-021-3/+5
* tpm: seal/unseal for TPM 2.0Jarkko Sakkinen2015-10-191-0/+76
* tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen2015-02-151-2/+4
* tpm: TPM 2.0 CRB InterfaceJarkko Sakkinen2015-01-171-0/+3
* tpm: TPM 2.0 baseline supportJarkko Sakkinen2015-01-171-2/+21
* tpm: device class for tpmJarkko Sakkinen2015-01-171-0/+29
* tpm: rename chip->dev to chip->pdevJarkko Sakkinen2015-01-171-14/+15
* tpm: two-phase chip management functionsJarkko Sakkinen2015-01-171-147/+1Star
* tpm: merge duplicate transmit_cmd() functionsJarkko Sakkinen2015-01-171-23/+26
* TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells2015-01-171-1/+1
* tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe2014-07-291-21/+41
* tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen2014-07-291-3/+4
* tpm: Properly clean sysfs entries in error pathStefan Berger2014-07-291-1/+3
* tpm: Use the ops structure instead of a copy in tpm_vendor_specificJason Gunthorpe2014-01-061-22/+12Star
* tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe2014-01-061-2/+8
* tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe2014-01-061-2/+2
* tpm: Move sysfs functions from tpm-interface to tpm-sysfsJason Gunthorpe2014-01-061-273/+2Star
* tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe2014-01-061-169/+12Star
* tpm: Rename tpm.c to tpm-interface.cJason Gunthorpe2013-10-221-0/+1554