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