Re: [PATCH 4/4] tpm: move tpm1 selftest code from tpm-interface tpm1-cmd.c

2018-03-06 Thread Jarkko Sakkinen
On Tue, 2018-03-06 at 11:30 +0200, Tomas Winkler wrote: > Move the tmp1 selftest code functions to tpm1-cmd.c > tpm_pcr_read_dev to tpm1_pcr_read_dev > tpm_continue_selftest to tpm1_continue_selftest > tpm_do_selftest to tpm1_do_selftest > > Signed-off-by: Tomas Winkler The same remark about tpm

[PATCH 4/4] tpm: move tpm1 selftest code from tpm-interface tpm1-cmd.c

2018-03-06 Thread Tomas Winkler
Move the tmp1 selftest code functions to tpm1-cmd.c tpm_pcr_read_dev to tpm1_pcr_read_dev tpm_continue_selftest to tpm1_continue_selftest tpm_do_selftest to tpm1_do_selftest Signed-off-by: Tomas Winkler --- drivers/char/tpm/st33zp24/st33zp24.c | 2 +- drivers/char/tpm/tpm-interface.c | 144