K 10 svn:author V 3 avg K 8 svn:date V 27 2021-12-23T08:48:16.517971Z K 7 svn:log V 691 twsi: fix handling of consecuitve write messages in transaction Make sure to reset 'message_done' flag when jumping from a message to the next one within the same interrupt handler call. This happens only when a write with no-stop flag message is followed by a write with no-start flag message. Without this fix the second message would be prematurely "completed" without waiting for an ACK (or NACK) for its first byte and without sending subsequent bytes (if any). Fixes: ff1e8581 twsi: support more message combinations in transfers (cherry picked from commit e5268c3d435e0a0f0fef64e6213504dd189272f6) Git Hash: 49fcbe98762b7236f1215bd7d989c779e136be9a Git Author: avg@FreeBSD.org END