summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-0616-127/+720
|\
| * TPM: remove unnecessary little endian conversionHon Ching \(Vicky\) Lo2015-10-191-2/+2
| * vTPM: support little endian guestsHon Ching \(Vicky\) Lo2015-10-192-22/+62
| * char: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-10-194-4/+0Star
| * vTPM: fix searching for the right vTPM node in device treeHon Ching \(Vicky\) Lo2015-10-191-1/+1
| * tpm: seal/unseal for TPM 2.0Jarkko Sakkinen2015-10-193-2/+339
| * tpm: introduce tpm_bufJarkko Sakkinen2015-10-191-0/+97
| * tpm: move the PPI attributes to character device directory.Jarkko Sakkinen2015-10-193-42/+33Star
| * tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0Jarkko Sakkinen2015-10-193-50/+181
| * tpm, tpm_crb: fix unaligned read of the command buffer addressJarkko Sakkinen2015-10-191-3/+4
| * vTPM: fix memory allocation flag for rtce buffer at kernel bootHon Ching \(Vicky\) Lo2015-10-191-1/+1
| * tpm: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-10-191-1/+1
* | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0Star
|/
* tpm, tpm_crb: fail when TPM2 ACPI table contents look corruptedJarkko Sakkinen2015-07-131-0/+8
* tpm: Fix initialization of the cdevJason Gunthorpe2015-07-131-1/+2
* tpm, tpm_crb: fix le64_to_cpu conversions in crb_acpi_add()Jarkko Sakkinen2015-06-161-2/+2
* vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \(Vicky\) Lo2015-06-161-2/+3
* tpm_ibmvtpm: remove unneccessary message level.Fabian Frederick2015-06-161-1/+1
* Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-04-161-2/+3
|\
| * xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-151-2/+3
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-04-1511-975/+1510
|\ \
| * | tpm/st33zp24/spi: Add missing device table for spi phy.Christophe Ricard2015-03-271-0/+7
| * | tpm/st33zp24: Add proper wait for ordinal duration in case of irq modeChristophe Ricard2015-03-271-1/+11
| * | tpm/tpm_infineon: Use struct dev_pm_ops for power managementPeter Huewe2015-03-181-25/+9Star
| * | tpm: Update KConfig text to include TPM2.0 FIFO chipsPeter Huewe2015-03-181-4/+5
| * | tpm/st33zp24/spi: Add st33zp24 spi phyChristophe Ricard2015-03-185-2/+408
| * | tpm/tpm_i2c_stm_st33: Split tpm_i2c_tpm_st33 in 2 layers (core + phy)Christophe Ricard2015-03-188-926/+1031
| * | tpm/tpm_i2c_stm_st33: Replace access to io_lpcpd from struct st33zp24_platfor...Christophe Ricard2015-03-181-7/+11
| * | tpm: fix: sanitized code paths in tpm_chip_register()Jarkko Sakkinen2015-03-181-24/+42
| * | tpm: fix call order in tpm-chip.cJarkko Sakkinen2015-03-051-20/+14Star
| * | tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2015-03-052-8/+8
* | | PNP: tpm/tpm_infineon: Use module_pnp_driver to register driverPeter Huewe2015-03-181-12/+1Star
| |/ |/|
* | tpm: fix call order in tpm-chip.cJarkko Sakkinen2015-03-061-20/+14Star
* | tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2015-03-062-8/+8
|/
* Added Little Endian support to vtpm modulehonclo2015-02-151-8/+12
* tpm, tpm_tis: fix TPM 2.0 probingJarkko Sakkinen2015-02-153-15/+39
* tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen2015-02-155-39/+34Star
* tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_devicePeter Huewe2015-01-221-0/+2
* tpm: fix format string error in tpm-chip.cJarkko Sakkinen2015-01-201-1/+1
* char/tpm/tpm_crb: fix build errorJarkko Sakkinen2015-01-191-1/+1
* char/tpm: fixed white spaces coding style issuesBruno E O Meneguele2015-01-182-4/+4
* tpm/tpm_i2c_stm_st33: Change tpm_i2c_stm_st33.h to tpm_stm_st33.hChristophe Ricard2015-01-171-1/+1
* tpm/tpm_i2c_stm_st33: Replace remaining r by retChristophe Ricard2015-01-171-4/+4
* tpm/tpm_i2c_stm_st33: Sanity cleanupChristophe Ricard2015-01-171-3/+3
* tpm/tpm_i2c_stm_st33: Remove sparse spacesChristophe Ricard2015-01-171-5/+3Star
* tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFOChristophe Ricard2015-01-171-2/+5
* tpm: TPM 2.0 FIFO InterfaceJarkko Sakkinen2015-01-171-23/+89
* tpm: TPM 2.0 CRB InterfaceJarkko Sakkinen2015-01-174-0/+367
* tpm: TPM 2.0 baseline supportJarkko Sakkinen2015-01-175-14/+721
* tpm: device class for tpmJarkko Sakkinen2015-01-176-50/+105