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:Wolfram Sang <wsa+renesas@sang-engineering.com>
Loading
Please register or sign in to comment