aboutsummaryrefslogtreecommitdiff
path: root/drivers/tpm/tpm2_tis_spi.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-06tpm: call tpm_tis_wait_init() after tpm_tis_init()Lukas Funke1-30/+0
2024-07-22drivers: tpm: Remove duplicate newlinesMarek Vasut1-1/+0
2024-06-04Merge tag 'v2024.07-rc4' into nextTom Rini1-9/+12
2024-05-27tpm: display warning if using gpio reset with TPMTim Harvey1-9/+12
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-1/+1
2024-05-07tpm: Remove <common.h> and add needed includesTom Rini1-1/+1
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