summaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)Author
2017-01-12tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe
2016-07-10tpm: fix the cleanup of struct tpm_chipJarkko Sakkinen
2016-04-18tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()Jarkko Sakkinen
2016-01-22tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0Jarkko Sakkinen
2015-08-03tpm, tpm_crb: fail when TPM2 ACPI table contents look corruptedJarkko Sakkinen
2015-08-03tpm: Fix initialization of the cdevJason Gunthorpe
2015-08-03vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \\(Vicky\\) Lo
2015-08-03tpm, tpm_crb: fix le64_to_cpu conversions in crb_acpi_add()Jarkko Sakkinen
2015-04-16Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2015-04-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu
2015-03-27tpm/st33zp24/spi: Add missing device table for spi phy.Christophe Ricard
2015-03-27tpm/st33zp24: Add proper wait for ordinal duration in case of irq modeChristophe Ricard
2015-03-18tpm/tpm_infineon: Use struct dev_pm_ops for power managementPeter Huewe
2015-03-18tpm: Update KConfig text to include TPM2.0 FIFO chipsPeter Huewe
2015-03-18tpm/st33zp24/spi: Add st33zp24 spi phyChristophe Ricard
2015-03-18tpm/tpm_i2c_stm_st33: Split tpm_i2c_tpm_st33 in 2 layers (core + phy)Christophe Ricard
2015-03-18tpm/tpm_i2c_stm_st33: Replace access to io_lpcpd from struct st33zp24_platfor...Christophe Ricard
2015-03-18tpm: fix: sanitized code paths in tpm_chip_register()Jarkko Sakkinen
2015-03-18PNP: tpm/tpm_infineon: Use module_pnp_driver to register driverPeter Huewe
2015-03-06tpm: fix call order in tpm-chip.cJarkko Sakkinen
2015-03-06tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com
2015-03-05tpm: fix call order in tpm-chip.cJarkko Sakkinen
2015-03-05tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com
2015-02-15Added Little Endian support to vtpm modulehonclo
2015-02-15tpm, tpm_tis: fix TPM 2.0 probingJarkko Sakkinen
2015-02-15tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen
2015-01-22tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_devicePeter Huewe
2015-01-20tpm: fix format string error in tpm-chip.cJarkko Sakkinen
2015-01-19char/tpm/tpm_crb: fix build errorJarkko Sakkinen
2015-01-18char/tpm: fixed white spaces coding style issuesBruno E O Meneguele
2015-01-17tpm/tpm_i2c_stm_st33: Change tpm_i2c_stm_st33.h to tpm_stm_st33.hChristophe Ricard
2015-01-17tpm/tpm_i2c_stm_st33: Replace remaining r by retChristophe Ricard
2015-01-17tpm/tpm_i2c_stm_st33: Sanity cleanupChristophe Ricard
2015-01-17tpm/tpm_i2c_stm_st33: Remove sparse spacesChristophe Ricard
2015-01-17tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFOChristophe Ricard
2015-01-17tpm: TPM 2.0 FIFO InterfaceJarkko Sakkinen
2015-01-17tpm: TPM 2.0 CRB InterfaceJarkko Sakkinen
2015-01-17tpm: TPM 2.0 baseline supportJarkko Sakkinen
2015-01-17tpm: device class for tpmJarkko Sakkinen
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen
2015-01-17tpm: fix raciness of PPI interface lookupJarkko Sakkinen
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen
2015-01-17tpm: merge duplicate transmit_cmd() functionsJarkko Sakkinen
2015-01-17tpm_ibmvtpm: Update email address in maintainers list and ibmvtpm driverAshley Lai
2015-01-17tpm/tpm_i2c_stm_st33: Fix coccinelle warnings. Possible NULL pointer dereferenceChristophe Ricard
2015-01-17tpm/tpm_i2c_stm_st33: Increment driver version to 1.2.1.Christophe Ricard
2015-01-17tpm/tpm_i2c_stm_st33: Remove useless i2c read on interrupt registersChristophe Ricard
2015-01-17tpm/tpm_i2c_stm_st33: Interrupt management improvementChristophe Ricard
2015-01-17tpm/tpm_i2c_stm_st33: Few code cleanupChristophe Ricard