summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.h
Commit message (Expand)AuthorAgeFilesLines
* tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen2019-02-131-6/+2Star
* tpm: remove @space from tpm_transmit()Jarkko Sakkinen2019-02-131-5/+5
* tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen2019-02-131-4/+5
* tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen2019-02-131-0/+1
* tpm: declare struct tpm_headerJarkko Sakkinen2019-02-131-16/+13Star
* tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen2019-02-131-3/+2Star
* tpm: use u32 instead of int for PCR indexTomas Winkler2018-11-131-5/+5
* tpm1: reimplement tpm1_continue_selftest() using tpm_bufTomas Winkler2018-11-131-9/+0Star
* tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Tomas Winkler2018-11-131-1/+1
* tpm1: implement tpm1_pcr_read_dev() using tpm_buf structureTomas Winkler2018-11-131-16/+2Star
* tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structureTomas Winkler2018-11-131-11/+0Star
* tpm: add tpm_auto_startup() into tpm-interface.cTomas Winkler2018-11-131-0/+1
* tpm: factor out tpm_startup functionTomas Winkler2018-11-131-1/+0Star
* tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.cTomas Winkler2018-11-131-0/+2
* tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler2018-11-131-3/+2Star
* tpm: factor out tpm1_get_random into tpm1-cmd.cTomas Winkler2018-11-131-0/+1
* tpm: move tpm_getcap to tpm1-cmd.cTomas Winkler2018-11-131-2/+2
* tpm: move tpm1_pcr_extend to tpm1-cmd.cTomas Winkler2018-11-131-0/+2
* tpm: factor out tpm_get_timeouts()Tomas Winkler2018-11-131-0/+3
* tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler2018-11-131-0/+1
* tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler2018-11-131-1/+1
* tpm2: add new tpm2 commands according to TCG 1.36Tomas Winkler2018-11-131-16/+25
* tpm: add support for nonblocking operationTadeusz Struk2018-10-051-0/+2
* tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen2018-07-281-7/+7
* tpm: rename tpm_chip_find_get() to tpm_find_get_ops()Stefan Berger2018-07-281-1/+1
* tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler2018-07-281-2/+10
* tpm: migrate tpm2_get_random() to use struct tpm_bufJarkko Sakkinen2018-07-281-9/+10
* tpm: reduce polling time to usecs for even finer granularityNayna Jain2018-05-181-1/+3
* tpm: reduce poll sleep time in tpm_transmit()Nayna Jain2018-05-141-1/+2
* tpm: Move eventlog declarations to its own headerThiebaud Weksteen2018-05-091-29/+0Star
* tpm: Move shared eventlog functions to common.cThiebaud Weksteen2018-05-091-0/+2
* tpm: fix intermittent failure with self testsJames Bottomley2018-03-231-0/+1
* tpm: add retry logicJames Bottomley2018-03-231-0/+1
* tpm2: add longer timeouts for creation commands.Tomas Winkler2018-03-231-10/+18
* tpm: fix buffer type in tpm_transmit_cmdWinkler, Tomas2018-03-231-1/+1
* tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas2018-01-081-0/+5
* tpm: Move Linux RNG connection to hwrngJason Gunthorpe2018-01-081-0/+4
* tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen2018-01-081-1/+1
* tpm: parse TPM event logs based on EFI tableThiebaud Weksteen2018-01-081-0/+8
* tpm: move tpm_eventlog.h outside of drivers folderThiebaud Weksteen2018-01-081-4/+23
* tpm: use tpm_msleep() value as max delayNayna Jain2018-01-081-2/+2
* tpm: move wait_for_tpm_stat() to respective driver filesNayna Jain2017-12-161-2/+0Star
* tpm: fix duplicate inline declaration specifierRuben Roy2017-10-181-1/+1
* tpm: migrate pubek_show to struct tpm_bufJarkko Sakkinen2017-10-121-13/+0Star
* tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak2017-09-241-1/+8
* tpm: do not suspend/resume if power stays onEnric Balletbo i Serra2017-07-071-0/+1
* tpm: consolidate the TPM startup codeJarkko Sakkinen2017-07-071-5/+1Star
* tpm: Enable CLKRUN protocol for Braswell systemsAzhar Shaikh2017-07-071-0/+4
* tpm: Introduce flag TPM_TRANSMIT_RAWStefan Berger2017-06-131-0/+1
* tpm: remove struct tpm_pcrextend_inJarkko Sakkinen2017-06-131-6/+0Star