On 3/27/23 14:33, Ninad Palsule wrote:
+ i2cst->csum_enable = TPM_DATA_CSUM_ENABLED;
I'll take it from here but will squash in this change so that csum can be turned off: i2cst->csum_enable = i2cst->data[1] & TPM_DATA_CSUM_ENABLED; Reviewed-by: Stefan Berger <[email protected]> Tested-by: Stefan Berger <[email protected]>
