aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm-interface.c
AgeCommit message (Expand)Author
2020-04-21tpm: fix wrong return value in tpm_pcr_extendTianjia Zhang
2019-11-12KEYS: trusted: Move TPM2 trusted keys codeSumit Garg
2019-11-12tpm: Add a flag to indicate TPM power is managed by firmwareStephen Boyd
2019-09-25tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen
2019-09-25KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-04-08tpm: turn on TPM on suspend for TPM 1.xJarkko Sakkinen
2019-02-13tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu
2019-02-13tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu
2019-02-13tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu
2019-02-13tpm: dynamically allocate the allocated_banks arrayRoberto Sassu
2019-02-13tpm: remove @flags from tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: introduce tpm_chip_start() and tpm_chip_stop()Jarkko Sakkinen
2019-02-13tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen
2019-02-13tpm: remove @space from tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: move TPM space code out of tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen
2019-02-13tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen
2019-02-13tpm: access command header through struct in tpm_try_transmit()Jarkko Sakkinen
2019-02-13tpm: declare struct tpm_headerJarkko Sakkinen
2019-02-13tpm: print tpm2_commit_space() error inside tpm2_commit_space()Jarkko Sakkinen
2019-02-13tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen
2019-02-13tpm: don't print error message in tpm_transmit_cmd when tpm still testingJerry Snitselaar
2019-02-13tpm: Unify the send callback behaviourJarkko Sakkinen
2018-11-13tpm: tpm_try_transmit() refactor error flow.Tomas Winkler
2018-11-13tpm: use u32 instead of int for PCR indexTomas Winkler
2018-11-13tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Tomas Winkler
2018-11-13tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structureTomas Winkler
2018-11-13tpm: tpm-interface.c drop unused macrosTomas Winkler
2018-11-13tpm: add tpm_auto_startup() into tpm-interface.cTomas Winkler
2018-11-13tpm: factor out tpm_startup functionTomas Winkler
2018-11-13tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.cTomas Winkler
2018-11-13tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler
2018-11-13tpm: factor out tpm1_get_random into tpm1-cmd.cTomas Winkler
2018-11-13tpm: move tpm_getcap to tpm1-cmd.cTomas Winkler
2018-11-13tpm: move tpm1_pcr_extend to tpm1-cmd.cTomas Winkler
2018-11-13tpm: factor out tpm_get_timeouts()Tomas Winkler
2018-11-13tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler
2018-11-13tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler
2018-10-05tpm: add support for nonblocking operationTadeusz Struk
2018-10-05tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas
2018-10-05tpm: fix response size validation in tpm_get_random()Jarkko Sakkinen
2018-07-28tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen
2018-07-28tpm: rename tpm_chip_find_get() to tpm_find_get_ops()Stefan Berger
2018-07-28tpm: Return the actual size when receiving an unsupported commandRicardo Schwarzmeier
2018-07-28tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler
2018-05-14tpm: reduce poll sleep time in tpm_transmit()Nayna Jain
2018-05-09tpm: move the delay_msec increment after sleep in tpm_transmit()Nayna Jain
2018-03-23tpm: fix intermittent failure with self testsJames Bottomley