summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm_tis_core.c
AgeCommit message (Expand)Author
2017-10-18tpm: constify transmit data pointersArnd Bergmann
2017-10-18tpm_tis: make array cmd_getticks static const to shrink object code sizeColin Ian King
2017-09-23tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak
2017-04-25tpm_tis: convert to using locality callbacksJerry Snitselaar
2017-04-03tpm: make check_locality return boolJerry Snitselaar
2017-04-03tpm_tis_core: Choose appropriate timeout for reading burstcountAlexander Steffen
2017-02-03tpm_tis: fix iTPM probe via probe_itpm() functionMaciej S. Szmigiero
2017-01-23tpm: Check size of response before accessing dataStefan Berger
2017-01-23tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero
2016-11-28tpm tis: Do not print timeout messages twiceJason Gunthorpe
2016-11-28tpm_tis: Check return values from get_burstcount.Josh Zimmerman
2016-11-28char/tpm: Check return code of wait_for_tpm_statPeter Huewe
2016-09-15tpm/tpm_tis: remove unused itpm variableTomas Winkler
2016-09-15tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen
2016-07-19tpm: Factor out common startup codeJason Gunthorpe
2016-07-19tpm: read burstcount from TPM_STS in one 32-bit transactionAndrey Pronin
2016-07-19tpm_tis_core: convert max timeouts from msec to jiffiesapronin@chromium.org
2016-06-25tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phyChristophe Ricard