summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm_tis_core.h
AgeCommit message (Expand)Author
2023-08-17tpm_tis: Use responseRetry to recover from data transfer errorsAlexander Steffen
2023-07-17tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQsLino Sanfilippo
2023-06-02tpm, tpm_tis: correct tpm_tis_flags enumeration valuesLino Sanfilippo
2023-04-24tpm, tpm: Implement usage counter for localityLino Sanfilippo
2023-04-24tpm, tpm_tis: Only handle supported interruptsLino Sanfilippo
2023-04-24tpm, tpm_tis: Avoid cache incoherency in test for interruptsLino Sanfilippo
2022-12-08tpm: Add flag to use default cancellation policyEddie James
2022-08-03tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layerAlexander Steffen
2022-05-23tpm: Remove read16/read32/write32 calls from tpm_tis_phy_opsJohannes Holland
2021-10-26tpm: fix Atmel TPM crash caused by too frequent queriesHao Wu
2021-06-23tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()Jarkko Sakkinen
2020-10-02tpm_tis: Add a check for invalid statusJames Bottomley
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2018-07-28tpm: Allow tpm_tis drivers to set hwrng quality.Louis Collard
2018-04-05kernel.h: Retain constant expression output for max()/min()Kees Cook
2018-01-08tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas
2018-01-08tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh
2018-01-08tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh
2017-10-18tpm: constify transmit data pointersArnd Bergmann
2017-01-23tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero
2016-06-25tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phyChristophe Ricard
2016-06-25tpm_tis: Introduce intermediate layer for TPM accessChristophe Ricard
2016-06-25tpm: tpm_tis: Share common data between physChristophe Ricard