blob: 314827d5b1571c1b8cf5c57fc585510fdb40eda2 [file] [log] [blame]
e891db1a18bf ("tpm: turn on TPM on suspend for TPM 1.x")
47a6c28b6861 ("tpm: remove @flags from tpm_transmit()")
a3fbfae82b4c ("tpm: take TPM chip power gating out of tpm_transmit()")
719b7d81f204 ("tpm: introduce tpm_chip_start() and tpm_chip_stop()")
2f257402ee98 ("tpm: remove TPM_TRANSMIT_UNLOCKED flag")
2677ca98ae37 ("tpm: use tpm_try_get_ops() in tpm-sysfs.c.")
5faafbab77e3 ("tpm: remove @space from tpm_transmit()")
29b47ce98759 ("tpm: move TPM space code out of tpm_transmit()")
c3465a370fb3 ("tpm: move tpm_validate_commmand() to tpm2-space.c")
304ff672537c ("tpm: clean up tpm_try_transmit() error handling flow")
c4df71d43a5b ("tpm: encapsulate tpm_dev_transmit()")
b34b77a99b1a ("tpm: declare struct tpm_header")
aff0c20bfe59 ("tpm: print tpm2_commit_space() error inside tpm2_commit_space()")
41484674da31 ("tpm: return 0 from pcrs_show() when tpm1_pcr_read() fails")
c628610087d4 ("tpm: fix invalid return value in pubek_show()")
412eb585587a ("tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter")
f5595f5baa30 ("tpm: Unify the send callback behaviour")
5122b5f0a846 ("tpm: fix kdoc for tpm2_flush_context_cmd()")
01f54664a4db ("tpm: tpm_try_transmit() refactor error flow.")
95adc6b410b7 ("tpm: use u32 instead of int for PCR index")
c82e59541a22 ("tpm1: reimplement tpm1_continue_selftest() using tpm_buf")
9315e73ac870 ("tpm1: reimplement SAVESTATE using tpm_buf")
cfddcb05e134 ("tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()")
5e335b5ecfa5 ("tpm1: implement tpm1_pcr_read_dev() using tpm_buf structure")
7aee9c52d7ac ("tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure")
b03c43702e7b ("tpm: add tpm_auto_startup() into tpm-interface.c")
9db7fe187c54 ("tpm: factor out tpm_startup function")
c82a330ceced ("tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c")
d4a317563207 ("tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c")
433d390f005d ("tpm: factor out tpm1_get_random into tpm1-cmd.c")
f4d916b72fea ("tpm: move tpm_getcap to tpm1-cmd.c")
1ad6640cd614 ("tpm: move tpm1_pcr_extend to tpm1-cmd.c")
70a3199a7101 ("tpm: factor out tpm_get_timeouts()")
d856c00f7d16 ("tpm: add tpm_calc_ordinal_duration() wrapper")
b2d6e6de005e ("tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c")
100b16a6f290 ("tpm: sort objects in the Makefile")
899102bc4518 ("tpm2: add new tpm2 commands according to TCG 1.36")
2ba5780ce305 ("tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.x")
9e1b74a63f77 ("tpm: add support for nonblocking operation")
c3d477a725ef ("tpm: add ptr to the tpm_space struct to file_priv")
84b59f6487d8 ("tpm: fix response size validation in tpm_get_random()")
58bac8cc3010 ("tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTED")
fc1d52b745ba ("tpm: rename tpm_chip_find_get() to tpm_find_get_ops()")
36a11029b07e ("tpm: Return the actual size when receiving an unsupported command")
627448e85c76 ("tpm: separate cmd_ready/go_idle from runtime_pm")
ce63c05b664e ("tpm: migrate tpm2_get_random() to use struct tpm_buf")
2ab3241161b3 ("tpm: migrate tpm2_get_tpm_pt() to use struct tpm_buf")
94e266ba1fa3 ("tpm: migrate tpm2_probe() to use struct tpm_buf")
cc26c6ef58c7 ("tpm: migrate tpm2_shutdown() to use struct tpm_buf")
3ab2011ea368 ("tpm: fix race condition in tpm_common_write()")