summaryrefslogtreecommitdiff
path: root/drivers/tpm
AgeCommit message (Expand)AuthorFilesLines
2018-08-13tpm: sandbox: fix wrong check on pcr_mapMiquel Raynal1-3/+3
2018-07-28tpm: make TPM_V2 be compiled by defaultMiquel Raynal1-0/+1
2018-07-28tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal4-9/+10
2018-07-28tpm: remove stale symbol in KconfigMiquel Raynal1-3/+0
2018-07-28tpm: compile Sandbox driver by defaultMiquel Raynal1-0/+2
2018-05-26tpm: add a Sandbox TPMv2.x driverMiquel Raynal3-1/+636
2018-05-26tpm2: tis_spi: add the possibility to reset the chip with a gpioMiquel Raynal1-0/+16
2018-05-26tpm: add support for TPMv2.x SPI modulesMiquel Raynal3-0/+675
2018-05-26tpm: prepare support for TPMv2.x commandsMiquel Raynal1-0/+2
2018-05-26tpm: disociate TPMv1.x specific and generic codeMiquel Raynal8-8/+11
2018-05-26tpm: prepare introduction of TPMv2.x support in KconfigMiquel Raynal1-11/+38
2018-05-25tpm: add Revision ID field in the chip structureMiquel Raynal1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini10-21/+10
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-09treewide: Fix gdsys mail addressesMario Six1-1/+1
2018-03-05Atmel TPM: Fix potential buffer overrunsJeremy Boone1-2/+12
2018-03-05Infineon TPM: Fix potential buffer overrunsJeremy Boone1-2/+3
2018-03-05STMicro TPM: Fix potential buffer overrunsJeremy Boone2-4/+6
2017-11-06tpm: st33zp24: fix STMicroelectronics copyrightPatrice Chotard2-2/+4
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-03-26lib: tpm: Add command to list resourcesmario.six@gdsys.cc1-0/+7
2017-03-26tpm: Add function to load keys via their parent's SHA1 hashmario.six@gdsys.cc1-0/+8
2017-02-01lib: tpm: Add command to flush resourcesMario Six1-0/+6
2016-12-02tpm: tpm_tis_lpc: Add support for AT97SC3204George McCollister1-9/+28
2016-10-11tpm: Tidy up use of size_tSimon Glass1-2/+2
2016-09-24treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-08-15tpm: atmel_twi: Make compatible with DM I2C bussesmario.six@gdsys.cc2-2/+15
2016-04-15drivers/tpm/tpm_tis_sandbox.c: Fix uninitialized variable useTom Rini1-1/+1
2016-04-12lib/crc8: Add crc start valueStefan Roese1-1/+1
2016-01-29tpm: st33zp24: Add tpm st33zp24 spi supportChristophe Ricard3-0/+682
2016-01-29tpm: st33zp24: Add tpm st33zp24 support with i2cChristophe Ricard3-0/+553
2016-01-29tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff ...Christophe Ricard2-17/+17
2016-01-29tpm: tpm_tis_lpc: fix typoChristophe Ricard1-1/+1
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