summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm.h
AgeCommit message (Expand)Author
2019-10-07tpm: migrate pubek_show to struct tpm_bufJarkko Sakkinen
2018-09-19tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler
2018-04-29tpm: add retry logicJames Bottomley
2018-04-12tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas
2017-09-23tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak
2017-07-07tpm: do not suspend/resume if power stays onEnric Balletbo i Serra
2017-07-07tpm: consolidate the TPM startup codeJarkko Sakkinen
2017-07-07tpm: Enable CLKRUN protocol for Braswell systemsAzhar Shaikh
2017-06-13tpm: Introduce flag TPM_TRANSMIT_RAWStefan Berger
2017-06-13tpm: remove struct tpm_pcrextend_inJarkko Sakkinen
2017-06-13tpm: fix byte order related arithmetic inconsistency in tpm_getcap()Jarkko Sakkinen
2017-06-13tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_headerRoberto Sassu
2017-04-03tpm_crb: request and relinquish locality 0Jarkko Sakkinen
2017-04-03tpm2: add session handle context saving and restoring to the space codeJames Bottomley
2017-04-03tpm: expose spaces via a device link /dev/tpmrm<n>James Bottomley
2017-04-03tpm: infrastructure for TPM spacesJarkko Sakkinen
2017-04-03tpm: validate TPM 2.0 commandsJarkko Sakkinen
2017-04-03tpm: export tpm2_flush_context_cmdJarkko Sakkinen
2017-02-20tpm: declare tpm2_get_pcr_allocation() as staticJarkko Sakkinen
2017-02-03tpm: fix the type of owned field in cap_tStefan Berger
2017-02-03tpm: add securityfs support for TPM 2.0 firmware event logNayna Jain
2017-02-03tpm: enhance TPM 2.0 PCR extend to support multiple banksNayna Jain
2017-02-03tpm: implement TPM 2.0 capability to get active PCR banksNayna Jain
2017-02-03tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen
2017-02-03tpm: remove tpm_read_index and tpm_write_index from tpm.hJarkko Sakkinen
2017-01-23tpm: Check size of response before accessing dataStefan Berger
2016-11-28tpm: have event log use the tpm_chipNayna Jain
2016-11-28tpm: replace dynamically allocated bios_dir with a static arrayJarkko Sakkinen
2016-11-28tpm: Get rid of TPM_CHIP_FLAG_REGISTEREDJason Gunthorpe
2016-11-28tpm tis: Do not print timeout messages twiceJason Gunthorpe
2016-11-28tpm: sanitize constant expressionsJarkko Sakkinen
2016-09-15tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen
2016-09-15tpm: remove unnecessary externs from tpm.hJarkko Sakkinen
2016-09-15tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen
2016-07-19tpm: Factor out common startup codeJason Gunthorpe
2016-06-25tpm: Add include guards in tpm.hChristophe Ricard
2016-06-25tpm: Introduce TPM_CHIP_FLAG_VIRTUALStefan Berger
2016-06-25tpm: Remove all uses of drvdata from the TPM CoreJason Gunthorpe
2016-06-25tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard
2016-06-25tpm: drop 'locality' from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop 'iobase' from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop list from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop the field 'time_expired' from struct tpm_chipJarkko Sakkinen
2016-06-25tpm: drop 'base' from struct tpm_vendor_specificJarkko Sakkinen
2016-06-25tpm: drop manufacturer_id from struct tpm_vendor_specificJarkko Sakkinen
2016-06-25tpm: drop tpm_atmel specific fields from tpm_vendor_specificJarkko Sakkinen
2016-06-25tpm: drop int_queue from tpm_vendor_specificJarkko Sakkinen