summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
* tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2017-07-152-0/+41
* tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen2017-07-121-1/+2
* vTPM: Fix missing NULL checkHon Ching \(Vicky) Lo2017-06-241-6/+11
* tpm_crb: check for bad response sizeJerry Snitselaar2017-05-251-2/+1
* tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain2017-05-251-2/+3
* tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain2017-05-251-8/+15
* tpm_tis_spi: Add small delay after last transferPeter Huewe2017-05-251-0/+1
* tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytesPeter Huewe2017-05-251-49/+58
* tpm_tis_spi: Check correct byte for wait state indicatorPeter Huewe2017-05-251-18/+18
* tpm_tis_spi: Abort transfer when too many wait states are signaledPeter Huewe2017-05-251-0/+5
* tpm_tis_spi: Use single function to transfer dataPeter Huewe2017-05-251-63/+24
* tpm_tis_core: Choose appropriate timeout for reading burstcountAlexander Steffen2017-05-251-2/+4
* tmp: use pdev for parent device in tpm_chip_allocWinkler, Tomas2017-05-141-4/+4
* tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen2017-05-142-1/+6
* tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero2017-05-081-21/+32
* tpm_tis: fix the error handling of init_tis()Wei Yongjun2017-03-121-1/+1
* tpm_tis: Check return values from get_burstcount.Josh Zimmerman2017-01-121-2/+13
* tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe2017-01-061-1/+0
* tpm: remove invalid min length check from tpm_do_selftest()Jarkko Sakkinen2016-10-311-3/+0
* Revert "tpm/tpm_crb: implement tpm crb idle state"Jarkko Sakkinen2016-09-271-69/+0
* Revert "tmp/tpm_crb: fix Intel PTT hw bug during idle state"Jarkko Sakkinen2016-09-271-39/+8
* Revert "tpm/tpm_crb: open code the crb_init into acpi_add"Jarkko Sakkinen2016-09-271-10/+16
* Revert "tmp/tpm_crb: implement runtime pm for tpm_crb"Jarkko Sakkinen2016-09-272-39/+3
* tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas2016-09-162-3/+39
* tpm/tpm_crb: open code the crb_init into acpi_addWinkler, Tomas2016-09-161-16/+10
* tmp/tpm_crb: fix Intel PTT hw bug during idle stateWinkler, Tomas2016-09-161-8/+39
* tpm/tpm_crb: implement tpm crb idle stateWinkler, Tomas2016-09-161-0/+69
* tpm: add check for minimum buffer size in tpm_transmit()Jarkko Sakkinen2016-09-151-0/+3
* tpm: constify TPM 1.x header structuresJulia Lawall2016-09-152-6/+6
* tpm/tpm_crb: fix the over 80 characters checkpatch warringTomas Winkler2016-09-151-2/+1
* tpm/tpm_crb: drop useless cpu_to_le32 when writing to registersTomas Winkler2016-09-151-2/+2
* tpm/tpm_crb: cache cmd_size register value.Tomas Winkler2016-09-151-5/+5
* tmp/tpm_crb: drop include to platform_deviceTomas Winkler2016-09-151-1/+0
* tpm/tpm_tis: remove unused itpm variableTomas Winkler2016-09-151-5/+0
* tpm_crb: fix incorrect values of cmdReady and goIdle bitsJarkko Sakkinen2016-09-151-2/+2
* tpm_crb: refine the naming of constantsJarkko Sakkinen2016-09-151-11/+11
* tpm_crb: remove wmb()'sJarkko Sakkinen2016-09-151-3/+0
* tpm_crb: fix crb_req_canceled behaviorJarkko Sakkinen2016-09-151-2/+5
* tpm: use tpm_pcr_read_dev() in tpm_do_selftest()Jarkko Sakkinen2016-09-151-5/+3
* tpm: use tpm_transmit_cmd() in tpm2_probe()Jarkko Sakkinen2016-09-151-3/+1
* tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen2016-09-154-38/+17
* tpm: remove unnecessary externs from tpm.hJarkko Sakkinen2016-09-151-18/+18
* tpm/st33zp24: Remove useless tpm_gen_interruptJason Gunthorpe2016-09-151-2/+0
* tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen2016-09-155-65/+103
* tpm: invalid self test error messageJarkko Sakkinen2016-09-151-2/+1
* tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family)Jason Gunthorpe2016-07-191-6/+20
* tpm: Factor out common startup codeJason Gunthorpe2016-07-1911-63/+87
* tpm: use devm_add_action_or_resetSudip Mukherjee2016-07-191-4/+4
* tpm2_i2c_nuvoton: add irq validity checkAndrew Zamansky2016-07-191-4/+2
* tpm: read burstcount from TPM_STS in one 32-bit transactionAndrey Pronin2016-07-191-8/+3