summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_i2c_infineon.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-7/+1Star
* tpm: Unify the send callback behaviourJarkko Sakkinen2019-02-131-1/+1
* tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen2019-02-081-7/+8
* tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-281-4/+4
* tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone2018-02-271-2/+3
* tpm: remove unused data fields from I2C and OF device ID tablesJavier Martinez Canillas2018-01-081-21/+6Star
* tpm: Apply a sane minimum adapterlimit value for retransmission.Bryan Freed2017-06-131-20/+56
* tpm: make check_locality return boolJerry Snitselaar2017-04-031-6/+6
* tpm: Factor out common startup codeJason Gunthorpe2016-07-191-3/+1Star
* tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard2016-06-251-10/+10
* tpm: drop 'locality' from struct tpm_vendor_specificChristophe Ricard2016-06-251-12/+13
* tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard2016-06-251-3/+0Star
* tpm: drop list from struct tpm_vendor_specificChristophe Ricard2016-06-251-1/+0Star
* tpm: Get rid of chip->pdevJason Gunthorpe2016-06-251-3/+3
* char: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-10-191-1/+0Star
* tpm: rename chip->dev to chip->pdevJarkko Sakkinen2015-01-171-3/+3
* tpm: two-phase chip management functionsJarkko Sakkinen2015-01-171-30/+7Star
* drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-081-1/+0Star
* 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/+0Star
* tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe2014-01-061-10/+0Star
* tpm: Remove tpm_show_caps_1_2Jason Gunthorpe2013-10-221-1/+1
* tpm: Remove redundant dev_set_drvdataJason Gunthorpe2013-10-221-2/+0Star
* tpm/tpm_i2c_infineon: Remove unused header filePeter Huewe2013-06-281-1/+0Star
* tpm: tpm_i2c_infinion: Don't modify i2c_client->driverLars-Peter Clausen2013-06-281-3/+0Star
* tpm/tpm_i2c_infineon: Add small comment about return value of __i2c_transferPeter Huewe2013-04-121-0/+9
* tpm/tpm_i2c_infineon.c: Add OF attributes type and name to the of_device_id t...Peter Huewe2013-04-121-3/+18
* tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)Peter Huewe2013-04-121-40/+97
* char/tpm: Convert struct i2c_msg initialization to C99 formatShubhrajyoti Datta2013-04-121-3/+16
* tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger2013-02-051-1/+6
* Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-12-111-1/+1
|\
| * char: remove use of __devexitBill Pemberton2012-11-211-1/+1
* | tpm: remove use of __devinitBill Pemberton2012-11-281-2/+2
|/
* char/tpm: Add new driver for Infineon I2C TIS TPMPeter Huewe2012-08-221-0/+695