Skip to content
Commit 1e4f0b82 authored by Wolfram Sang's avatar Wolfram Sang
Browse files

i2c: mxs: disable QUEUE when sending is done



Since the last fixes to this driver ensure now the queue termination is
done correctly, we can finally disable the queue after a transfer
without problems. The gain is that it will only be reenabled after the
next transfer is fully set up. Before, the queue was running all the
time and if the setup of the next message was interrupted by another
thread, an incomplete buffer could have been sent, padded with zeroes.

Signed-off-by: default avatarWolfram Sang <w.sang@pengutronix.de>
parent c95eeae9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment