summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_tis_core.c
Commit message (Expand)AuthorAgeFilesLines
* tpm: reduce polling time to usecs for even finer granularityNayna Jain2018-05-181-2/+3
* tpm: reduce poll sleep time in tpm_transmit()Nayna Jain2018-05-141-8/+2
* tpm_tis: verify locality released before returning from release_localityJerry Snitselaar2018-05-141-1/+46
* tpm: cmd_ready command can be issued only after granting localityTomas Winkler2018-03-231-1/+3
* tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-261-2/+3
* tpm: only attempt to disable the LPC CLKRUN if is already enabledJavier Martinez Canillas2018-01-081-1/+10
* tpm: follow coding style for variable declaration in tpm_tis_core_init()Javier Martinez Canillas2018-01-081-1/+3
* tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas2018-01-081-2/+0
* tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh2018-01-081-10/+98
* tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh2018-01-081-1/+15
* tpm: reduce tpm polling delay in tpm_tis_coreNayna Jain2018-01-081-2/+8
* tpm: move wait_for_tpm_stat() to respective driver filesNayna Jain2017-12-161-0/+60
* tpm: constify transmit data pointersArnd Bergmann2017-10-181-2/+2
* tpm_tis: make array cmd_getticks static const to shrink object code sizeColin Ian King2017-10-181-1/+1
* tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak2017-09-231-4/+4
* tpm_tis: convert to using locality callbacksJerry Snitselaar2017-04-251-26/+8
* tpm: make check_locality return boolJerry Snitselaar2017-04-031-9/+11
* tpm_tis_core: Choose appropriate timeout for reading burstcountAlexander Steffen2017-04-031-2/+4
* tpm_tis: fix iTPM probe via probe_itpm() functionMaciej S. Szmigiero2017-02-031-12/+13
* tpm: Check size of response before accessing dataStefan Berger2017-01-231-1/+2
* tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero2017-01-231-3/+3
* tpm tis: Do not print timeout messages twiceJason Gunthorpe2016-11-281-10/+10
* tpm_tis: Check return values from get_burstcount.Josh Zimmerman2016-11-281-2/+13
* char/tpm: Check return code of wait_for_tpm_statPeter Huewe2016-11-281-9/+20
* tpm/tpm_tis: remove unused itpm variableTomas Winkler2016-09-151-5/+0
* tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen2016-09-151-4/+15
* tpm: Factor out common startup codeJason Gunthorpe2016-07-191-23/+1
* tpm: read burstcount from TPM_STS in one 32-bit transactionAndrey Pronin2016-07-191-8/+3
* tpm_tis_core: convert max timeouts from msec to jiffiesapronin@chromium.org2016-07-191-4/+4
* tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phyChristophe Ricard2016-06-251-0/+862