On Wed, Apr 20, 2022 at 01:29:24PM +0530, Shubhrajyoti Datta wrote: > From: Raviteja Narayanam > > When a group of messages are sent from user space as a set, if > the last message has less than Tx FIFO DEPTH number of bytes > to transfer, Tx half empty interrupt is triggered continuously > from the hardware. It is due to Bus not busy interrupt coming > along with Tx half empty and tx empty. > > Hence, service the Tx interrupts before Bus not busy interrupt > to update the i2c message status correctly. > > Signed-off-by: Raviteja Narayanam > Signed-off-by: Shubhrajyoti Datta Applied to for-next, thanks!