summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm_crb.c
AgeCommit message (Expand)Author
2016-07-19tpm: Factor out common startup codeJason Gunthorpe
2016-06-25tpm_crb: fix address space of the return pointer in crb_map_res()Jarkko Sakkinen
2016-06-25tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm_crb: fix mapping of the buffersJarkko Sakkinen
2016-06-25tpm_crb: drop struct resource res from struct crb_privJarkko Sakkinen
2016-06-25tpm: fix crash in tpm_tis deinitializationJarkko Sakkinen
2016-02-20tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()Jarkko Sakkinen
2016-02-20tpm_crb/tis: fix: use dev_name() for /proc/iomemJarkko Sakkinen
2016-02-10tpm_crb: Use devm_ioremap_resourceJason Gunthorpe
2016-02-10tpm_crb: Drop le32_to_cpu(ioread32(..))Jason Gunthorpe
2016-02-10tpm_crb: Use the common ACPI definition of struct acpi_tpm2Jason Gunthorpe
2015-12-20tpm: rework tpm_get_timeouts()Jason Gunthorpe
2015-10-19tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0Jarkko Sakkinen
2015-10-19tpm, tpm_crb: fix unaligned read of the command buffer addressJarkko Sakkinen
2015-07-13tpm, tpm_crb: fail when TPM2 ACPI table contents look corruptedJarkko Sakkinen
2015-06-16tpm, tpm_crb: fix le64_to_cpu conversions in crb_acpi_add()Jarkko Sakkinen
2015-02-15tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen
2015-01-19char/tpm/tpm_crb: fix build errorJarkko Sakkinen
2015-01-17tpm: TPM 2.0 CRB InterfaceJarkko Sakkinen