aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)AuthorFilesLines
2015-07-13tpm, tpm_crb: fail when TPM2 ACPI table contents look corruptedGravatar Jarkko Sakkinen 1-0/+8
2015-07-13tpm: Fix initialization of the cdevGravatar Jason Gunthorpe 1-1/+2
2015-06-16tpm, tpm_crb: fix le64_to_cpu conversions in crb_acpi_add()Gravatar Jarkko Sakkinen 1-2/+2
2015-06-16vTPM: set virtual device before passing to ibmvtpm_reset_crqGravatar Hon Ching \(Vicky\) Lo 1-2/+3
2015-06-16tpm_ibmvtpm: remove unneccessary message level.Gravatar Fabian Frederick 1-1/+1
2015-04-16Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-2/+3
2015-04-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 11-975/+1510
2015-04-15xenbus_client: Extend interface to support multi-page ringGravatar Wei Liu 1-2/+3
2015-03-27tpm/st33zp24/spi: Add missing device table for spi phy.Gravatar Christophe Ricard 1-0/+7
2015-03-27tpm/st33zp24: Add proper wait for ordinal duration in case of irq modeGravatar Christophe Ricard 1-1/+11
2015-03-18tpm/tpm_infineon: Use struct dev_pm_ops for power managementGravatar Peter Huewe 1-25/+9
2015-03-18tpm: Update KConfig text to include TPM2.0 FIFO chipsGravatar Peter Huewe 1-4/+5
2015-03-18tpm/st33zp24/spi: Add st33zp24 spi phyGravatar Christophe Ricard 5-2/+408
2015-03-18tpm/tpm_i2c_stm_st33: Split tpm_i2c_tpm_st33 in 2 layers (core + phy)Gravatar Christophe Ricard 8-926/+1031
2015-03-18tpm/tpm_i2c_stm_st33: Replace access to io_lpcpd from struct st33zp24_platfor...Gravatar Christophe Ricard 1-7/+11
2015-03-18tpm: fix: sanitized code paths in tpm_chip_register()Gravatar Jarkko Sakkinen 1-24/+42
2015-03-18PNP: tpm/tpm_infineon: Use module_pnp_driver to register driverGravatar Peter Huewe 1-12/+1
2015-03-06tpm: fix call order in tpm-chip.cGravatar Jarkko Sakkinen 1-20/+14
2015-03-06tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendGravatar jmlatten@linux.vnet.ibm.com 2-8/+8
2015-03-05tpm: fix call order in tpm-chip.cGravatar Jarkko Sakkinen 1-20/+14
2015-03-05tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendGravatar jmlatten@linux.vnet.ibm.com 2-8/+8
2015-02-15Added Little Endian support to vtpm moduleGravatar honclo 1-8/+12
2015-02-15tpm, tpm_tis: fix TPM 2.0 probingGravatar Jarkko Sakkinen 3-15/+39
2015-02-15tpm: fix suspend/resume paths for TPM 2.0Gravatar Jarkko Sakkinen 5-39/+34
2015-01-22tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_deviceGravatar Peter Huewe 1-0/+2
2015-01-20tpm: fix format string error in tpm-chip.cGravatar Jarkko Sakkinen 1-1/+1
2015-01-19char/tpm/tpm_crb: fix build errorGravatar Jarkko Sakkinen 1-1/+1
2015-01-18char/tpm: fixed white spaces coding style issuesGravatar Bruno E O Meneguele 2-4/+4
2015-01-17tpm/tpm_i2c_stm_st33: Change tpm_i2c_stm_st33.h to tpm_stm_st33.hGravatar Christophe Ricard 1-1/+1
2015-01-17tpm/tpm_i2c_stm_st33: Replace remaining r by retGravatar Christophe Ricard 1-4/+4
2015-01-17tpm/tpm_i2c_stm_st33: Sanity cleanupGravatar Christophe Ricard 1-3/+3
2015-01-17tpm/tpm_i2c_stm_st33: Remove sparse spacesGravatar Christophe Ricard 1-5/+3
2015-01-17tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFOGravatar Christophe Ricard 1-2/+5
2015-01-17tpm: TPM 2.0 FIFO InterfaceGravatar Jarkko Sakkinen 1-23/+89
2015-01-17tpm: TPM 2.0 CRB InterfaceGravatar Jarkko Sakkinen 4-0/+367
2015-01-17tpm: TPM 2.0 baseline supportGravatar Jarkko Sakkinen 5-14/+721
2015-01-17tpm: device class for tpmGravatar Jarkko Sakkinen 6-50/+105
2015-01-17tpm: rename chip->dev to chip->pdevGravatar Jarkko Sakkinen 14-94/+95
2015-01-17tpm: fix raciness of PPI interface lookupGravatar Jarkko Sakkinen 4-64/+112
2015-01-17tpm: two-phase chip management functionsGravatar Jarkko Sakkinen 14-338/+329
2015-01-17tpm: merge duplicate transmit_cmd() functionsGravatar Jarkko Sakkinen 3-45/+30
2015-01-17tpm_ibmvtpm: Update email address in maintainers list and ibmvtpm driverGravatar Ashley Lai 3-3/+3
2015-01-17tpm/tpm_i2c_stm_st33: Fix coccinelle warnings. Possible NULL pointer dereferenceGravatar Christophe Ricard 1-1/+1
2015-01-17tpm/tpm_i2c_stm_st33: Increment driver version to 1.2.1.Gravatar Christophe Ricard 1-3/+3
2015-01-17tpm/tpm_i2c_stm_st33: Remove useless i2c read on interrupt registersGravatar Christophe Ricard 1-8/+0
2015-01-17tpm/tpm_i2c_stm_st33: Interrupt management improvementGravatar Christophe Ricard 1-88/+109
2015-01-17tpm/tpm_i2c_stm_st33: Few code cleanupGravatar Christophe Ricard 1-16/+16
2015-01-17tpm/tpm_i2c_stm_st33: Add devicetree structureGravatar Christophe Ricard 1-50/+116
2015-01-17tpm/tpm_i2c_stm_st33: Replace tpm_st33_* function with tpm_stm_*Gravatar Christophe Ricard 1-25/+25
2015-01-17tpm/tpm_i2c_stm_st33: Replace err/rc/ret by ret for a function return codeGravatar Christophe Ricard 1-31/+30