aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_i2c_infineon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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