aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)AuthorFilesLines
2016-09-27Revert "tpm/tpm_crb: implement tpm crb idle state"Gravatar Jarkko Sakkinen 1-69/+0
2016-09-27Revert "tmp/tpm_crb: fix Intel PTT hw bug during idle state"Gravatar Jarkko Sakkinen 1-39/+8
2016-09-27Revert "tpm/tpm_crb: open code the crb_init into acpi_add"Gravatar Jarkko Sakkinen 1-10/+16
2016-09-27Revert "tmp/tpm_crb: implement runtime pm for tpm_crb"Gravatar Jarkko Sakkinen 2-39/+3
2016-09-16tmp/tpm_crb: implement runtime pm for tpm_crbGravatar Winkler, Tomas 2-3/+39
2016-09-16tpm/tpm_crb: open code the crb_init into acpi_addGravatar Winkler, Tomas 1-16/+10
2016-09-16tmp/tpm_crb: fix Intel PTT hw bug during idle stateGravatar Winkler, Tomas 1-8/+39
2016-09-16tpm/tpm_crb: implement tpm crb idle stateGravatar Winkler, Tomas 1-0/+69
2016-09-15tpm: add check for minimum buffer size in tpm_transmit()Gravatar Jarkko Sakkinen 1-0/+3
2016-09-15tpm: constify TPM 1.x header structuresGravatar Julia Lawall 2-6/+6
2016-09-15tpm/tpm_crb: fix the over 80 characters checkpatch warringGravatar Tomas Winkler 1-2/+1
2016-09-15tpm/tpm_crb: drop useless cpu_to_le32 when writing to registersGravatar Tomas Winkler 1-2/+2
2016-09-15tpm/tpm_crb: cache cmd_size register value.Gravatar Tomas Winkler 1-5/+5
2016-09-15tmp/tpm_crb: drop include to platform_deviceGravatar Tomas Winkler 1-1/+0
2016-09-15tpm/tpm_tis: remove unused itpm variableGravatar Tomas Winkler 1-5/+0
2016-09-15tpm_crb: fix incorrect values of cmdReady and goIdle bitsGravatar Jarkko Sakkinen 1-2/+2
2016-09-15tpm_crb: refine the naming of constantsGravatar Jarkko Sakkinen 1-11/+11
2016-09-15tpm_crb: remove wmb()'sGravatar Jarkko Sakkinen 1-3/+0
2016-09-15tpm_crb: fix crb_req_canceled behaviorGravatar Jarkko Sakkinen 1-2/+5
2016-09-15tpm: use tpm_pcr_read_dev() in tpm_do_selftest()Gravatar Jarkko Sakkinen 1-5/+3
2016-09-15tpm: use tpm_transmit_cmd() in tpm2_probe()Gravatar Jarkko Sakkinen 1-3/+1
2016-09-15tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Gravatar Jarkko Sakkinen 4-38/+17
2016-09-15tpm: remove unnecessary externs from tpm.hGravatar Jarkko Sakkinen 1-18/+18
2016-09-15tpm/st33zp24: Remove useless tpm_gen_interruptGravatar Jason Gunthorpe 1-2/+0
2016-09-15tpm: fix a race condition in tpm2_unseal_trusted()Gravatar Jarkko Sakkinen 5-65/+103
2016-09-15tpm: invalid self test error messageGravatar Jarkko Sakkinen 1-2/+1
2016-07-19tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family)Gravatar Jason Gunthorpe 1-6/+20
2016-07-19tpm: Factor out common startup codeGravatar Jason Gunthorpe 11-63/+87
2016-07-19tpm: use devm_add_action_or_resetGravatar Sudip Mukherjee 1-4/+4
2016-07-19tpm2_i2c_nuvoton: add irq validity checkGravatar Andrew Zamansky 1-4/+2
2016-07-19tpm: read burstcount from TPM_STS in one 32-bit transactionGravatar Andrey Pronin 1-8/+3
2016-07-19tpm: fix byte-order for the value read by tpm2_get_tpm_ptGravatar apronin@chromium.org 1-1/+1
2016-07-19tpm_tis_core: convert max timeouts from msec to jiffiesGravatar apronin@chromium.org 1-4/+4
2016-06-25tpm_crb: fix address space of the return pointer in crb_map_res()Gravatar Jarkko Sakkinen 1-1/+1
2016-06-25tpm_vtpm_proxy: fix address space of a user pointer in vtpmx_fops_ioctl()Gravatar Jarkko Sakkinen 1-1/+1
2016-06-25tpm/tpm_tis_spi: Add support for spi phyGravatar Christophe Ricard 3-0/+285
2016-06-25tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phyGravatar Christophe Ricard 5-882/+958
2016-06-25tpm_tis: Introduce intermediate layer for TPM accessGravatar Christophe Ricard 2-101/+270
2016-06-25tpm: tpm_tis: Share common data between physGravatar Christophe Ricard 2-76/+132
2016-06-25tpm: Add include guards in tpm.hGravatar Christophe Ricard 1-0/+5
2016-06-25tpm: Fix suspend regressionGravatar Stefan Berger 1-2/+2
2016-06-25tpm: fix for typo in tpm/tpm_ibmvtpm.cGravatar Stephen Rothwell 1-1/+1
2016-06-25tpm: select ANON_INODES for proxy driverGravatar Arnd Bergmann 1-0/+1
2016-06-25tpm: Fix IRQ unwind ordering in TISGravatar Jason Gunthorpe 1-2/+2
2016-06-25tpm: Proxy driver for supporting multiple emulated TPMsGravatar Stefan Berger 3-0/+655
2016-06-25tpm: Introduce TPM_CHIP_FLAG_VIRTUALGravatar Stefan Berger 2-2/+6
2016-06-25tpm: Remove all uses of drvdata from the TPM CoreGravatar Jason Gunthorpe 4-67/+84
2016-06-25tpm: Remove useless priv field in struct tpm_vendor_specificGravatar Christophe Ricard 13-165/+131
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipGravatar Christophe Ricard 10-88/+91
2016-06-25tpm: drop 'locality' from struct tpm_vendor_specificGravatar Christophe Ricard 5-55/+55