diff options
author | Raviteja Narayanam <raviteja.narayanam@xilinx.com> | 2022-04-20 13:29:24 +0530 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-05-14 16:02:36 +0200 |
commit | 4bca93abfffb049e2b52c62e7f0ccaf7022270c2 (patch) | |
tree | d1236a6e9616c22200f4bbf2793b425107cf2639 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | b822039b8ec16b4837831404609fb1c1c2da3d33 (diff) |
i2c: xiic: Fix Tx Interrupt path for grouped messages
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 <raviteja.narayanam@xilinx.com>
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions