summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.h
Commit message (Expand)AuthorAgeFilesLines
* tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen2016-09-151-2/+0
* 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/+0
* 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/+0
* tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard2016-06-251-2/+0
* tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard2016-06-251-2/+1
* tpm: drop 'iobase' from struct tpm_vendor_specificChristophe Ricard2016-06-251-2/+0
* tpm: drop list from struct tpm_vendor_specificChristophe Ricard2016-06-251-1/+0
* tpm: drop the field 'time_expired' from struct tpm_chipJarkko Sakkinen2016-06-251-1/+0
* tpm: drop 'base' from struct tpm_vendor_specificJarkko Sakkinen2016-06-251-1/+0
* tpm: drop manufacturer_id from struct tpm_vendor_specificJarkko Sakkinen2016-06-251-2/+0
* tpm: drop tpm_atmel specific fields from tpm_vendor_specificJarkko Sakkinen2016-06-251-3/+0
* tpm: drop int_queue from tpm_vendor_specificJarkko Sakkinen2016-06-251-1/+0
* tpm: Replace device number bitmap with IDRStefan Berger2016-06-251-3/+2
* 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/+0
* tpm: Get rid of chip->pdevJason Gunthorpe2016-06-251-2/+1
* tpm_crb: Use the common ACPI definition of struct acpi_tpm2Jason Gunthorpe2016-02-101-7/+0
* 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/+0
* 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/+6
* 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/+0
* tpm: Use the ops structure instead of a copy in tpm_vendor_specificJason Gunthorpe2014-01-061-8/+1
* 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/+2
* tpm: Move sysfs functions from tpm-interface to tpm-sysfsJason Gunthorpe2014-01-061-0/+30
* tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe2014-01-061-6/+5
* tpm: Remove tpm_show_caps_1_2Jason Gunthorpe2013-10-221-2/+0
* tpm: Store devname in the tpm_chipJason Gunthorpe2013-10-221-0/+1
* tpm: fix regression caused by section type conflict of tpm_dev_release() in p...Peter Huewe2013-05-271-0/+1
* tpm: move TPM_DIGEST_SIZE defintionMimi Zohar2013-05-211-1/+0
OpenPOWER on IntegriCloud