commit | ee3402321f31e9138470421210af241fca1e1180 | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Sun Sep 28 18:43:09 2025 -0400 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Oct 13 11:27:13 2025 -0400 |
tree | aff9f70c0532f50e203c43413ad299f77ba7e6ad | |
parent | de9cf4ccaa80258da241460dda3d25fa61b0a26b [diff] |
drivers: smbus: stm32: support packet-error-checking (pec) Add support for SMBus packet error checking (PEC) to the stm32 driver. This feature allows SMBust communication to be slightly more robust in the presence of noise, in that packet errors can be detected on the receive side. Signed-off-by: Andrew Lewycky <alewycky@tenstorrent.com> Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>