summaryrefslogtreecommitdiffstats
path: root/drivers/tpm
Commit message (Expand)AuthorAgeFilesLines
* dm: tpm: Drop CONFIG_DM_TPMSimon Glass2015-10-232-13/+4
* dm: tpm: Every TPM drivers should depends on DM_TPMChristophe Ricard2015-10-231-3/+3
* dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard2015-10-232-2/+0
* dm: tpm: Add Driver Model support for tpm_atmel_twi driverChristophe Ricard2015-10-232-19/+51
* dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineonChristophe Ricard2015-10-234-5/+5
* dm: tpm: Convert LPC driver to driver modelSimon Glass2015-08-311-155/+131
* dm: tpm: Convert I2C driver to driver modelSimon Glass2015-08-312-346/+203
* dm: tpm: sandbox: Convert TPM driver to driver modelSimon Glass2015-08-311-12/+45
* dm: tpm: Add a uclass for Trusted Platform ModulesSimon Glass2015-08-317-286/+434
* tpm: tpm_tis_i2c: Tidy up delaysSimon Glass2015-08-312-31/+28
* tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefixSimon Glass2015-08-311-55/+58
* tpm: tpm_tis_i2c: Simplify init codeSimon Glass2015-08-311-23/+10
* tpm: tpm_tis_i2c: Move definitions into the header fileSimon Glass2015-08-312-335/+335
* tpm: tpm_tis_i2c: Merge struct tpm into tpm_chipSimon Glass2015-08-312-15/+10
* tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chipSimon Glass2015-08-312-44/+25
* tpm: tpm_tis_i2c: Drop struct tpm_vendor_specificSimon Glass2015-08-312-60/+35
* tpm: tpm_tis_i2c: Drop unnecessary methodsSimon Glass2015-08-312-12/+4
* tpm: Move the I2C TPM code into one fileSimon Glass2015-08-314-618/+550
* tpm: Convert drivers to use SPDXSimon Glass2015-08-312-29/+4
* tpm: Add Kconfig options for TPMsSimon Glass2015-08-311-0/+60
* tpm: Remove old pre-driver-model I2C codeSimon Glass2015-08-313-179/+7
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-1/+1
* tpm: Support using driver model with I2CSimon Glass2015-05-143-56/+170
* sandbox: Move CONFIG_TPM_TIS_SANDBOX to KconfigSimon Glass2015-04-181-0/+7
* Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada2014-12-082-2/+2
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-241-0/+0
* tpm: don't use unneeded double bracketsJeroen Hofstee2014-07-071-1/+1
* sandbox: tpm: Fix nvwrite commandChe-Liang Chiou2014-01-081-3/+1
* sandbox: tpm: Add TPM emulationSimon Glass2014-01-082-0/+263
* drivers: tpm: clean up unused codeMasahiro Yamada2013-11-172-187/+0
* drivers: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-25/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-242-34/+2
* Add Atmel I2C tpmDirk Eibach2013-07-162-0/+122
* tpm: Reorganize the I2C TPM driverTom Wai-Hong Tam2013-06-035-268/+383
* tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)Vincent Palatin2013-06-032-23/+90
* tpm: Rename generic_lpc_tpm to tpm_tis_lpcChe-liang Chiou2013-06-032-1/+1
* tpm: Add Infineon slb9635_i2c TPM driverRong Chang2013-04-126-0/+1411
* tpm: Add casts for proper compilationTaylor Hutt2013-04-121-5/+5
* Introduce generic TPM support in u-bootVadim Bendebury2011-12-072-0/+538
OpenPOWER on IntegriCloud