summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-6/+1Star
* tpm: remove @flags from tpm_transmit()Jarkko Sakkinen2019-02-131-1/+1
* tpm: use tpm_try_get_ops() in tpm-sysfs.c.Jarkko Sakkinen2019-02-131-45/+78
* tpm: remove @space from tpm_transmit()Jarkko Sakkinen2019-02-131-3/+2Star
* tpm: return 0 from pcrs_show() when tpm1_pcr_read() failsJarkko Sakkinen2019-02-131-7/+6Star
* tpm: fix invalid return value in pubek_show()Jarkko Sakkinen2019-02-131-3/+2Star
* tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen2019-02-131-1/+1
* tpm: use u32 instead of int for PCR indexTomas Winkler2018-11-131-1/+1
* tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Tomas Winkler2018-11-131-1/+1
* tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler2018-11-131-1/+1
* tpm: move tpm_getcap to tpm1-cmd.cTomas Winkler2018-11-131-24/+24
* tpm: migrate pubek_show to struct tpm_bufJarkko Sakkinen2017-10-121-39/+48
* tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen2017-07-071-1/+2
* tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2017-07-071-0/+3
* tpm: move endianness conversion of ordinals to tpm_input_headerRoberto Sassu2017-06-131-2/+2
* tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_headerRoberto Sassu2017-06-131-1/+1
* tpm: infrastructure for TPM spacesJarkko Sakkinen2017-04-031-1/+1
* tpm: Check size of response before accessing dataStefan Berger2017-01-231-9/+19
* tpm: drop tpm1_chip_register(/unregister)Jarkko Sakkinen2016-11-281-0/+3
* tpm: sanitize constant expressionsJarkko Sakkinen2016-11-281-2/+2
* tpm: constify TPM 1.x header structuresJulia Lawall2016-09-151-1/+1
* tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen2016-09-151-1/+1
* tpm: Remove all uses of drvdata from the TPM CoreJason Gunthorpe2016-06-251-36/+25Star
* tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard2016-06-251-10/+10
* tpm: Provide strong locking for device removalJason Gunthorpe2016-06-251-0/+5
* tpm: Get rid of chip->pdevJason Gunthorpe2016-06-251-3/+3
* tpm: rename chip->dev to chip->pdevJarkko Sakkinen2015-01-171-3/+3
* tpm: merge duplicate transmit_cmd() functionsJarkko Sakkinen2015-01-171-21/+2Star
* tpm/tpm-sysfs: active_show() can be staticFengguang Wu2014-01-061-1/+1
* tpm: Use the ops structure instead of a copy in tpm_vendor_specificJason Gunthorpe2014-01-061-1/+1
* tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe2014-01-061-31/+68
* tpm: Move sysfs functions from tpm-interface to tpm-sysfsJason Gunthorpe2014-01-061-0/+281