aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_i2c_atmel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-02-13tpm: declare struct tpm_headerJarkko Sakkinen1-3/+2
2019-02-13tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen1-0/+4
2019-02-13tpm: Unify the send callback behaviourJarkko Sakkinen1-1/+5
2016-07-19tpm: Factor out common startup codeJason Gunthorpe1-5/+1
2016-06-25tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard1-6/+8
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard1-4/+4
2016-06-25tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard1-1/+0
2016-06-25tpm: Get rid of chip->pdevJason Gunthorpe1-8/+8
2015-10-19char: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen1-8/+8
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen1-28/+11
2015-01-17char: tpm: Deletion of unnecessary checks before the function call "tpm_dev_vendor_release"Markus Elfring1-2/+1
2015-01-17char: tpm: Add missing error check for devm_kzallocKiran Padwal1-0/+4
2014-01-06tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe1-1/+1
2014-01-06tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe1-30/+0
2014-01-06tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe1-10/+0
2014-01-06tpm/tpm_i2c_atmel: fix coccinelle warningsFengguang Wu1-1/+1
2013-10-22tpm: Add support for Atmel I2C TPMsJason Gunthorpe1-0/+284