aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/st33zp24/st33zp24.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-09tpm: st33zp24: Make st33zp24_remove() a void functionUwe Kleine-König1-2/+1
2022-01-09tpm/st33zp24: drop unneeded over-commentingSohaib Mohamed1-105/+17
2020-07-02tpm/st33zp24: fix spelling mistake "drescription" -> "description"Binbin Zhou1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-02-13tpm: Unify the send callback behaviourJarkko Sakkinen1-1/+1
2018-11-13tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler1-1/+1
2018-11-13tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler1-1/+1
2018-11-13tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler1-1/+1
2018-05-09tpm: st33zp24: remove redundant null check on chipColin Ian King1-2/+0
2018-02-26tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+2
2017-04-03tpm: make check_locality return boolJerry Snitselaar1-6/+6
2017-01-23tpm/st33zp24: Remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2016-09-15tpm/st33zp24: Remove useless tpm_gen_interruptJason Gunthorpe1-2/+0
2016-07-19tpm: Factor out common startup codeJason Gunthorpe1-3/+1
2016-06-25tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard1-36/+14
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard1-9/+9
2016-06-25tpm: drop 'locality' from struct tpm_vendor_specificChristophe Ricard1-6/+6
2016-06-25tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard1-6/+6
2016-06-25tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard1-15/+8
2016-06-25tpm/st33zp24: Remove unneeded tpm_reg in get_burstcountChristophe Ricard1-5/+5
2016-06-25tpm/st33zp24: Extend Copyright headersChristophe RICARD1-1/+1
2015-03-27tpm/st33zp24: Add proper wait for ordinal duration in case of irq modeChristophe Ricard1-1/+11
2015-03-18tpm/tpm_i2c_stm_st33: Split tpm_i2c_tpm_st33 in 2 layers (core + phy)Christophe Ricard1-0/+688