aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm-interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-25tpm: Fix suspend regressionStefan Berger1-2/+2
2016-06-25tpm: Remove all uses of drvdata from the TPM CoreJason Gunthorpe1-4/+3
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard1-24/+24
2016-06-25tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard1-2/+2
2016-06-25tpm: Replace device number bitmap with IDRStefan Berger1-0/+1
2016-06-25tpm: Provide strong locking for device removalJason Gunthorpe1-9/+10
2016-06-25tpm: Get rid of chip->pdevJason Gunthorpe1-14/+16
2015-12-20tpm: rework tpm_get_timeouts()Jason Gunthorpe1-0/+15
2015-12-02tpm_tis: further simplify calculation of ordinal durationMartin Wilck1-3/+5
2015-10-19tpm: seal/unseal for TPM 2.0Jarkko Sakkinen1-0/+76
2015-02-15tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen1-2/+4
2015-01-17tpm: TPM 2.0 CRB InterfaceJarkko Sakkinen1-0/+3
2015-01-17tpm: TPM 2.0 baseline supportJarkko Sakkinen1-2/+21
2015-01-17tpm: device class for tpmJarkko Sakkinen1-0/+29
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen1-14/+15
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen1-147/+1
2015-01-17tpm: merge duplicate transmit_cmd() functionsJarkko Sakkinen1-23/+26
2015-01-17TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells1-1/+1
2014-07-29tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe1-21/+41
2014-07-29tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen1-3/+4
2014-07-29tpm: Properly clean sysfs entries in error pathStefan Berger1-1/+3
2014-01-06tpm: Use the ops structure instead of a copy in tpm_vendor_specificJason Gunthorpe1-22/+12