aboutsummaryrefslogtreecommitdiff
path: root/drivers/tpm/tpm-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Correct SPL use of TPM_RNGSimon Glass1-1/+1
2022-09-03tpm: Allow reporting the internal stateSimon Glass1-0/+10
2022-08-02tpm: Add the RNG child deviceSughosh Ganu1-6/+34
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-1/+1
2021-03-02tpm: Use logging in the uclassSimon Glass1-3/+5
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-16tpm: Don't cleanup unless an error happensSimon Glass1-3/+10
2018-10-09tpm: Use livetree and allow childrenSimon Glass1-0/+3
2018-10-09cros: Update cros_ec code to use struct udeviceSimon Glass1-3/+3
2018-07-28tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal1-3/+0
2018-05-25tpm: prepare support for TPMv2.x commandsMiquel Raynal1-0/+2
2018-05-25tpm: disociate TPMv1.x specific and generic codeMiquel Raynal1-1/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2015-08-31dm: tpm: Add a uclass for Trusted Platform ModulesSimon Glass1-0/+133