summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm-interface.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-6/+1Star
* tpm: turn on TPM on suspend for TPM 1.xJarkko Sakkinen2019-04-091-8/+6Star
* tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu2019-02-131-19/+11Star
* tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu2019-02-131-8/+8
* tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu2019-02-131-1/+1
* tpm: dynamically allocate the allocated_banks arrayRoberto Sassu2019-02-131-8/+10
* tpm: remove @flags from tpm_transmit()Jarkko Sakkinen2019-02-131-14/+8Star
* tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen2019-02-131-9/+9
* tpm: introduce tpm_chip_start() and tpm_chip_stop()Jarkko Sakkinen2019-02-131-81/+3Star
* tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen2019-02-131-8/+0Star
* tpm: remove @space from tpm_transmit()Jarkko Sakkinen2019-02-131-14/+11Star
* tpm: move TPM space code out of tpm_transmit()Jarkko Sakkinen2019-02-131-24/+3Star
* tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen2019-02-131-55/+15Star
* tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen2019-02-131-51/+43Star
* tpm: access command header through struct in tpm_try_transmit()Jarkko Sakkinen2019-02-131-2/+2
* tpm: declare struct tpm_headerJarkko Sakkinen2019-02-131-13/+8Star
* tpm: print tpm2_commit_space() error inside tpm2_commit_space()Jarkko Sakkinen2019-02-131-2/+0Star
* tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen2019-02-131-31/+36
* tpm: don't print error message in tpm_transmit_cmd when tpm still testingJerry Snitselaar2019-02-131-1/+1
* tpm: Unify the send callback behaviourJarkko Sakkinen2019-02-131-1/+10
* tpm: tpm_try_transmit() refactor error flow.Tomas Winkler2018-11-131-7/+8
* tpm: use u32 instead of int for PCR indexTomas Winkler2018-11-131-3/+3
* tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Tomas Winkler2018-11-131-1/+1
* tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structureTomas Winkler2018-11-131-1/+1
* tpm: tpm-interface.c drop unused macrosTomas Winkler2018-11-131-4/+0Star
* tpm: add tpm_auto_startup() into tpm-interface.cTomas Winkler2018-11-131-0/+15
* tpm: factor out tpm_startup functionTomas Winkler2018-11-131-41/+0Star
* tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.cTomas Winkler2018-11-131-50/+5Star
* tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler2018-11-131-145/+3Star
* tpm: factor out tpm1_get_random into tpm1-cmd.cTomas Winkler2018-11-131-51/+7Star
* tpm: move tpm_getcap to tpm1-cmd.cTomas Winkler2018-11-131-46/+1Star
* tpm: move tpm1_pcr_extend to tpm1-cmd.cTomas Winkler2018-11-131-28/+0Star
* tpm: factor out tpm_get_timeouts()Tomas Winkler2018-11-131-123/+4Star
* tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler2018-11-131-4/+20
* tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler2018-11-131-282/+2Star
* tpm: add support for nonblocking operationTadeusz Struk2018-10-051-5/+19
* tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas2018-10-051-1/+2
* tpm: fix response size validation in tpm_get_random()Jarkko Sakkinen2018-10-051-1/+2
* tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen2018-07-281-7/+6Star
* tpm: rename tpm_chip_find_get() to tpm_find_get_ops()Stefan Berger2018-07-281-7/+7
* tpm: Return the actual size when receiving an unsupported commandRicardo Schwarzmeier2018-07-281-1/+1
* tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler2018-07-281-10/+41
* tpm: reduce poll sleep time in tpm_transmit()Nayna Jain2018-05-141-1/+1
* tpm: move the delay_msec increment after sleep in tpm_transmit()Nayna Jain2018-05-091-1/+2
* tpm: fix intermittent failure with self testsJames Bottomley2018-03-231-2/+14
* tpm: add retry logicJames Bottomley2018-03-231-15/+60
* tpm: self test failure should not cause suspend to failChris Chiu2018-03-231-0/+4
* tpm2: add longer timeouts for creation commands.Tomas Winkler2018-03-231-0/+3
* tpm: fix buffer type in tpm_transmit_cmdWinkler, Tomas2018-03-231-4/+4
* tpm: tpm-interface: fix tpm_transmit/_cmd kdocWinkler, Tomas2018-03-231-2/+4