summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
AgeCommit message (Expand)AuthorLines
2015-03-06tpm: fix call order in tpm-chip.cJarkko Sakkinen-20/+14
2015-03-06tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com-8/+8
2015-02-15Added Little Endian support to vtpm modulehonclo-8/+12
2015-02-15tpm, tpm_tis: fix TPM 2.0 probingJarkko Sakkinen-15/+39
2015-02-15tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen-39/+34
2015-01-22tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_devicePeter Huewe-0/+2
2015-01-20tpm: fix format string error in tpm-chip.cJarkko Sakkinen-1/+1
2015-01-19char/tpm/tpm_crb: fix build errorJarkko Sakkinen-1/+1
2015-01-18char/tpm: fixed white spaces coding style issuesBruno E O Meneguele-4/+4
2015-01-17tpm/tpm_i2c_stm_st33: Change tpm_i2c_stm_st33.h to tpm_stm_st33.hChristophe Ricard-1/+1
2015-01-17tpm/tpm_i2c_stm_st33: Replace remaining r by retChristophe Ricard-4/+4
2015-01-17tpm/tpm_i2c_stm_st33: Sanity cleanupChristophe Ricard-3/+3
2015-01-17tpm/tpm_i2c_stm_st33: Remove sparse spacesChristophe Ricard-5/+3
2015-01-17tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFOChristophe Ricard-2/+5
2015-01-17tpm: TPM 2.0 FIFO InterfaceJarkko Sakkinen-23/+89
2015-01-17tpm: TPM 2.0 CRB InterfaceJarkko Sakkinen-0/+367
2015-01-17tpm: TPM 2.0 baseline supportJarkko Sakkinen-14/+721
2015-01-17tpm: device class for tpmJarkko Sakkinen-50/+105
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen-94/+95
2015-01-17tpm: fix raciness of PPI interface lookupJarkko Sakkinen-64/+112
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen-338/+329
2015-01-17tpm: merge duplicate transmit_cmd() functionsJarkko Sakkinen-45/+30
2015-01-17tpm_ibmvtpm: Update email address in maintainers list and ibmvtpm driverAshley Lai-3/+3
2015-01-17tpm/tpm_i2c_stm_st33: Fix coccinelle warnings. Possible NULL pointer dereferenceChristophe Ricard-1/+1
2015-01-17tpm/tpm_i2c_stm_st33: Increment driver version to 1.2.1.Christophe Ricard-3/+3
2015-01-17tpm/tpm_i2c_stm_st33: Remove useless i2c read on interrupt registersChristophe Ricard-8/+0
2015-01-17tpm/tpm_i2c_stm_st33: Interrupt management improvementChristophe Ricard-88/+109
2015-01-17tpm/tpm_i2c_stm_st33: Few code cleanupChristophe Ricard-16/+16
2015-01-17tpm/tpm_i2c_stm_st33: Add devicetree structureChristophe Ricard-50/+116
2015-01-17tpm/tpm_i2c_stm_st33: Replace tpm_st33_* function with tpm_stm_*Christophe Ricard-25/+25
2015-01-17tpm/tpm_i2c_stm_st33: Replace err/rc/ret by ret for a function return codeChristophe Ricard-31/+30
2015-01-17tpm/tpm_i2c_stm_st33: Remove reference to io_serirqChristophe Ricard-10/+3
2015-01-17tpm/tpm_i2c_stm_st33: Add new tpm_stm_dev structure and remove tpm_i2c_buffer...Christophe Ricard-156/+92
2015-01-17tpm/tpm_i2c_stm_st33: Move tpm registers to tpm_i2c_stm_st33.cChristophe Ricard-17/+17
2015-01-17tpm/tpm_i2c_stm_st33: Fix few coding style error reported by scripts/checkpat...Christophe Ricard-3/+5
2015-01-17tpm/tpm_i2c_stm_st33: Change License header to have up to date address inform...Christophe Ricard-3/+2
2015-01-17tpm/tpm_i2c_stm_st33: Update Kconfig in order to be inline to other similar p...Christophe Ricard-4/+4
2015-01-17tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_sendChristophe Ricard-1/+1
2015-01-17char: tpm: Deletion of unnecessary checks before the function call "tpm_dev_v...Markus Elfring-4/+2
2015-01-17tpm: remove unnecessary sizeof(u8)Fabian Frederick-2/+2
2015-01-17tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dmaHon Ching (Vicky) Lo-0/+8
2015-01-17tpm_tis: verify interrupt during initScot Doyle-14/+62
2015-01-17char: tpm: Add missing error check for devm_kzallocKiran Padwal-0/+9
2015-01-17TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells-1/+1
2014-10-20char: tpm: drop owner assignment from platform_driversWolfram Sang-3/+0
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel-6/+7
2014-07-29tpm: simplify code by using %*phN specifierAndy Shevchenko-3/+1
2014-07-29tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe-21/+72
2014-07-29tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen-3/+4
2014-07-29tpm: Properly clean sysfs entries in error pathStefan Berger-1/+3