index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm_tis_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tpm: fix NPE on probe for missing device
Patrick Williams
2022-01-09
1
-2
/
+2
*
tpm_tis: Fix an error handling path in 'tpm_tis_core_init()'
Christophe Jaillet
2022-01-09
1
-1
/
+1
*
tpm: add request_locality before write TPM_INT_ENABLE
Chen Jun
2022-01-09
1
-0
/
+8
*
tpm: fix Atmel TPM crash caused by too frequent queries
Hao Wu
2021-10-26
1
-8
/
+18
*
tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()
Jarkko Sakkinen
2021-06-23
1
-7
/
+18
*
tpm, tpm_tis: Reserve locality in tpm_tis_resume()
Jarkko Sakkinen
2021-05-12
1
-2
/
+10
*
tpm, tpm_tis: Extend locality handling to TPM2 in tpm_tis_gen_interrupt()
Jarkko Sakkinen
2021-05-12
1
-6
/
+4
*
tpm, tpm_tis: Decorate tpm_tis_gen_interrupt() with request_locality()
Lukasz Majczak
2021-02-24
1
-3
/
+13
*
tpm, tpm_tis: Decorate tpm_get_timeouts() with request_locality()
Jarkko Sakkinen
2021-02-24
1
-2
/
+12
*
tpm_tis: Clean up locality release
James Bottomley
2021-02-16
1
-46
/
+1
*
tpm_tis: Fix check_locality for correct locality acquisition
James Bottomley
2021-02-16
1
-1
/
+2
*
tpm_tis: Add a check for invalid status
James Bottomley
2020-10-02
1
-0
/
+11
*
tpm_tis: extra chip->ops check on error path in tpm_tis_core_init
Vasily Averin
2020-07-02
1
-1
/
+1
*
tpm/tpm_tis: Free IRQ if probing fails
Jarkko Sakkinen
2020-04-21
1
-1
/
+7
*
tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"
Stefan Berger
2020-01-06
1
-2
/
+0
*
tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"
Stefan Berger
2020-01-06
1
-1
/
+0
*
tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"
Jarkko Sakkinen
2020-01-06
1
-18
/
+17
*
tpm_tis: reserve chip for duration of tpm_tis_core_init
Jerry Snitselaar
2019-12-17
1
-17
/
+18
*
tpm_tis: override durations for STM tpm with firmware 1.2.8.28
Jerry Snitselaar
2019-11-12
1
-0
/
+79
*
tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts
Stefan Berger
2019-09-02
1
-0
/
+1
*
tpm_tis_core: Turn on the TPM before probing IRQ's
Stefan Berger
2019-09-02
1
-0
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-06-05
1
-5
/
+1
*
tpm: remove @flags from tpm_transmit()
Jarkko Sakkinen
2019-02-13
1
-2
/
+2
*
tpm: take TPM chip power gating out of tpm_transmit()
Jarkko Sakkinen
2019-02-13
1
-0
/
+4
*
tpm: don't return bool from update_timeouts
Jerry Snitselaar
2019-02-13
1
-6
/
+9
*
tpm: Unify the send callback behaviour
Jarkko Sakkinen
2019-02-13
1
-1
/
+1
*
tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c
Tomas Winkler
2018-11-13
1
-1
/
+1
*
tpm: move tpm_getcap to tpm1-cmd.c
Tomas Winkler
2018-11-13
1
-1
/
+1
*
tpm: add tpm_calc_ordinal_duration() wrapper
Tomas Winkler
2018-11-13
1
-5
/
+1
*
tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
Tomas Winkler
2018-11-13
1
-1
/
+1
*
tpm: Allow tpm_tis drivers to set hwrng quality.
Louis Collard
2018-07-28
1
-0
/
+2
*
tpm: reduce polling time to usecs for even finer granularity
Nayna Jain
2018-05-18
1
-2
/
+3
*
tpm: reduce poll sleep time in tpm_transmit()
Nayna Jain
2018-05-14
1
-8
/
+2
*
tpm_tis: verify locality released before returning from release_locality
Jerry Snitselaar
2018-05-14
1
-1
/
+46
*
tpm: cmd_ready command can be issued only after granting locality
Tomas Winkler
2018-03-23
1
-1
/
+3
*
tpm_tis: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
2018-02-26
1
-2
/
+3
*
tpm: only attempt to disable the LPC CLKRUN if is already enabled
Javier Martinez Canillas
2018-01-08
1
-1
/
+10
*
tpm: follow coding style for variable declaration in tpm_tis_core_init()
Javier Martinez Canillas
2018-01-08
1
-1
/
+3
*
tpm: delete the TPM_TIS_CLK_ENABLE flag
Javier Martinez Canillas
2018-01-08
1
-2
/
+0
*
tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
Azhar Shaikh
2018-01-08
1
-10
/
+98
*
tpm_tis: Move ilb_base_addr to tpm_tis_data
Azhar Shaikh
2018-01-08
1
-1
/
+15
*
tpm: reduce tpm polling delay in tpm_tis_core
Nayna Jain
2018-01-08
1
-2
/
+8
*
tpm: move wait_for_tpm_stat() to respective driver files
Nayna Jain
2017-12-16
1
-0
/
+60
*
tpm: constify transmit data pointers
Arnd Bergmann
2017-10-18
1
-2
/
+2
*
tpm_tis: make array cmd_getticks static const to shrink object code size
Colin Ian King
2017-10-18
1
-1
/
+1
*
tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers
Hamza Attak
2017-09-23
1
-4
/
+4
*
tpm_tis: convert to using locality callbacks
Jerry Snitselaar
2017-04-25
1
-26
/
+8
*
tpm: make check_locality return bool
Jerry Snitselaar
2017-04-03
1
-9
/
+11
*
tpm_tis_core: Choose appropriate timeout for reading burstcount
Alexander Steffen
2017-04-03
1
-2
/
+4
*
tpm_tis: fix iTPM probe via probe_itpm() function
Maciej S. Szmigiero
2017-02-03
1
-12
/
+13
[next]