aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_crb.c
AgeCommit message (Expand)Author
2023-01-18tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leakHanjun Guo
2023-01-18tpm/tpm_crb: Fix error message in __crb_relinquish_locality()Michael Kelley
2020-10-01tpm_crb: fix fTPM on AMD Zen+ CPUsIvan Lazeev
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-02-08tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen
2018-07-28tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler
2018-05-10tpm: tpm_crb: relinquish locality on error path.Winkler, Tomas
2018-03-23tpm_crb: use __le64 annotated variable for response buffer addressTomas Winkler
2018-03-23tpm: cmd_ready command can be issued only after granting localityTomas Winkler
2017-10-18tpm/tpm_crb: Use start method value from ACPI table directlyJiandi An
2017-09-23tpm: tpm_crb: constify acpi_device_id.Arvind Yadav
2017-07-07tpm/tpm_crb: fix priv->cmd_size initialisationManuel Lauss
2017-07-04Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2017-06-12ACPICA: Add header support for TPM2 table changesBob Moore
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko
2017-04-25tpm_crb: remove a cruft constantJarkko Sakkinen
2017-04-03tpm/tpm_crb: Enable TPM CRB interface for ARM64Jiandi An
2017-04-03tpm_crb: request and relinquish locality 0Jarkko Sakkinen
2017-04-03tpm/tpm_crb: fix unused warnings on suspend/resume functionsJérémy Lefaure
2017-04-03tpm_crb: check for bad response sizeJerry Snitselaar
2017-04-03tpm_crb: encapsulate crb_wait_for_reg_32Jarkko Sakkinen
2017-04-03tpm_crb: map locality registersJarkko Sakkinen
2017-04-03tpm/tpm_crb: enter the low power state upon device suspendWinkler, Tomas
2017-04-03tpm crb: Work around BIOS's that report the wrong ACPI region sizeJason Gunthorpe
2017-01-23tpm, tpm_crb: Handle 64-bit resource in crb_check_resource()Jiandi An
2016-11-28tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas
2016-11-28tpm/tpm_crb: open code the crb_init into acpi_addWinkler, Tomas
2016-11-28tmp/tpm_crb: fix Intel PTT hw bug during idle stateWinkler, Tomas
2016-11-28tpm/tpm_crb: implement tpm crb idle stateWinkler, Tomas
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