tpm1: implement tpm1_pcr_read_dev() using tpm_buf structure
authorTomas Winkler <tomas.winkler@intel.com>
Fri, 19 Oct 2018 18:23:03 +0000 (21:23 +0300)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Tue, 13 Nov 2018 11:46:31 +0000 (13:46 +0200)
commit5e335b5ecfa52e77c8e055f62155824e0e878587
treea64d2859fff4336c700c9070ca1ea286e592b7fe
parent7aee9c52d7ac90e19705bf3b429caa51f105174a
tpm1: implement tpm1_pcr_read_dev() using tpm_buf structure

Implement tpm1_pcr_read_dev() using tpm_buf and remove
now unneeded structures from tpm.h

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