summaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)AuthorFilesLines
2018-03-24tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2-0/+11
2018-03-11tpm-dev-common: Reject too short writesAlexander Steffen1-0/+6
2018-03-11tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen1-18/+27
2018-03-11tpm: constify transmit data pointersArnd Bergmann4-19/+16
2018-03-11tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+3
2018-03-11tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+6
2018-03-11tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone1-2/+3
2018-03-11tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+2
2017-07-15tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2-0/+41
2017-07-12tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen1-1/+2
2017-06-24vTPM: Fix missing NULL checkHon Ching \(Vicky) Lo1-6/+11
2017-05-25tpm_crb: check for bad response sizeJerry Snitselaar1-2/+1
2017-05-25tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain1-2/+3
2017-05-25tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain1-8/+15
2017-05-25tpm_tis_spi: Add small delay after last transferPeter Huewe1-0/+1
2017-05-25tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytesPeter Huewe1-49/+58
2017-05-25tpm_tis_spi: Check correct byte for wait state indicatorPeter Huewe1-18/+18
2017-05-25tpm_tis_spi: Abort transfer when too many wait states are signaledPeter Huewe1-0/+5
2017-05-25tpm_tis_spi: Use single function to transfer dataPeter Huewe1-63/+24
2017-05-25tpm_tis_core: Choose appropriate timeout for reading burstcountAlexander Steffen1-2/+4
2017-05-14tmp: use pdev for parent device in tpm_chip_allocWinkler, Tomas1-4/+4
2017-05-14tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen2-1/+6
2017-05-08tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero1-21/+32
2017-03-12tpm_tis: fix the error handling of init_tis()Wei Yongjun1-1/+1
2017-01-12tpm_tis: Check return values from get_burstcount.Josh Zimmerman1-2/+13
2017-01-06tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe1-1/+0
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