aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm-interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-23tpm: add retry logicJames Bottomley1-15/+60
2018-03-23tpm: self test failure should not cause suspend to failChris Chiu1-0/+4
2018-03-23tpm2: add longer timeouts for creation commands.Tomas Winkler1-0/+3
2018-03-23tpm: fix buffer type in tpm_transmit_cmdWinkler, Tomas1-4/+4
2018-03-23tpm: tpm-interface: fix tpm_transmit/_cmd kdocWinkler, Tomas1-2/+4
2018-03-23tpm: cmd_ready command can be issued only after granting localityTomas Winkler1-13/+41
2018-02-26tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-0/+4
2018-01-08tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh1-0/+6
2018-01-08tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas1-8/+20
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen1-64/+71
2018-01-08tpm: move tpm_eventlog.h outside of drivers folderThiebaud Weksteen1-1/+1
2017-12-16tpm: move wait_for_tpm_stat() to respective driver filesNayna Jain1-60/+0
2017-09-23tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak1-5/+5
2017-07-07tpm: do not suspend/resume if power stays onEnric Balletbo i Serra1-0/+3
2017-07-07tpm: consolidate the TPM startup codeJarkko Sakkinen1-25/+42
2017-06-13tpm: vtpm_proxy: Implement request_locality function.Stefan Berger1-0/+1
2017-06-13tpm: Introduce flag TPM_TRANSMIT_RAWStefan Berger1-1/+2
2017-06-13tpm: vtpm_proxy: Suppress error logging when in closed stateStefan Berger1-2/+3
2017-06-13tpm: fix byte order related arithmetic inconsistency in tpm_getcap()Jarkko Sakkinen1-14/+16
2017-06-13tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()Roberto Sassu1-17/+24
2017-06-13tpm: move endianness conversion of ordinals to tpm_input_headerRoberto Sassu1-12/+12
2017-06-13tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_headerRoberto Sassu1-7/+7
2017-04-03tpm_crb: request and relinquish locality 0Jarkko Sakkinen1-0/+16
2017-04-03tpm: expose spaces via a device link /dev/tpmrm<n>James Bottomley1-2/+11
2017-04-03tpm: infrastructure for TPM spacesJarkko Sakkinen1-30/+47
2017-04-03tpm: validate TPM 2.0 commandsJarkko Sakkinen1-1/+37
2017-04-03tpm: move length validation to tpm_transmit()Jarkko Sakkinen1-8/+12
2017-02-15tpm: Fix expected number of response bytes of TPM1.2 PCR ExtendStefan Berger1-1/+1
2017-02-14tpm: fix misspelled "facilitate" in module parameter descriptionDmitry Torokhov1-1/+1
2017-02-03tpm: silence an array overflow warningDan Carpenter1-2/+2
2017-02-03tpm: enhance TPM 2.0 PCR extend to support multiple banksNayna Jain1-1/+13
2017-01-23tpm: Check size of response before accessing dataStefan Berger1-21/+49
2017-01-23tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero1-21/+32
2017-01-23tpm: Do not print an error message when doing TPM auto startupJason Gunthorpe1-3/+6
2017-01-23tpm: add kdoc for tpm_transmit and tpm_transmit_cmdWinkler, Tomas1-5/+28
2016-11-28tpm: Only call pm_runtime_get_sync if device has a parentStefan Berger1-2/+4
2016-11-28tpm tis: Do not print timeout messages twiceJason Gunthorpe1-0/+7
2016-11-28tpm: place kdoc just above tpm_pcr_extendWinkler, Tomas1-8/+8
2016-11-28tpm: sanitize constant expressionsJarkko Sakkinen1-6/+9
2016-11-28tpm: Clean up reading of timeout and duration capabilitiesEd Swierk1-48/+17
2016-11-28tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas1-0/+5
2016-10-31tpm: remove invalid min length check from tpm_do_selftest()Jarkko Sakkinen1-3/+0
2016-09-27Revert "tmp/tpm_crb: implement runtime pm for tpm_crb"Jarkko Sakkinen1-5/+0
2016-09-16tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas1-0/+5
2016-09-15tpm: add check for minimum buffer size in tpm_transmit()Jarkko Sakkinen1-0/+3
2016-09-15tpm: constify TPM 1.x header structuresJulia Lawall1-5/+5
2016-09-15tpm: use tpm_pcr_read_dev() in tpm_do_selftest()Jarkko Sakkinen1-5/+3
2016-09-15tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen1-15/+1
2016-09-15tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen1-23/+28
2016-07-19tpm: Factor out common startup codeJason Gunthorpe1-0/+27