aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.h
Commit message (Expand)AuthorAge
* tpm, tpm_tis: fix TPM 2.0 probingJarkko Sakkinen2015-02-15
* tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen2015-02-15
* char/tpm: fixed white spaces coding style issuesBruno E O Meneguele2015-01-18
* tpm: TPM 2.0 baseline supportJarkko Sakkinen2015-01-17
* tpm: device class for tpmJarkko Sakkinen2015-01-17
* tpm: rename chip->dev to chip->pdevJarkko Sakkinen2015-01-17
* tpm: fix raciness of PPI interface lookupJarkko Sakkinen2015-01-17
* tpm: two-phase chip management functionsJarkko Sakkinen2015-01-17
* tpm: merge duplicate transmit_cmd() functionsJarkko Sakkinen2015-01-17
* tpm: Make tpm-dev allocate a per-file structureJason Gunthorpe2014-01-06
* tpm: Use the ops structure instead of a copy in tpm_vendor_specificJason Gunthorpe2014-01-06
* tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe2014-01-06
* tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe2014-01-06
* tpm: Move sysfs functions from tpm-interface to tpm-sysfsJason Gunthorpe2014-01-06
* tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe2014-01-06
* tpm: Remove tpm_show_caps_1_2Jason Gunthorpe2013-10-22
* tpm: Store devname in the tpm_chipJason Gunthorpe2013-10-22
* tpm: fix regression caused by section type conflict of tpm_dev_release() in p...Peter Huewe2013-05-27
* tpm: move TPM_DIGEST_SIZE defintionMimi Zohar2013-05-21
* TPM: Retry SaveState command in suspend pathDuncan Laurie2013-04-17
* tpm: Fix cancellation of TPM commands (interrupt mode)Stefan Berger2013-02-05
* tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger2013-02-05
* tpm: Store TPM vendor IDStefan Berger2013-02-05
* tpm: rename vendor data to priv and provide an accessorKent Yoder2013-02-05
* TPM: Switch to __packed instead of __attribute__((packed))Jason Gunthorpe2013-02-05
* TPM: Issue TPM_STARTUP at driver load if the TPM has not been startedJason Gunthorpe2013-02-05
* driver/char/tpm: fix regression causesd by ppiGang Wei2012-10-10
* driver: add PPI support in tpm driverXiaoyan Zhang2012-08-22
* drivers/char/tpm: Add securityfs support for event logAshley Lai2012-08-22
* drivers/char/tpm: Add new device driver to support IBM vTPMAshley Lai2012-08-22
* tpm: Move tpm_get_random api into the TPM device driverKent Yoder2012-08-22
* PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()Rafael J. Wysocki2012-07-10
* tpm_tis: Only probe iTPMsStefan Berger2012-02-14
* tpm: fix (ACPI S3) suspend regressionStefan Berger2012-01-18
* TPM: fix transmit_cmd error logicRajiv Andrade2011-11-16
* TPM: Export wait_for_stat for other vendor specific driversRajiv Andrade2011-11-16
* tpm: Introduce function to poll for result of self testStefan Berger2011-11-16
* tpm: Cleanup tpm_continue_selftestStefan Berger2011-11-16
* tpm: Have tpm_get_timeouts return an error codeStefan Berger2011-11-16
* tpm_tis: Fix the probing for interruptsStefan Berger2011-07-12
* tpm_tis: Add timeouts sysfs entryStefan Berger2011-07-12
* tpm_tis: Introduce durations sysfs entryStefan Berger2011-07-12
* Revert "tpm_tis: Use timeouts returned from TPM"Linus Torvalds2011-02-20
* tpm_tis: Use timeouts returned from TPMStefan Berger2011-02-10
* tpm: add module_put wrapperMimi Zohar2010-11-28
* TPM: ReadPubEK output struct fixRajiv Andrade2010-06-14
* TPM: integrity interfaceRajiv Andrade2009-02-02
* TPM: sysfs functions consolidationRajiv Andrade2009-02-02
* The tpm_dev_release function is only called for platform devices, not pnpRajiv Andrade2008-10-10
* Renames num_open to is_open, as only one process can open the file at a time.Rajiv Andrade2008-10-10