On Tue, Apr 13, 2021 at 05:09:53PM +1200, Chris Packham wrote: > The fsl-i2c controller will generate an interrupt after every byte > transferred. Make use of this interrupt to drive a state machine which > allows the next part of a transfer to happen as soon as the interrupt is > received. This is particularly helpful with SMBUS devices like the LM81 > which will timeout if we take too long between bytes in a transfer. > > Signed-off-by: Chris Packham Thanks for the update. I'll wait a little, because IIRC Andy wanted to review.