aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_i2c_infineon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-7/+1
2019-02-13tpm: Unify the send callback behaviourJarkko Sakkinen1-1/+1
2019-02-08tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen1-7/+8
2018-07-28tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin1-4/+4
2018-02-26tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+3
2018-01-08tpm: remove unused data fields from I2C and OF device ID tablesJavier Martinez Canillas1-21/+6
2017-06-13tpm: Apply a sane minimum adapterlimit value for retransmission.Bryan Freed1-20/+56
2017-04-03tpm: make check_locality return boolJerry Snitselaar1-6/+6
2016-07-19tpm: Factor out common startup codeJason Gunthorpe1-3/+1
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard1-10/+10
2016-06-25tpm: drop 'locality' from struct tpm_vendor_specificChristophe Ricard1-12/+13
2016-06-25tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard1-3/+0
2016-06-25tpm: drop list from struct tpm_vendor_specificChristophe Ricard1-1/+0
2016-06-25tpm: Get rid of chip->pdevJason Gunthorpe1-3/+3
2015-10-19char: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen1-3/+3
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen1-30/+7
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
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
2013-10-22tpm: Remove tpm_show_caps_1_2Jason Gunthorpe1-1/+1
2013-10-22tpm: Remove redundant dev_set_drvdataJason Gunthorpe1-2/+0
2013-06-28tpm/tpm_i2c_infineon: Remove unused header filePeter Huewe1-1/+0
2013-06-28tpm: tpm_i2c_infinion: Don't modify i2c_client->driverLars-Peter Clausen1-3/+0
2013-04-12tpm/tpm_i2c_infineon: Add small comment about return value of __i2c_transferPeter Huewe1-0/+9
2013-04-12tpm/tpm_i2c_infineon.c: Add OF attributes type and name to the of_device_id table entriesPeter Huewe1-3/+18
2013-04-12tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)Peter Huewe1-40/+97
2013-04-12char/tpm: Convert struct i2c_msg initialization to C99 formatShubhrajyoti Datta1-3/+16
2013-02-05tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger1-1/+6
2012-12-11Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2012-11-28tpm: remove use of __devinitBill Pemberton1-2/+2
2012-11-21char: remove use of __devexitBill Pemberton1-1/+1
2012-08-22char/tpm: Add new driver for Infineon I2C TIS TPMPeter Huewe1-0/+695