aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm_i2c_infineon.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-7/+1
2019-02-13tpm: Unify the send callback behaviourGravatar Jarkko Sakkinen 1-1/+1
2019-02-08tpm: Fix some name collisions with drivers/char/tpm.hGravatar Jarkko Sakkinen 1-7/+8
2018-07-28tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Gravatar Peter Rosin 1-4/+4
2018-02-26tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Gravatar Jeremy Boone 1-2/+3
2018-01-08tpm: remove unused data fields from I2C and OF device ID tablesGravatar Javier Martinez Canillas 1-21/+6
2017-06-13tpm: Apply a sane minimum adapterlimit value for retransmission.Gravatar Bryan Freed 1-20/+56
2017-04-03tpm: make check_locality return boolGravatar Jerry Snitselaar 1-6/+6
2016-07-19tpm: Factor out common startup codeGravatar Jason Gunthorpe 1-3/+1
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipGravatar Christophe Ricard 1-10/+10
2016-06-25tpm: drop 'locality' from struct tpm_vendor_specificGravatar Christophe Ricard 1-12/+13
2016-06-25tpm: drop 'irq' from struct tpm_vendor_specificGravatar Christophe Ricard 1-3/+0
2016-06-25tpm: drop list from struct tpm_vendor_specificGravatar Christophe Ricard 1-1/+0
2016-06-25tpm: Get rid of chip->pdevGravatar Jason Gunthorpe 1-3/+3
2015-10-19char: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2015-01-17tpm: rename chip->dev to chip->pdevGravatar Jarkko Sakkinen 1-3/+3
2015-01-17tpm: two-phase chip management functionsGravatar Jarkko Sakkinen 1-30/+7
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2014-01-06tpm: Create a tpm_class_ops structure and use it in the driversGravatar Jason Gunthorpe 1-1/+1
2014-01-06tpm: Pull all driver sysfs code into tpm-sysfs.cGravatar Jason Gunthorpe 1-30/+0
2014-01-06tpm: Pull everything related to /dev/tpmX into tpm-dev.cGravatar Jason Gunthorpe 1-10/+0
2013-10-22tpm: Remove tpm_show_caps_1_2Gravatar Jason Gunthorpe 1-1/+1
2013-10-22tpm: Remove redundant dev_set_drvdataGravatar Jason Gunthorpe 1-2/+0
2013-06-28tpm/tpm_i2c_infineon: Remove unused header fileGravatar Peter Huewe 1-1/+0
2013-06-28tpm: tpm_i2c_infinion: Don't modify i2c_client->driverGravatar Lars-Peter Clausen 1-3/+0
2013-04-12tpm/tpm_i2c_infineon: Add small comment about return value of __i2c_transferGravatar Peter Huewe 1-0/+9
2013-04-12tpm/tpm_i2c_infineon.c: Add OF attributes type and name to the of_device_id t...Gravatar Peter Huewe 1-3/+18
2013-04-12tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)Gravatar Peter Huewe 1-40/+97
2013-04-12char/tpm: Convert struct i2c_msg initialization to C99 formatGravatar Shubhrajyoti Datta 1-3/+16
2013-02-05tpm: Fix cancellation of TPM commands (polling mode)Gravatar Stefan Berger 1-1/+6
2012-12-11Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2012-11-28tpm: remove use of __devinitGravatar Bill Pemberton 1-2/+2
2012-11-21char: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-08-22char/tpm: Add new driver for Infineon I2C TIS TPMGravatar Peter Huewe 1-0/+695