aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_ppi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-02-13tpm/ppi: Enable submission of optional command parameter for PPI 1.3Stefan Berger1-6/+16
2019-02-13tpm/ppi: Possibly show command parameter if TPM PPI 1.3 is usedStefan Berger1-2/+29
2019-02-13tpm/ppi: Display up to 101 operations as define for version 1.3Stefan Berger1-1/+1
2019-02-13tpm/ppi: rename TPM_PPI_REVISION_ID to TPM_PPI_REVISION_ID_1Stefan Berger1-10/+11
2019-02-13tpm/ppi: pass function revision ID to tpm_eval_dsm()Stefan Berger1-8/+8
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko1-12/+8
2015-10-19tpm: move the PPI attributes to character device directory.Jarkko Sakkinen1-23/+11
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen1-2/+2
2015-01-17tpm: fix raciness of PPI interface lookupJarkko Sakkinen1-54/+87
2014-05-12ACPI / TPM: Fix resume regression on ChromebooksRafael J. Wysocki1-5/+3
2014-01-12Merge branch 'acpi-dsm'Rafael J. Wysocki1-263/+142
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki1-1/+0
2014-01-05ACPI / TPM: detect PPI features by checking availability of _DSM functionsJiang Liu1-26/+19
2014-01-05ACPI / TPM: replace open-coded _DSM code with helper functionsJiang Liu1-259/+145
2014-01-05ACPI / TPM: match node name instead of full path when searching for TPM deviceJiang Liu1-1/+1
2014-01-05ACPI / TPM: fix memory leak when walking ACPI namespaceJiang Liu1-6/+9
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-1/+0
2013-10-22tpm: Merge the tpm-bios module with tpm.oJason Gunthorpe1-4/+0
2013-04-12drivers/char/tpm/tpm_ppi: use strlcpy instead of strncpyChen Gang1-7/+7
2012-10-10driver/char/tpm: fix regression causesd by ppiGang Wei1-8/+10
2012-09-04driver/char/tpm: declare internal symbols as staticXiaoyan Zhang1-18/+19
2012-08-22driver: add PPI support in tpm driverXiaoyan Zhang1-0/+460