summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm-interface.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska1-1/+1
2023-08-05tpm: make all 'class' structures constIvan Orlov1-12/+9
2023-05-16tpm: Prevent hwrng from activating during resumeJarkko Sakkinen1-0/+10
2023-03-21tpm: Fix a possible dereference of ERR_PTR in tpm_init()Harshit Mogalapalli1-1/+2
2023-03-17tpm: fix up the tpm_class shutdown_pre pointer when createdGreg Kroah-Hartman1-0/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-2/+2
2023-01-06tpm: Allow system suspend to continue when TPM suspend failsJason A. Donenfeld1-1/+3
2022-12-04char: tpm: Protect tpm_pm_suspend with locksJan Dabros1-2/+3
2020-04-21tpm: fix wrong return value in tpm_pcr_extendTianjia Zhang1-1/+1
2019-11-12KEYS: trusted: Move TPM2 trusted keys codeSumit Garg1-56/+0
2019-11-12tpm: Add a flag to indicate TPM power is managed by firmwareStephen Boyd1-1/+7
2019-09-25tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen1-7/+2
2019-09-25KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu1-5/+9
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-6/+1
2019-04-08tpm: turn on TPM on suspend for TPM 1.xJarkko Sakkinen1-8/+6
2019-02-13tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu1-19/+11
2019-02-13tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu1-8/+8
2019-02-13tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu1-1/+1
2019-02-13tpm: dynamically allocate the allocated_banks arrayRoberto Sassu1-8/+10
2019-02-13tpm: remove @flags from tpm_transmit()Jarkko Sakkinen1-14/+8
2019-02-13tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen1-9/+9
2019-02-13tpm: introduce tpm_chip_start() and tpm_chip_stop()Jarkko Sakkinen1-81/+3
2019-02-13tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen1-8/+0
2019-02-13tpm: remove @space from tpm_transmit()Jarkko Sakkinen1-14/+11
2019-02-13tpm: move TPM space code out of tpm_transmit()Jarkko Sakkinen1-24/+3
2019-02-13tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen1-55/+15
2019-02-13tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen1-51/+43
2019-02-13tpm: access command header through struct in tpm_try_transmit()Jarkko Sakkinen1-2/+2
2019-02-13tpm: declare struct tpm_headerJarkko Sakkinen1-13/+8
2019-02-13tpm: print tpm2_commit_space() error inside tpm2_commit_space()Jarkko Sakkinen1-2/+0
2019-02-13tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen1-31/+36
2019-02-13tpm: don't print error message in tpm_transmit_cmd when tpm still testingJerry Snitselaar1-1/+1
2019-02-13tpm: Unify the send callback behaviourJarkko Sakkinen1-1/+10
2018-11-13tpm: tpm_try_transmit() refactor error flow.Tomas Winkler1-7/+8
2018-11-13tpm: use u32 instead of int for PCR indexTomas Winkler1-3/+3
2018-11-13tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Tomas Winkler1-1/+1
2018-11-13tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structureTomas Winkler1-1/+1
2018-11-13tpm: tpm-interface.c drop unused macrosTomas Winkler1-4/+0
2018-11-13tpm: add tpm_auto_startup() into tpm-interface.cTomas Winkler1-0/+15
2018-11-13tpm: factor out tpm_startup functionTomas Winkler1-41/+0
2018-11-13tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.cTomas Winkler1-50/+5
2018-11-13tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler1-145/+3
2018-11-13tpm: factor out tpm1_get_random into tpm1-cmd.cTomas Winkler1-51/+7
2018-11-13tpm: move tpm_getcap to tpm1-cmd.cTomas Winkler1-46/+1
2018-11-13tpm: move tpm1_pcr_extend to tpm1-cmd.cTomas Winkler1-28/+0
2018-11-13tpm: factor out tpm_get_timeouts()Tomas Winkler1-123/+4
2018-11-13tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler1-4/+20
2018-11-13tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler1-282/+2
2018-10-05tpm: add support for nonblocking operationTadeusz Struk1-5/+19
2018-10-05tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas1-1/+2