summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm-interface.c
Commit message (Expand)AuthorAgeFilesLines
* tpm: make all 'class' structures constIvan Orlov2023-08-051-12/+9
* tpm: Prevent hwrng from activating during resumeJarkko Sakkinen2023-05-161-0/+10
* tpm: Fix a possible dereference of ERR_PTR in tpm_init()Harshit Mogalapalli2023-03-211-1/+2
* tpm: fix up the tpm_class shutdown_pre pointer when createdGreg Kroah-Hartman2023-03-171-0/+1
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-2/+2
* tpm: Allow system suspend to continue when TPM suspend failsJason A. Donenfeld2023-01-061-1/+3
* char: tpm: Protect tpm_pm_suspend with locksJan Dabros2022-12-041-2/+3
* tpm: fix wrong return value in tpm_pcr_extendTianjia Zhang2020-04-211-1/+1
* KEYS: trusted: Move TPM2 trusted keys codeSumit Garg2019-11-121-56/+0
* tpm: Add a flag to indicate TPM power is managed by firmwareStephen Boyd2019-11-121-1/+7
* tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen2019-09-251-7/+2
* KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu2019-09-251-5/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-6/+1
* tpm: turn on TPM on suspend for TPM 1.xJarkko Sakkinen2019-04-081-8/+6
* tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu2019-02-131-19/+11
* 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/+8
* 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/+3
* tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen2019-02-131-8/+0
* tpm: remove @space from tpm_transmit()Jarkko Sakkinen2019-02-131-14/+11
* tpm: move TPM space code out of tpm_transmit()Jarkko Sakkinen2019-02-131-24/+3
* tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen2019-02-131-55/+15
* tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen2019-02-131-51/+43
* 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/+8
* tpm: print tpm2_commit_space() error inside tpm2_commit_space()Jarkko Sakkinen2019-02-131-2/+0
* 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/+0
* tpm: add tpm_auto_startup() into tpm-interface.cTomas Winkler2018-11-131-0/+15
* tpm: factor out tpm_startup functionTomas Winkler2018-11-131-41/+0
* tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.cTomas Winkler2018-11-131-50/+5
* tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler2018-11-131-145/+3
* tpm: factor out tpm1_get_random into tpm1-cmd.cTomas Winkler2018-11-131-51/+7
* tpm: move tpm_getcap to tpm1-cmd.cTomas Winkler2018-11-131-46/+1
* tpm: move tpm1_pcr_extend to tpm1-cmd.cTomas Winkler2018-11-131-28/+0
* tpm: factor out tpm_get_timeouts()Tomas Winkler2018-11-131-123/+4
* 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/+2
* 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