commit | de9cf4ccaa80258da241460dda3d25fa61b0a26b | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Fri Oct 03 11:03:48 2025 -0400 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Oct 13 11:27:13 2025 -0400 |
tree | 732ac3c9ceb696ec99625c73a2e689bff3c9a1e0 | |
parent | 52ae0c5ed93c16635f3b7425df3d943a673ba51d [diff] |
tests: drivers: smbus: add packet error correction (pec) testsuite Add tests for SMBus packet error correction (PEC). The two primary utilities tested are * smbus_pec(): compute the PEC byte for a Block Write * smbus_read_check_pec(): verify a PEC after * Read Byte * Read Word * Block Read Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>