aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-29tpm: add module_put wrapperMimi Zohar1-0/+5
2010-06-15TPM: ReadPubEK output struct fixRajiv Andrade1-0/+1
2009-02-03TPM: integrity interfaceRajiv Andrade1-0/+18
2009-02-03TPM: sysfs functions consolidationRajiv Andrade1-0/+124
2008-10-11The tpm_dev_release function is only called for platform devices, not pnpRajiv Andrade1-0/+1
2008-10-11Renames num_open to is_open, as only one process can open the file at a time.Rajiv Andrade1-1/+1
2008-02-06tpm.c: fix crash during device removalRichard MUSIL1-0/+2
2007-08-22tpmdd maintainersKent Yoder1-1/+1
2007-05-08use mutex instead of semaphore in TPM driverMatthias Kaehlcke1-2/+3
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro1-0/+1
2006-05-15[PATCH] tpm_register_hardware gcc 4.1 warning fixDaniel Walker1-1/+1
2006-04-22[PATCH] tpm: msecs_to_jiffies cleanupsKylene Jo Hall1-2/+2
2006-04-22[PATCH] tpm: driver for next generation TPM chipsLeendert van Doorn1-0/+9
2006-04-22[PATCH] tpm: new 1.2 sysfs filesKylene Jo Hall1-0/+14