summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm_crb.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-04tpm: Enable hwrng only for Pluton on AMD CPUsJarkko Sakkinen1-25/+8
2023-09-04tpm_crb: Fix an error handling path in crb_acpi_add()Christophe JAILLET1-2/+3
2023-08-07tpm: Disable RNG for all AMD fTPMsMario Limonciello1-0/+30
2023-07-17tpm: Do not remap from ACPI resources again for Pluton TPMValentin David1-8/+11
2023-02-13tpm_crb: Add support for CRB devices based on PlutonMatthew Garrett1-10/+90
2022-12-13Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-3/+1
2022-12-08tpm/tpm_crb: Fix error message in __crb_relinquish_locality()Michael Kelley1-1/+1
2022-12-08tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leakHanjun Guo1-9/+20
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li1-3/+1
2021-06-23tpm_crb: Use IOMEM_ERR_PTR when function returns iomemTian Tao1-1/+1
2019-11-12tpm_crb: fix fTPM on AMD Zen+ CPUsIvan Lazeev1-33/+90
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-02-09tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen1-6/+16
2018-07-28tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler1-74/+27
2018-05-10tpm: tpm_crb: relinquish locality on error path.Winkler, Tomas1-3/+7
2018-03-23tpm_crb: use __le64 annotated variable for response buffer addressTomas Winkler1-2/+3
2018-03-23tpm: cmd_ready command can be issued only after granting localityTomas Winkler1-33/+75
2017-10-18tpm/tpm_crb: Use start method value from ACPI table directlyJiandi An1-30/+29
2017-09-24tpm: tpm_crb: constify acpi_device_id.Arvind Yadav1-1/+1
2017-07-07tpm/tpm_crb: fix priv->cmd_size initialisationManuel Lauss1-2/+3
2017-07-05Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-2/+2
2017-06-12ACPICA: Add header support for TPM2 table changesBob Moore1-2/+2
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko1-5/+4
2017-04-25tpm_crb: remove a cruft constantJarkko Sakkinen1-2/+1
2017-04-03tpm/tpm_crb: Enable TPM CRB interface for ARM64Jiandi An1-2/+65
2017-04-03tpm_crb: request and relinquish locality 0Jarkko Sakkinen1-0/+41
2017-04-03tpm/tpm_crb: fix unused warnings on suspend/resume functionsJérémy Lefaure1-7/+4
2017-04-03tpm_crb: check for bad response sizeJerry Snitselaar1-2/+1
2017-04-03tpm_crb: encapsulate crb_wait_for_reg_32Jarkko Sakkinen1-14/+23
2017-04-03tpm_crb: map locality registersJarkko Sakkinen1-32/+57
2017-04-03tpm/tpm_crb: enter the low power state upon device suspendWinkler, Tomas1-1/+24
2017-04-03tpm crb: Work around BIOS's that report the wrong ACPI region sizeJason Gunthorpe1-2/+25
2017-01-23tpm, tpm_crb: Handle 64-bit resource in crb_check_resource()Jiandi An1-3/+5
2016-11-28tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas1-4/+38
2016-11-28tpm/tpm_crb: open code the crb_init into acpi_addWinkler, Tomas1-16/+10
2016-11-28tmp/tpm_crb: fix Intel PTT hw bug during idle stateWinkler, Tomas1-8/+39
2016-11-28tpm/tpm_crb: implement tpm crb idle stateWinkler, Tomas1-0/+66
2016-09-27Revert "tpm/tpm_crb: implement tpm crb idle state"Jarkko Sakkinen1-69/+0
2016-09-27Revert "tmp/tpm_crb: fix Intel PTT hw bug during idle state"Jarkko Sakkinen1-39/+8
2016-09-27Revert "tpm/tpm_crb: open code the crb_init into acpi_add"Jarkko Sakkinen1-10/+16
2016-09-27Revert "tmp/tpm_crb: implement runtime pm for tpm_crb"Jarkko Sakkinen1-34/+3
2016-09-16tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas1-3/+34
2016-09-16tpm/tpm_crb: open code the crb_init into acpi_addWinkler, Tomas1-16/+10
2016-09-16tmp/tpm_crb: fix Intel PTT hw bug during idle stateWinkler, Tomas1-8/+39
2016-09-16tpm/tpm_crb: implement tpm crb idle stateWinkler, Tomas1-0/+69
2016-09-15tpm/tpm_crb: fix the over 80 characters checkpatch warringTomas Winkler1-2/+1
2016-09-15tpm/tpm_crb: drop useless cpu_to_le32 when writing to registersTomas Winkler1-2/+2
2016-09-15tpm/tpm_crb: cache cmd_size register value.Tomas Winkler1-5/+5
2016-09-15tmp/tpm_crb: drop include to platform_deviceTomas Winkler1-1/+0
2016-09-15tpm_crb: fix incorrect values of cmdReady and goIdle bitsJarkko Sakkinen1-2/+2