aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-06tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe1-6/+5
2013-10-22tpm: Remove tpm_show_caps_1_2Jason Gunthorpe1-2/+0
2013-10-22tpm: Store devname in the tpm_chipJason Gunthorpe1-0/+1
2013-05-27tpm: fix regression caused by section type conflict of tpm_dev_release() in ppc buildsPeter Huewe1-0/+1
2013-05-21tpm: move TPM_DIGEST_SIZE defintionMimi Zohar1-1/+0
2013-04-17TPM: Retry SaveState command in suspend pathDuncan Laurie1-0/+3
2013-02-05tpm: Fix cancellation of TPM commands (interrupt mode)Stefan Berger1-1/+1
2013-02-05tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger1-1/+3
2013-02-05tpm: Store TPM vendor IDStefan Berger1-0/+2
2013-02-05tpm: rename vendor data to priv and provide an accessorKent Yoder1-1/+3
2013-02-05TPM: Switch to __packed instead of __attribute__((packed))Jason Gunthorpe1-17/+17
2013-02-05TPM: Issue TPM_STARTUP at driver load if the TPM has not been startedJason Gunthorpe1-0/+6
2012-10-10driver/char/tpm: fix regression causesd by ppiGang Wei1-2/+7
2012-08-22driver: add PPI support in tpm driverXiaoyan Zhang1-0/+9
2012-08-22drivers/char/tpm: Add securityfs support for event logAshley Lai1-12/+0
2012-08-22drivers/char/tpm: Add new device driver to support IBM vTPMAshley Lai1-0/+1
2012-08-22tpm: Move tpm_get_random api into the TPM device driverKent Yoder1-0/+23
2012-07-10PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()Rafael J. Wysocki1-1/+1
2012-02-14tpm_tis: Only probe iTPMsStefan Berger1-0/+2
2012-01-18tpm: fix (ACPI S3) suspend regressionStefan Berger1-0/+3
2011-11-16TPM: fix transmit_cmd error logicRajiv Andrade1-1/+1
2011-11-16TPM: Export wait_for_stat for other vendor specific driversRajiv Andrade1-1/+2
2011-11-16tpm: Introduce function to poll for result of self testStefan Berger1-1/+3
2011-11-16tpm: Cleanup tpm_continue_selftestStefan Berger1-1/+1
2011-11-16tpm: Have tpm_get_timeouts return an error codeStefan Berger1-1/+1
2011-07-12tpm_tis: Fix the probing for interruptsStefan Berger1-0/+1
2011-07-12tpm_tis: Add timeouts sysfs entryStefan Berger1-0/+3
2011-07-12tpm_tis: Introduce durations sysfs entryStefan Berger1-0/+3
2011-02-20Revert "tpm_tis: Use timeouts returned from TPM"Linus Torvalds1-2/+0
2011-02-11tpm_tis: Use timeouts returned from TPMStefan Berger1-0/+2