aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_tis_spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2018-07-28tpm_tis_spi: Pass the SPI IRQ down to the driverLinus Walleij1-1/+8
2017-10-18tpm: fix type of a local variables in tpm_tis_spi.cJarkko Sakkinen1-7/+18
2017-10-18tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen1-18/+27
2017-10-18tpm: constify transmit data pointersArnd Bergmann1-14/+11
2017-04-03tpm_tis_spi: Add small delay after last transferPeter Huewe1-0/+1
2017-04-03tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytesPeter Huewe1-49/+58
2017-04-03tpm_tis_spi: Check correct byte for wait state indicatorPeter Huewe1-18/+18
2017-04-03tpm_tis_spi: Abort transfer when too many wait states are signaledPeter Huewe1-0/+5
2017-04-03tpm_tis_spi: Use single function to transfer dataPeter Huewe1-63/+24
2017-01-23tpm/tpm_tis_spi: drop duplicate header module.hGeliang Tang1-1/+0
2016-06-25tpm/tpm_tis_spi: Add support for spi phyChristophe Ricard1-0/+272