aboutsummaryrefslogtreecommitdiff
path: root/drivers/tpm
AgeCommit message (Expand)AuthorFilesLines
2015-10-23dm: tpm: Drop CONFIG_DM_TPMSimon Glass2-13/+4
2015-10-23dm: tpm: Every TPM drivers should depends on DM_TPMChristophe Ricard1-3/+3
2015-10-23dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard2-2/+0
2015-10-23dm: tpm: Add Driver Model support for tpm_atmel_twi driverChristophe Ricard2-19/+51
2015-10-23dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineonChristophe Ricard4-5/+5
2015-08-31dm: tpm: Convert LPC driver to driver modelSimon Glass1-155/+131
2015-08-31dm: tpm: Convert I2C driver to driver modelSimon Glass2-346/+203
2015-08-31dm: tpm: sandbox: Convert TPM driver to driver modelSimon Glass1-12/+45
2015-08-31dm: tpm: Add a uclass for Trusted Platform ModulesSimon Glass7-286/+434
2015-08-31tpm: tpm_tis_i2c: Tidy up delaysSimon Glass2-31/+28
2015-08-31tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefixSimon Glass1-55/+58
2015-08-31tpm: tpm_tis_i2c: Simplify init codeSimon Glass1-23/+10
2015-08-31tpm: tpm_tis_i2c: Move definitions into the header fileSimon Glass2-335/+335
2015-08-31tpm: tpm_tis_i2c: Merge struct tpm into tpm_chipSimon Glass2-15/+10
2015-08-31tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chipSimon Glass2-44/+25
2015-08-31tpm: tpm_tis_i2c: Drop struct tpm_vendor_specificSimon Glass2-60/+35
2015-08-31tpm: tpm_tis_i2c: Drop unnecessary methodsSimon Glass2-12/+4
2015-08-31tpm: Move the I2C TPM code into one fileSimon Glass4-618/+550
2015-08-31tpm: Convert drivers to use SPDXSimon Glass2-29/+4
2015-08-31tpm: Add Kconfig options for TPMsSimon Glass1-0/+60
2015-08-31tpm: Remove old pre-driver-model I2C codeSimon Glass3-179/+7
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1
2015-05-14tpm: Support using driver model with I2CSimon Glass3-56/+170
2015-04-18sandbox: Move CONFIG_TPM_TIS_SANDBOX to KconfigSimon Glass1-0/+7
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada2-2/+2
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-07-07tpm: don't use unneeded double bracketsJeroen Hofstee1-1/+1
2014-01-08sandbox: tpm: Fix nvwrite commandChe-Liang Chiou1-3/+1
2014-01-08sandbox: tpm: Add TPM emulationSimon Glass2-0/+263
2013-11-17drivers: tpm: clean up unused codeMasahiro Yamada2-187/+0
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada1-25/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2-34/+2
2013-07-16Add Atmel I2C tpmDirk Eibach2-0/+122
2013-06-03tpm: Reorganize the I2C TPM driverTom Wai-Hong Tam5-268/+383
2013-06-03tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)Vincent Palatin2-23/+90
2013-06-03tpm: Rename generic_lpc_tpm to tpm_tis_lpcChe-liang Chiou2-1/+1
2013-04-12tpm: Add Infineon slb9635_i2c TPM driverRong Chang6-0/+1411
2013-04-12tpm: Add casts for proper compilationTaylor Hutt1-5/+5
2011-12-07Introduce generic TPM support in u-bootVadim Bendebury2-0/+538