index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm_tis_core.c
Age
Commit message (
Expand
)
Author
2018-07-28
tpm: Allow tpm_tis drivers to set hwrng quality.
Louis Collard
2018-05-18
tpm: reduce polling time to usecs for even finer granularity
Nayna Jain
2018-05-14
tpm: reduce poll sleep time in tpm_transmit()
Nayna Jain
2018-05-14
tpm_tis: verify locality released before returning from release_locality
Jerry Snitselaar
2018-03-23
tpm: cmd_ready command can be issued only after granting locality
Tomas Winkler
2018-02-26
tpm_tis: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
2018-01-08
tpm: only attempt to disable the LPC CLKRUN if is already enabled
Javier Martinez Canillas
2018-01-08
tpm: follow coding style for variable declaration in tpm_tis_core_init()
Javier Martinez Canillas
2018-01-08
tpm: delete the TPM_TIS_CLK_ENABLE flag
Javier Martinez Canillas
2018-01-08
tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
Azhar Shaikh
2018-01-08
tpm_tis: Move ilb_base_addr to tpm_tis_data
Azhar Shaikh
2018-01-08
tpm: reduce tpm polling delay in tpm_tis_core
Nayna Jain
2017-12-16
tpm: move wait_for_tpm_stat() to respective driver files
Nayna Jain
2017-10-18
tpm: constify transmit data pointers
Arnd Bergmann
2017-10-18
tpm_tis: make array cmd_getticks static const to shrink object code size
Colin Ian King
2017-09-23
tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers
Hamza Attak
2017-04-25
tpm_tis: convert to using locality callbacks
Jerry Snitselaar
2017-04-03
tpm: make check_locality return bool
Jerry Snitselaar
2017-04-03
tpm_tis_core: Choose appropriate timeout for reading burstcount
Alexander Steffen
2017-02-03
tpm_tis: fix iTPM probe via probe_itpm() function
Maciej S. Szmigiero
2017-01-23
tpm: Check size of response before accessing data
Stefan Berger
2017-01-23
tpm_tis: use default timeout value if chip reports it as zero
Maciej S. Szmigiero
2016-11-28
tpm tis: Do not print timeout messages twice
Jason Gunthorpe
2016-11-28
tpm_tis: Check return values from get_burstcount.
Josh Zimmerman
2016-11-28
char/tpm: Check return code of wait_for_tpm_stat
Peter Huewe
2016-09-15
tpm/tpm_tis: remove unused itpm variable
Tomas Winkler
2016-09-15
tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()
Jarkko Sakkinen
2016-07-19
tpm: Factor out common startup code
Jason Gunthorpe
2016-07-19
tpm: read burstcount from TPM_STS in one 32-bit transaction
Andrey Pronin
2016-07-19
tpm_tis_core: convert max timeouts from msec to jiffies
apronin@chromium.org
2016-06-25
tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phy
Christophe Ricard