summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm_crb.c
AgeCommit message (Expand)Author
2019-04-20tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen
2017-05-25tpm_crb: check for bad response sizeJerry Snitselaar
2016-09-27Revert "tpm/tpm_crb: implement tpm crb idle state"Jarkko Sakkinen
2016-09-27Revert "tmp/tpm_crb: fix Intel PTT hw bug during idle state"Jarkko Sakkinen
2016-09-27Revert "tpm/tpm_crb: open code the crb_init into acpi_add"Jarkko Sakkinen
2016-09-27Revert "tmp/tpm_crb: implement runtime pm for tpm_crb"Jarkko Sakkinen
2016-09-16tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas
2016-09-16tpm/tpm_crb: open code the crb_init into acpi_addWinkler, Tomas
2016-09-16tmp/tpm_crb: fix Intel PTT hw bug during idle stateWinkler, Tomas
2016-09-16tpm/tpm_crb: implement tpm crb idle stateWinkler, Tomas
2016-09-15tpm/tpm_crb: fix the over 80 characters checkpatch warringTomas Winkler
2016-09-15tpm/tpm_crb: drop useless cpu_to_le32 when writing to registersTomas Winkler
2016-09-15tpm/tpm_crb: cache cmd_size register value.Tomas Winkler
2016-09-15tmp/tpm_crb: drop include to platform_deviceTomas Winkler
2016-09-15tpm_crb: fix incorrect values of cmdReady and goIdle bitsJarkko Sakkinen
2016-09-15tpm_crb: refine the naming of constantsJarkko Sakkinen
2016-09-15tpm_crb: remove wmb()'sJarkko Sakkinen
2016-09-15tpm_crb: fix crb_req_canceled behaviorJarkko Sakkinen
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