[PATCH v2 5/5] tpm_tis_spi: Add small delay after last transfer

2017-03-02 Thread Peter Huewe
Testing the implementation with a Raspberry Pi 2 showed that under some circumstances its SPI master erroneously releases the CS line before the transfer is complete, i.e. before the end of the last clock. In this case the TPM ignores the transfer and misses for example the GO command. The driver

[PATCH v2 5/5] tpm_tis_spi: Add small delay after last transfer

2017-03-02 Thread Peter Huewe
Testing the implementation with a Raspberry Pi 2 showed that under some circumstances its SPI master erroneously releases the CS line before the transfer is complete, i.e. before the end of the last clock. In this case the TPM ignores the transfer and misses for example the GO command. The driver