summaryrefslogtreecommitdiff
path: root/drivers/tpm
Commit message (Expand)AuthorAgeLines
* lib: tpm: Add command to flush resourcesMario Six2017-02-01-0/+6
* tpm: tpm_tis_lpc: Add support for AT97SC3204George McCollister2016-12-02-9/+28
* tpm: Tidy up use of size_tSimon Glass2016-10-11-2/+2
* treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-1/+1
* tpm: atmel_twi: Make compatible with DM I2C bussesmario.six@gdsys.cc2016-08-15-2/+15
* drivers/tpm/tpm_tis_sandbox.c: Fix uninitialized variable useTom Rini2016-04-15-1/+1
* lib/crc8: Add crc start valueStefan Roese2016-04-11-1/+1
* tpm: st33zp24: Add tpm st33zp24 spi supportChristophe Ricard2016-01-28-0/+682
* tpm: st33zp24: Add tpm st33zp24 support with i2cChristophe Ricard2016-01-28-0/+553
* tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff ...Christophe Ricard2016-01-28-17/+17
* tpm: tpm_tis_lpc: fix typoChristophe Ricard2016-01-28-1/+1
* dm: tpm: Drop CONFIG_DM_TPMSimon Glass2015-10-23-13/+4
* dm: tpm: Every TPM drivers should depends on DM_TPMChristophe Ricard2015-10-23-3/+3
* dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard2015-10-23-2/+0
* dm: tpm: Add Driver Model support for tpm_atmel_twi driverChristophe Ricard2015-10-23-19/+51
* dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineonChristophe Ricard2015-10-23-5/+5
* dm: tpm: Convert LPC driver to driver modelSimon Glass2015-08-31-155/+131
* dm: tpm: Convert I2C driver to driver modelSimon Glass2015-08-31-346/+203
* dm: tpm: sandbox: Convert TPM driver to driver modelSimon Glass2015-08-31-12/+45
* dm: tpm: Add a uclass for Trusted Platform ModulesSimon Glass2015-08-31-286/+434
* tpm: tpm_tis_i2c: Tidy up delaysSimon Glass2015-08-31-31/+28
* 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/+335
* tpm: tpm_tis_i2c: Merge struct tpm into tpm_chipSimon Glass2015-08-31-15/+10
* tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chipSimon Glass2015-08-31-44/+25
* tpm: tpm_tis_i2c: Drop struct tpm_vendor_specificSimon Glass2015-08-31-60/+35
* tpm: tpm_tis_i2c: Drop unnecessary methodsSimon Glass2015-08-31-12/+4
* tpm: Move the I2C TPM code into one fileSimon Glass2015-08-31-618/+550
* tpm: Convert drivers to use SPDXSimon Glass2015-08-31-29/+4
* tpm: Add Kconfig options for TPMsSimon Glass2015-08-31-0/+60
* tpm: Remove old pre-driver-model I2C codeSimon Glass2015-08-31-179/+7
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-18-1/+1
* tpm: Support using driver model with I2CSimon Glass2015-05-14-56/+170
* sandbox: Move CONFIG_TPM_TIS_SANDBOX to KconfigSimon Glass2015-04-18-0/+7
* Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada2014-12-08-2/+2
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-1/+1
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-24-0/+0
* tpm: don't use unneeded double bracketsJeroen Hofstee2014-07-07-1/+1
* sandbox: tpm: Fix nvwrite commandChe-Liang Chiou2014-01-08-3/+1
* sandbox: tpm: Add TPM emulationSimon Glass2014-01-08-0/+263
* drivers: tpm: clean up unused codeMasahiro Yamada2013-11-17-187/+0
* drivers: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-25/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-34/+2
* Add Atmel I2C tpmDirk Eibach2013-07-16-0/+122
* tpm: Reorganize the I2C TPM driverTom Wai-Hong Tam2013-06-03-268/+383
* tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)Vincent Palatin2013-06-03-23/+90
* tpm: Rename generic_lpc_tpm to tpm_tis_lpcChe-liang Chiou2013-06-03-1/+1
* tpm: Add Infineon slb9635_i2c TPM driverRong Chang2013-04-12-0/+1411
* tpm: Add casts for proper compilationTaylor Hutt2013-04-12-5/+5