aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm-interface.c
AgeCommit message (Expand)Author
2019-03-23tpm: 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
2018-03-23tpm: add retry logicJames Bottomley
2018-03-23tpm: self test failure should not cause suspend to failChris Chiu
2018-03-23tpm2: add longer timeouts for creation commands.Tomas Winkler
2018-03-23tpm: fix buffer type in tpm_transmit_cmdWinkler, Tomas
2018-03-23tpm: tpm-interface: fix tpm_transmit/_cmd kdocWinkler, Tomas
2018-03-23tpm: cmd_ready command can be issued only after granting localityTomas Winkler
2018-02-26tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-01-08tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh
2018-01-08tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen
2018-01-08tpm: move tpm_eventlog.h outside of drivers folderThiebaud Weksteen
2017-12-16tpm: move wait_for_tpm_stat() to respective driver filesNayna Jain
2017-09-23tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak
2017-07-07tpm: do not suspend/resume if power stays onEnric Balletbo i Serra
2017-07-07tpm: consolidate the TPM startup codeJarkko Sakkinen
2017-06-13tpm: vtpm_proxy: Implement request_locality function.Stefan Berger
2017-06-13tpm: Introduce flag TPM_TRANSMIT_RAWStefan Berger
2017-06-13tpm: vtpm_proxy: Suppress error logging when in closed stateStefan Berger
2017-06-13tpm: fix byte order related arithmetic inconsistency in tpm_getcap()Jarkko Sakkinen
2017-06-13tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()Roberto Sassu
2017-06-13tpm: move endianness conversion of ordinals to tpm_input_headerRoberto Sassu
2017-06-13tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_headerRoberto Sassu
2017-04-03tpm_crb: request and relinquish locality 0Jarkko Sakkinen
2017-04-03tpm: expose spaces via a device link /dev/tpmrm<n>James Bottomley