summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe2014-01-061-6/+5Star
* tpm: Remove tpm_show_caps_1_2Jason Gunthorpe2013-10-221-2/+0Star
* 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/+0Star
* TPM: Retry SaveState command in suspend pathDuncan Laurie2013-04-171-0/+3
* tpm: Fix cancellation of TPM commands (interrupt mode)Stefan Berger2013-02-051-1/+1
* tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger2013-02-051-1/+3
* tpm: Store TPM vendor IDStefan Berger2013-02-051-0/+2
* tpm: rename vendor data to priv and provide an accessorKent Yoder2013-02-051-1/+3
* TPM: Switch to __packed instead of __attribute__((packed))Jason Gunthorpe2013-02-051-17/+17
* TPM: Issue TPM_STARTUP at driver load if the TPM has not been startedJason Gunthorpe2013-02-051-0/+6
* driver/char/tpm: fix regression causesd by ppiGang Wei2012-10-101-2/+7
* driver: add PPI support in tpm driverXiaoyan Zhang2012-08-221-0/+9
* drivers/char/tpm: Add securityfs support for event logAshley Lai2012-08-221-12/+0Star
* drivers/char/tpm: Add new device driver to support IBM vTPMAshley Lai2012-08-221-0/+1
* tpm: Move tpm_get_random api into the TPM device driverKent Yoder2012-08-221-0/+23
* PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()Rafael J. Wysocki2012-07-101-1/+1
* tpm_tis: Only probe iTPMsStefan Berger2012-02-141-0/+2
* tpm: fix (ACPI S3) suspend regressionStefan Berger2012-01-191-0/+3
* TPM: fix transmit_cmd error logicRajiv Andrade2011-11-161-1/+1
* TPM: Export wait_for_stat for other vendor specific driversRajiv Andrade2011-11-161-1/+2
* tpm: Introduce function to poll for result of self testStefan Berger2011-11-161-1/+3
* tpm: Cleanup tpm_continue_selftestStefan Berger2011-11-161-1/+1
* tpm: Have tpm_get_timeouts return an error codeStefan Berger2011-11-161-1/+1
* tpm_tis: Fix the probing for interruptsStefan Berger2011-07-121-0/+1
* tpm_tis: Add timeouts sysfs entryStefan Berger2011-07-121-0/+3
* tpm_tis: Introduce durations sysfs entryStefan Berger2011-07-121-0/+3
* Revert "tpm_tis: Use timeouts returned from TPM"Linus Torvalds2011-02-201-2/+0Star