aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-28tpm: place kdoc just above tpm_pcr_extendWinkler, Tomas1-8/+8
2016-11-28tpm: sanitize constant expressionsJarkko Sakkinen3-21/+23
2016-11-28tpm: Clean up reading of timeout and duration capabilitiesEd Swierk1-48/+17
2016-11-28char/tpm: Check return code of wait_for_tpm_statPeter Huewe1-9/+20
2016-11-28tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas2-4/+43
2016-11-28tpm/tpm_crb: open code the crb_init into acpi_addWinkler, Tomas1-16/+10
2016-11-28tmp/tpm_crb: fix Intel PTT hw bug during idle stateWinkler, Tomas1-8/+39
2016-11-28tpm/tpm_crb: implement tpm crb idle stateWinkler, Tomas1-0/+66
2016-11-07xen: make use of xenbus_read_unsigned() in xen-tpmfrontJuergen Gross1-6/+2
2016-10-31tpm: remove invalid min length check from tpm_do_selftest()Jarkko Sakkinen1-3/+0
2016-09-27Revert "tpm/tpm_crb: implement tpm crb idle state"Jarkko Sakkinen1-69/+0
2016-09-27Revert "tmp/tpm_crb: fix Intel PTT hw bug during idle state"Jarkko Sakkinen1-39/+8
2016-09-27Revert "tpm/tpm_crb: open code the crb_init into acpi_add"Jarkko Sakkinen1-10/+16
2016-09-27Revert "tmp/tpm_crb: implement runtime pm for tpm_crb"Jarkko Sakkinen2-39/+3
2016-09-16tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas2-3/+39
2016-09-16tpm/tpm_crb: open code the crb_init into acpi_addWinkler, Tomas1-16/+10
2016-09-16tmp/tpm_crb: fix Intel PTT hw bug during idle stateWinkler, Tomas1-8/+39
2016-09-16tpm/tpm_crb: implement tpm crb idle stateWinkler, Tomas1-0/+69
2016-09-15tpm: add check for minimum buffer size in tpm_transmit()Jarkko Sakkinen1-0/+3
2016-09-15tpm: constify TPM 1.x header structuresJulia Lawall2-6/+6
2016-09-15tpm/tpm_crb: fix the over 80 characters checkpatch warringTomas Winkler1-2/+1
2016-09-15tpm/tpm_crb: drop useless cpu_to_le32 when writing to registersTomas Winkler1-2/+2
2016-09-15tpm/tpm_crb: cache cmd_size register value.Tomas Winkler1-5/+5
2016-09-15tmp/tpm_crb: drop include to platform_deviceTomas Winkler1-1/+0
2016-09-15tpm/tpm_tis: remove unused itpm variableTomas Winkler1-5/+0
2016-09-15tpm_crb: fix incorrect values of cmdReady and goIdle bitsJarkko Sakkinen1-2/+2
2016-09-15tpm_crb: refine the naming of constantsJarkko Sakkinen1-11/+11
2016-09-15tpm_crb: remove wmb()'sJarkko Sakkinen1-3/+0
2016-09-15tpm_crb: fix crb_req_canceled behaviorJarkko Sakkinen1-2/+5
2016-09-15tpm: use tpm_pcr_read_dev() in tpm_do_selftest()Jarkko Sakkinen1-5/+3
2016-09-15tpm: use tpm_transmit_cmd() in tpm2_probe()Jarkko Sakkinen1-3/+1
2016-09-15tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen4-38/+17
2016-09-15tpm: remove unnecessary externs from tpm.hJarkko Sakkinen1-18/+18
2016-09-15tpm/st33zp24: Remove useless tpm_gen_interruptJason Gunthorpe1-2/+0
2016-09-15tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen5-65/+103
2016-09-15tpm: invalid self test error messageJarkko Sakkinen1-2/+1
2016-07-19tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family)Jason Gunthorpe1-6/+20
2016-07-19tpm: Factor out common startup codeJason Gunthorpe11-63/+87
2016-07-19tpm: use devm_add_action_or_resetSudip Mukherjee1-4/+4
2016-07-19tpm2_i2c_nuvoton: add irq validity checkAndrew Zamansky1-4/+2
2016-07-19tpm: read burstcount from TPM_STS in one 32-bit transactionAndrey Pronin1-8/+3
2016-07-19tpm: fix byte-order for the value read by tpm2_get_tpm_ptapronin@chromium.org1-1/+1
2016-07-19tpm_tis_core: convert max timeouts from msec to jiffiesapronin@chromium.org1-4/+4
2016-06-25tpm_crb: fix address space of the return pointer in crb_map_res()Jarkko Sakkinen1-1/+1
2016-06-25tpm_vtpm_proxy: fix address space of a user pointer in vtpmx_fops_ioctl()Jarkko Sakkinen1-1/+1
2016-06-25tpm/tpm_tis_spi: Add support for spi phyChristophe Ricard3-0/+285
2016-06-25tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phyChristophe Ricard5-882/+958
2016-06-25tpm_tis: Introduce intermediate layer for TPM accessChristophe Ricard2-101/+270
2016-06-25tpm: tpm_tis: Share common data between physChristophe Ricard2-76/+132
2016-06-25tpm: Add include guards in tpm.hChristophe Ricard1-0/+5