index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm_crb.c
Age
Commit message (
Expand
)
Author
2016-07-19
tpm: Factor out common startup code
Jason Gunthorpe
2016-06-25
tpm_crb: fix address space of the return pointer in crb_map_res()
Jarkko Sakkinen
2016-06-25
tpm: Remove useless priv field in struct tpm_vendor_specific
Christophe Ricard
2016-06-25
tpm_crb: fix mapping of the buffers
Jarkko Sakkinen
2016-06-25
tpm_crb: drop struct resource res from struct crb_priv
Jarkko Sakkinen
2016-06-25
tpm: fix crash in tpm_tis deinitialization
Jarkko Sakkinen
2016-02-20
tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()
Jarkko Sakkinen
2016-02-20
tpm_crb/tis: fix: use dev_name() for /proc/iomem
Jarkko Sakkinen
2016-02-10
tpm_crb: Use devm_ioremap_resource
Jason Gunthorpe
2016-02-10
tpm_crb: Drop le32_to_cpu(ioread32(..))
Jason Gunthorpe
2016-02-10
tpm_crb: Use the common ACPI definition of struct acpi_tpm2
Jason Gunthorpe
2015-12-20
tpm: rework tpm_get_timeouts()
Jason Gunthorpe
2015-10-19
tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0
Jarkko Sakkinen
2015-10-19
tpm, tpm_crb: fix unaligned read of the command buffer address
Jarkko Sakkinen
2015-07-13
tpm, tpm_crb: fail when TPM2 ACPI table contents look corrupted
Jarkko Sakkinen
2015-06-16
tpm, tpm_crb: fix le64_to_cpu conversions in crb_acpi_add()
Jarkko Sakkinen
2015-02-15
tpm: fix suspend/resume paths for TPM 2.0
Jarkko Sakkinen
2015-01-19
char/tpm/tpm_crb: fix build error
Jarkko Sakkinen
2015-01-17
tpm: TPM 2.0 CRB Interface
Jarkko Sakkinen