summaryrefslogtreecommitdiff
path: root/drivers/tpm/tpm_tis_i2c.c
Commit message (Expand)AuthorAgeLines
* dm: tpm: Convert I2C driver to driver modelSimon Glass2015-08-31-327/+202
* dm: tpm: Add a uclass for Trusted Platform ModulesSimon Glass2015-08-31-0/+2
* tpm: tpm_tis_i2c: Tidy up delaysSimon Glass2015-08-31-21/+22
* tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefixSimon Glass2015-08-31-55/+58
* tpm: tpm_tis_i2c: Simplify init codeSimon Glass2015-08-31-23/+10
* tpm: tpm_tis_i2c: Move definitions into the header fileSimon Glass2015-08-31-335/+0
* tpm: tpm_tis_i2c: Merge struct tpm into tpm_chipSimon Glass2015-08-31-15/+9
* tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chipSimon Glass2015-08-31-38/+14
* tpm: tpm_tis_i2c: Drop struct tpm_vendor_specificSimon Glass2015-08-31-49/+30
* tpm: tpm_tis_i2c: Drop unnecessary methodsSimon Glass2015-08-31-8/+4
* tpm: Move the I2C TPM code into one fileSimon Glass2015-08-31-1/+547
* tpm: Convert drivers to use SPDXSimon Glass2015-08-31-17/+1
* tpm: Remove old pre-driver-model I2C codeSimon Glass2015-08-31-72/+2
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-18-1/+1
* tpm: Support using driver model with I2CSimon Glass2015-05-14-44/+90
* Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada2014-12-08-1/+1
* tpm: Reorganize the I2C TPM driverTom Wai-Hong Tam2013-06-03-0/+637