aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-28tpm: have event log use the tpm_chipNayna Jain1-0/+11
2016-11-28tpm: replace dynamically allocated bios_dir with a static arrayJarkko Sakkinen1-1/+2
2016-11-28tpm: Get rid of TPM_CHIP_FLAG_REGISTEREDJason Gunthorpe1-1/+0
2016-11-28tpm tis: Do not print timeout messages twiceJason Gunthorpe1-0/+1
2016-11-28tpm: sanitize constant expressionsJarkko Sakkinen1-13/+12
2016-09-15tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen1-2/+0
2016-09-15tpm: remove unnecessary externs from tpm.hJarkko Sakkinen1-18/+18
2016-09-15tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen1-4/+8
2016-07-19tpm: Factor out common startup codeJason Gunthorpe1-2/+2
2016-06-25tpm: Add include guards in tpm.hChristophe Ricard1-0/+5
2016-06-25tpm: Introduce TPM_CHIP_FLAG_VIRTUALStefan Berger1-0/+1
2016-06-25tpm: Remove all uses of drvdata from the TPM CoreJason Gunthorpe1-5/+5
2016-06-25tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard1-9/+0
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard1-4/+7
2016-06-25tpm: drop 'locality' from struct tpm_vendor_specificChristophe Ricard1-1/+0
2016-06-25tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard1-2/+0
2016-06-25tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard1-2/+1
2016-06-25tpm: drop 'iobase' from struct tpm_vendor_specificChristophe Ricard1-2/+0
2016-06-25tpm: drop list from struct tpm_vendor_specificChristophe Ricard1-1/+0
2016-06-25tpm: drop the field 'time_expired' from struct tpm_chipJarkko Sakkinen1-1/+0
2016-06-25tpm: drop 'base' from struct tpm_vendor_specificJarkko Sakkinen1-1/+0
2016-06-25tpm: drop manufacturer_id from struct tpm_vendor_specificJarkko Sakkinen1-2/+0
2016-06-25tpm: drop tpm_atmel specific fields from tpm_vendor_specificJarkko Sakkinen1-3/+0
2016-06-25tpm: drop int_queue from tpm_vendor_specificJarkko Sakkinen1-1/+0
2016-06-25tpm: Replace device number bitmap with IDRStefan Berger1-3/+2
2016-06-25tpm: Split out the devm stuff from tpmm_chip_allocJason Gunthorpe1-1/+3
2016-06-25tpm: Provide strong locking for device removalJason Gunthorpe1-5/+9
2016-06-25tpm: Get rid of devnameJason Gunthorpe1-1/+0
2016-06-25tpm: Get rid of chip->pdevJason Gunthorpe1-2/+1
2016-02-10tpm_crb: Use the common ACPI definition of struct acpi_tpm2Jason Gunthorpe1-7/+0
2015-12-20keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen1-3/+7
2015-12-20tpm_tis: Get rid of the duplicate IRQ probing codeJason Gunthorpe1-1/+0
2015-10-19tpm: seal/unseal for TPM 2.0Jarkko Sakkinen1-1/+14
2015-10-19tpm: introduce tpm_bufJarkko Sakkinen1-0/+97
2015-10-19tpm: move the PPI attributes to character device directory.Jarkko Sakkinen1-11/+6
2015-10-19tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0Jarkko Sakkinen1-0/+7
2015-02-15tpm, tpm_tis: fix TPM 2.0 probingJarkko Sakkinen1-1/+2
2015-02-15tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen1-1/+1
2015-01-18char/tpm: fixed white spaces coding style issuesBruno E O Meneguele1-3/+3
2015-01-17tpm: TPM 2.0 baseline supportJarkko Sakkinen1-0/+66
2015-01-17tpm: device class for tpmJarkko Sakkinen1-4/+8
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen1-2/+2
2015-01-17tpm: fix raciness of PPI interface lookupJarkko Sakkinen1-4/+13
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen1-5/+11
2015-01-17tpm: merge duplicate transmit_cmd() functionsJarkko Sakkinen1-1/+2
2014-01-06tpm: Make tpm-dev allocate a per-file structureJason Gunthorpe1-7/+0
2014-01-06tpm: Use the ops structure instead of a copy in tpm_vendor_specificJason Gunthorpe1-8/+1
2014-01-06tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe1-3/+3
2014-01-06tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe1-22/+2
2014-01-06tpm: Move sysfs functions from tpm-interface to tpm-sysfsJason Gunthorpe1-0/+30