summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-dev.c
diff options
context:
space:
mode:
authorTam Nguyen <tamnguyenchi@os.amperecomputing.com>2023-11-02 06:30:08 +0300
committerWolfram Sang <wsa@kernel.org>2023-11-08 12:19:48 +0300
commite8183fa10c25c7b3c20670bf2b430ddcc1ee03c0 (patch)
tree8bf31767b23e0822001ed22c8ac86c9c5fc3c53f /drivers/i2c/i2c-dev.c
parentba15a14399c262f91ce30c19fcbdc952262dd1be (diff)
downloadlinux-e8183fa10c25c7b3c20670bf2b430ddcc1ee03c0.tar.xz
i2c: designware: Disable TX_EMPTY irq while waiting for block length byte
During SMBus block data read process, we have seen high interrupt rate because of TX_EMPTY irq status while waiting for block length byte (the first data byte after the address phase). The interrupt handler does not do anything because the internal state is kept as STATUS_WRITE_IN_PROGRESS. Hence, we should disable TX_EMPTY IRQ until I2C DesignWare receives first data byte from I2C device, then re-enable it to resume SMBus transaction. It takes 0.789 ms for host to receive data length from slave. Without the patch, i2c_dw_isr() is called 99 times by TX_EMPTY interrupt. And it is none after applying the patch. Cc: stable@vger.kernel.org Co-developed-by: Chuong Tran <chuong@os.amperecomputing.com> Signed-off-by: Chuong Tran <chuong@os.amperecomputing.com> Signed-off-by: Tam Nguyen <tamnguyenchi@os.amperecomputing.com> Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Reviewed-by: Serge Semin <fancer.lancer@gmail.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/i2c/i2c-dev.c')
0 files changed, 0 insertions, 0 deletions