summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm_i2c_infineon.c
AgeCommit message (Expand)Author
2019-03-23tpm: Unify the send callback behaviourJarkko Sakkinen
2018-09-19tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin
2018-03-08tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone
2017-06-13tpm: Apply a sane minimum adapterlimit value for retransmission.Bryan Freed
2017-04-03tpm: make check_locality return boolJerry Snitselaar
2016-07-19tpm: Factor out common startup codeJason Gunthorpe
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard
2016-06-25tpm: drop 'locality' from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop list from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: Get rid of chip->pdevJason Gunthorpe
2015-10-19char: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-06tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe
2014-01-06tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe
2014-01-06tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe
2013-10-22tpm: Remove tpm_show_caps_1_2Jason Gunthorpe
2013-10-22tpm: Remove redundant dev_set_drvdataJason Gunthorpe
2013-06-28tpm/tpm_i2c_infineon: Remove unused header filePeter Huewe
2013-06-28tpm: tpm_i2c_infinion: Don't modify i2c_client->driverLars-Peter Clausen
2013-04-12tpm/tpm_i2c_infineon: Add small comment about return value of __i2c_transferPeter Huewe
2013-04-12tpm/tpm_i2c_infineon.c: Add OF attributes type and name to the of_device_id t...Peter Huewe
2013-04-12tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)Peter Huewe
2013-04-12char/tpm: Convert struct i2c_msg initialization to C99 formatShubhrajyoti Datta
2013-02-05tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger
2012-12-11Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-11-28tpm: remove use of __devinitBill Pemberton
2012-11-21char: remove use of __devexitBill Pemberton
2012-08-22char/tpm: Add new driver for Infineon I2C TIS TPMPeter Huewe