index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tpm
/
tpm_tis_i2c.c
Age
Commit message (
Expand
)
Author
2015-08-31
dm: tpm: Convert I2C driver to driver model
Simon Glass
2015-08-31
dm: tpm: Add a uclass for Trusted Platform Modules
Simon Glass
2015-08-31
tpm: tpm_tis_i2c: Tidy up delays
Simon Glass
2015-08-31
tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefix
Simon Glass
2015-08-31
tpm: tpm_tis_i2c: Simplify init code
Simon Glass
2015-08-31
tpm: tpm_tis_i2c: Move definitions into the header file
Simon Glass
2015-08-31
tpm: tpm_tis_i2c: Merge struct tpm into tpm_chip
Simon Glass
2015-08-31
tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chip
Simon Glass
2015-08-31
tpm: tpm_tis_i2c: Drop struct tpm_vendor_specific
Simon Glass
2015-08-31
tpm: tpm_tis_i2c: Drop unnecessary methods
Simon Glass
2015-08-31
tpm: Move the I2C TPM code into one file
Simon Glass
2015-08-31
tpm: Convert drivers to use SPDX
Simon Glass
2015-08-31
tpm: Remove old pre-driver-model I2C code
Simon Glass
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-05-14
tpm: Support using driver model with I2C
Simon Glass
2014-12-08
Replace <compiler.h> with <linux/compiler.h>
Masahiro Yamada
2013-06-03
tpm: Reorganize the I2C TPM driver
Tom Wai-Hong Tam