summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm_crb.c
AgeCommit message (Expand)Author
2023-09-04tpm: Enable hwrng only for Pluton on AMD CPUsJarkko Sakkinen
2023-09-04tpm_crb: Fix an error handling path in crb_acpi_add()Christophe JAILLET
2023-08-07tpm: Disable RNG for all AMD fTPMsMario Limonciello
2023-07-17tpm: Do not remap from ACPI resources again for Pluton TPMValentin David
2023-02-13tpm_crb: Add support for CRB devices based on PlutonMatthew Garrett
2022-12-12Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2022-12-08tpm/tpm_crb: Fix error message in __crb_relinquish_locality()Michael Kelley
2022-12-08tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leakHanjun Guo
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li
2021-06-23tpm_crb: Use IOMEM_ERR_PTR when function returns iomemTian Tao
2019-11-12tpm_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