summaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)Author
2019-01-09tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler
2018-11-13tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein
2018-11-13tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas
2018-09-19tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin
2018-09-19tpm_tis_spi: Pass the SPI IRQ down to the driverLinus Walleij
2018-08-15tpm: fix race condition in tpm_common_write()Tadeusz Struk
2018-06-13tpm: self test failure should not cause suspend to failChris Chiu
2018-06-13tpm: do not suspend/resume if power stays onEnric Balletbo i Serra
2018-03-24tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-03-11tpm-dev-common: Reject too short writesAlexander Steffen
2018-03-11tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen
2018-03-11tpm: constify transmit data pointersArnd Bergmann
2018-03-11tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-03-11tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-03-11tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone
2018-03-11tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2017-07-15tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman
2017-07-12tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen
2017-06-24vTPM: Fix missing NULL checkHon Ching \(Vicky) Lo
2017-05-25tpm_crb: check for bad response sizeJerry Snitselaar
2017-05-25tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain
2017-05-25tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain
2017-05-25tpm_tis_spi: Add small delay after last transferPeter Huewe
2017-05-25tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytesPeter Huewe
2017-05-25tpm_tis_spi: Check correct byte for wait state indicatorPeter Huewe
2017-05-25tpm_tis_spi: Abort transfer when too many wait states are signaledPeter Huewe
2017-05-25tpm_tis_spi: Use single function to transfer dataPeter Huewe
2017-05-25tpm_tis_core: Choose appropriate timeout for reading burstcountAlexander Steffen
2017-05-14tmp: use pdev for parent device in tpm_chip_allocWinkler, Tomas
2017-05-14tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen
2017-05-08tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero
2017-03-12tpm_tis: fix the error handling of init_tis()Wei Yongjun
2017-01-12tpm_tis: Check return values from get_burstcount.Josh Zimmerman
2017-01-06tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe
2016-10-31tpm: remove invalid min length check from tpm_do_selftest()Jarkko Sakkinen
2016-09-27Revert "tpm/tpm_crb: implement tpm crb idle state"Jarkko Sakkinen
2016-09-27Revert "tmp/tpm_crb: fix Intel PTT hw bug during idle state"Jarkko Sakkinen
2016-09-27Revert "tpm/tpm_crb: open code the crb_init into acpi_add"Jarkko Sakkinen
2016-09-27Revert "tmp/tpm_crb: implement runtime pm for tpm_crb"Jarkko Sakkinen
2016-09-16tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas
2016-09-16tpm/tpm_crb: open code the crb_init into acpi_addWinkler, Tomas
2016-09-16tmp/tpm_crb: fix Intel PTT hw bug during idle stateWinkler, Tomas
2016-09-16tpm/tpm_crb: implement tpm crb idle stateWinkler, Tomas
2016-09-15tpm: add check for minimum buffer size in tpm_transmit()Jarkko Sakkinen
2016-09-15tpm: constify TPM 1.x header structuresJulia Lawall
2016-09-15tpm/tpm_crb: fix the over 80 characters checkpatch warringTomas Winkler
2016-09-15tpm/tpm_crb: drop useless cpu_to_le32 when writing to registersTomas Winkler
2016-09-15tpm/tpm_crb: cache cmd_size register value.Tomas Winkler
2016-09-15tmp/tpm_crb: drop include to platform_deviceTomas Winkler
2016-09-15tpm/tpm_tis: remove unused itpm variableTomas Winkler