Skip to content
Commit 6ad30f78 authored by Wolfram Sang's avatar Wolfram Sang
Browse files

i2c: testunit: on errors, repeat NACK until STOP



This backend requests a NACK from the controller driver when it detects
an error. If that request gets ignored from some reason, subsequent
accesses will wrongly be handled OK. To fix this, an error now changes
the state machine, so the backend will report NACK until a STOP
condition has been detected. This make the driver more robust against
controllers which will sadly apply the NACK not to the current byte but
the next one.

Fixes: a8335c64 ("i2c: add slave testunit driver")
Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
parent 093f70c1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment