mbox series

[0/2] Improvement and fix for HiSilicon I2C driver

Message ID 20230313074552.54457-1-yangyicong@huawei.com
Headers show
Series Improvement and fix for HiSilicon I2C driver | expand

Message

Yicong Yang March 13, 2023, 7:45 a.m. UTC
From: Yicong Yang <yangyicong@hisilicon.com>

This patchset includes 2 patches for 1) Improve the interrupt handling to
avoid redundant interrupts and 2) fix the issue that on error case the
completion is not handled and corrupt the next transfer.

Yicong Yang (2):
  i2c: hisi: Avoid redundant interrupts
  i2c: hisi: Only use the completion interrupt to finish the transfer

 drivers/i2c/busses/i2c-hisi.c | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)