blob: d44d6750f08e4e3d093cf16cdaefc1b00748dd38 [file] [log] [blame]
58bac8cc3010 ("tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTED")
627448e85c76 ("tpm: separate cmd_ready/go_idle from runtime_pm")
e2fb992d82c6 ("tpm: add retry logic")
65520d46a4ad ("tpm: tpm-interface: fix tpm_transmit/_cmd kdoc")
888d867df441 ("tpm: cmd_ready command can be issued only after granting locality")
b3e958ce4c58 ("tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()")
c382babccba2 ("tpm_tis: Move ilb_base_addr to tpm_tis_data")
fd3ec3663718 ("tpm: move tpm_eventlog.h outside of drivers folder")
cf151a9a44d5 ("tpm: reduce tpm polling delay in tpm_tis_core")
87cdfdd19aef ("tpm: move wait_for_tpm_stat() to respective driver files")
9f3fc7bcddcb ("tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers")
bc397085ca97 ("tpm_tis: make ilb_base_addr static")
5e572cab92f0 ("tpm: Enable CLKRUN protocol for Braswell systems")
f128480f3916 ("tpm/tpm_crb: fix priv->cmd_size initialisation")
be4c9acfe297 ("tpm: vtpm_proxy: Implement request_locality function.")
85ab3bf305b9 ("tpm: Introduce flag TPM_TRANSMIT_RAW")
4cb586a188d4 ("tpm_tis: Consolidate the platform and acpi probe flow")
a69faebf4d3e ("tpm: move endianness conversion of ordinals to tpm_input_header")
e6aef069b6e9 ("tpm_tis: convert to using locality callbacks")
877c57d0d0ca ("tpm_crb: request and relinquish locality 0")
67c2f3d388ef ("tpm/tpm_crb: fix unused warnings on suspend/resume functions")
4d57856a21ed ("tpm2: add session handle context saving and restoring to the space code")
fdc915f7f719 ("tpm: expose spaces via a device link /dev/tpmrm<n>")
ecb38e2f521b ("tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.c")
745b361e989a ("tpm: infrastructure for TPM spaces")
58472f5cd4f6 ("tpm: validate TPM 2.0 commands")
9aa36b399a50 ("tpm: export tpm2_flush_context_cmd")
a147918e79c3 ("tpm: move length validation to tpm_transmit()")
13b1f4a571cc ("tpm_crb: map locality registers")
095fc30c2c8d ("tpm/tpm_crb: enter the low power state upon device suspend")
b4e2eb0651ac ("tpm crb: Work around BIOS's that report the wrong ACPI region size")
61841be6358c ("tpm: declare tpm2_get_pcr_allocation() as static")
5939eaf4f9d4 ("tpm_tis: fix the error handling of init_tis()")
4d23cc323cdb ("tpm: add securityfs support for TPM 2.0 firmware event log")
c1f92b4b04ad ("tpm: enhance TPM 2.0 PCR extend to support multiple banks")
1db15344f874 ("tpm: implement TPM 2.0 capability to get active PCR banks")
fa2825da6f5d ("tpm: Begin the process to deprecate user_read_timer")
c659af78eb7b ("tpm: Check size of response before accessing data")
1d70fe9d9c3a ("tpm_tis: use default timeout value if chip reports it as zero")
62bfdacbac4c ("tpm: Do not print an error message when doing TPM auto startup")
794c6e109b59 ("tpm/tpm2-chip: fix kdoc errors")
f865c196856d ("tpm: add kdoc for tpm_transmit and tpm_transmit_cmd")
02ae1382882f ("tpm: redefine read_log() to handle ACPI/OF at runtime")
748935eeb72c ("tpm: have event log use the tpm_chip")
7518a21a9da3 ("tpm: drop tpm1_chip_register(/unregister)")
cd9b7631a888 ("tpm: replace dynamically allocated bios_dir with a static array")
b1a9b7b602c5 ("tpm: replace symbolic permission with octal for securityfs files")
cbef69a9e190 ("char: tpm: fix kerneldoc tpm2_unseal_trusted name typo")
420d439849ca ("tpm_tis: Allow tpm_tis to be bound using DT")
6804f6bba099 ("tpm: Only call pm_runtime_get_sync if device has a parent")