summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm-interface.c
AgeCommit message (Expand)AuthorLines
2015-02-15tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen-2/+4
2015-01-17tpm: TPM 2.0 CRB InterfaceJarkko Sakkinen-0/+3
2015-01-17tpm: TPM 2.0 baseline supportJarkko Sakkinen-2/+21
2015-01-17tpm: device class for tpmJarkko Sakkinen-0/+29
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen-14/+15
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen-147/+1
2015-01-17tpm: merge duplicate transmit_cmd() functionsJarkko Sakkinen-23/+26
2015-01-17TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells-1/+1
2014-07-29tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe-21/+41
2014-07-29tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen-3/+4
2014-07-29tpm: Properly clean sysfs entries in error pathStefan Berger-1/+3
2014-01-06tpm: Use the ops structure instead of a copy in tpm_vendor_specificJason Gunthorpe-22/+12
2014-01-06tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe-2/+8
2014-01-06tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe-2/+2
2014-01-06tpm: Move sysfs functions from tpm-interface to tpm-sysfsJason Gunthorpe-273/+2
2014-01-06tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe-169/+12
2013-10-22tpm: Rename tpm.c to tpm-interface.cJason Gunthorpe-0/+1554