summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_i2c_atmel.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* tpm: declare struct tpm_headerJarkko Sakkinen2019-02-131-3/+2
* tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen2019-02-131-0/+4
* tpm: Unify the send callback behaviourJarkko Sakkinen2019-02-131-1/+5
* tpm: Factor out common startup codeJason Gunthorpe2016-07-191-5/+1
* tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard2016-06-251-6/+8
* tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard2016-06-251-4/+4
* tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard2016-06-251-1/+0
* tpm: Get rid of chip->pdevJason Gunthorpe2016-06-251-8/+8
* char: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-10-191-1/+0
* tpm: rename chip->dev to chip->pdevJarkko Sakkinen2015-01-171-8/+8
* tpm: two-phase chip management functionsJarkko Sakkinen2015-01-171-28/+11
* char: tpm: Deletion of unnecessary checks before the function call "tpm_dev_v...Markus Elfring2015-01-171-2/+1
* char: tpm: Add missing error check for devm_kzallocKiran Padwal2015-01-171-0/+4
* tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe2014-01-061-1/+1
* tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe2014-01-061-30/+0
* tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe2014-01-061-10/+0
* tpm/tpm_i2c_atmel: fix coccinelle warningsFengguang Wu2014-01-061-1/+1
* tpm: Add support for Atmel I2C TPMsJason Gunthorpe2013-10-221-0/+284