aboutsummaryrefslogtreecommitdiff
path: root/drivers/tpm/tpm2_tis_spi.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-11-10tpm: Use the new API on tpm2 spi driverIlias Apalodimas1-416/+31
2021-09-24drivers: tpm2: update reset gpio semanticsWIP/2021-09-24-assorted-updatesJorge Ramirez-Ortiz1-8/+15
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-11-20tpm: spi: Cleanup source codeMichal Simek1-3/+0
2020-07-08tpm2: tis_spi: add linux compatible fallback stringBruno Thomsen1-1/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-1/+1
2019-10-15tpm2: Don't assume active low reset valueKayla Theil1-2/+2
2019-07-11tpm: wait for valid statusRoman Kapl1-2/+10
2018-07-28tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal1-0/+4
2018-05-25tpm2: tis_spi: add the possibility to reset the chip with a gpioMiquel Raynal1-0/+16
2018-05-25tpm: add support for TPMv2.x SPI modulesMiquel Raynal1-0/+663