summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm-chip.c
Commit message (Expand)AuthorAgeFilesLines
* tpm: fix: return rc when devm_add_action() failsJarkko Sakkinen2016-02-201-1/+6
* tpm: fix the cleanup of struct tpm_chipJarkko Sakkinen2016-02-101-1/+3
* tpm: fix the rollback in tpm_chip_register()Jarkko Sakkinen2016-02-101-5/+5
* tpm: fix compat 'ppi' link handling in tpm_chip_register()Jarkko Sakkinen2015-11-091-8/+10
* TPM: revert the list handling logic fixed in 398a1e7Jarkko Sakkinen2015-11-091-1/+1
* tpm: move the PPI attributes to character device directory.Jarkko Sakkinen2015-10-191-8/+16
* tpm: Fix initialization of the cdevJason Gunthorpe2015-07-131-1/+2
* tpm: fix: sanitized code paths in tpm_chip_register()Jarkko Sakkinen2015-03-181-24/+42
* tpm: fix call order in tpm-chip.cJarkko Sakkinen2015-03-051-20/+14Star
* tpm: fix format string error in tpm-chip.cJarkko Sakkinen2015-01-201-1/+1
* tpm: TPM 2.0 baseline supportJarkko Sakkinen2015-01-171-11/+16
* tpm: device class for tpmJarkko Sakkinen2015-01-171-10/+62
* tpm: rename chip->dev to chip->pdevJarkko Sakkinen2015-01-171-2/+2
* tpm: fix raciness of PPI interface lookupJarkko Sakkinen2015-01-171-2/+2
* tpm: two-phase chip management functionsJarkko Sakkinen2015-01-171-0/+199