]> git.baikalelectronics.ru Git - kernel.git/commit
tpm1: reimplement tpm1_continue_selftest() using tpm_buf
authorTomas Winkler <tomas.winkler@intel.com>
Fri, 19 Oct 2018 18:23:06 +0000 (21:23 +0300)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Tue, 13 Nov 2018 11:46:31 +0000 (13:46 +0200)
commit9f387acf9ffd11f51805e1063d2d7d3f7b304cdd
tree125b5c7fb2b016cc43fdf099add398236d761494
parent1c46b59088955ebe20cf2c66a4f750e15a39a858
tpm1: reimplement tpm1_continue_selftest() using tpm_buf

Reimplement tpm1_continue_selftest() using tpm_buf structure.
This is the last command using the old tpm_cmd_t structure
and now the structure can be removed.

Cc: Nayna Jain <nayna@linux.vnet.ibm.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Tested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
drivers/char/tpm/tpm.h
drivers/char/tpm/tpm1-cmd.c