Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: i2c: add an option to skip auto-sending stop on last message
The I2C transfer API has been recently changed to always automatically set a STOP on the last message, which was well documented but implemented only by few drivers. Unfortunately, while documented, this is a change in the current behavior and it turns out that some applications depended on it for some complex operations. Add a flag to temporarily restore the old behavior, buying time to fix the application code depending on this. (cherry picked from commit 61f4ba2) Original-Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> GitOrigin-RevId: 61f4ba2 Change-Id: Ic2532471a1ae4f43e929101f60e9f37e902f19a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5882735 Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com> Tested-by: Fabio Baltieri <fabiobaltieri@google.com> Reviewed-by: Al Semjonovs <asemjonovs@google.com>
- Loading branch information