diff options
author | Krishna Yarlagadda <[email protected]> | 2023-04-21 14:43:07 +0530 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-04-21 14:37:03 +0100 |
commit | 67a142dc9eb96a5cc018e5db62390665eb5f038c (patch) | |
tree | 2b33952e2d63155ac650b24b273f13ae0399b398 /scripts/bpf_doc.py | |
parent | be3206e8906e7a93df673ab2e96d69304a008edc (diff) |
spi: Add TPM HW flow flag
TPM specification [1] defines flow control over SPI. Client device can
insert a wait state on MISO when address is transmitted by controller
on MOSI. Detecting the wait state in software is only possible for
full duplex controllers. For controllers that support only half-
duplex, the wait state detection needs to be implemented in hardware.
Add a flag SPI_TPM_HW_FLOW for TPM device to set when software flow
control is not possible and hardware flow control is expected from
SPI controller.
Reference:
[1] https://trustedcomputinggroup.org/resource/pc-client-platform-tpm
-profile-ptp-specification/
Signed-off-by: Krishna Yarlagadda <[email protected]>
Reviewed-by: Jerry Snitselaar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions