All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Improvement and fix for HiSilicon I2C driver
@ 2023-03-13  7:45 Yicong Yang
  2023-03-13  7:45 ` [PATCH 1/2] i2c: hisi: Avoid redundant interrupts Yicong Yang
  2023-03-13  7:45 ` [PATCH 2/2] i2c: hisi: Only use the completion interrupt to finish the transfer Yicong Yang
  0 siblings, 2 replies; 5+ messages in thread
From: Yicong Yang @ 2023-03-13  7:45 UTC (permalink / raw)
  To: wsa, linux-i2c; +Cc: chenweilong, f.fangjian, linuxarm, prime.zeng, yangyicong

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(-)

-- 
2.24.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-16 20:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-13  7:45 [PATCH 0/2] Improvement and fix for HiSilicon I2C driver Yicong Yang
2023-03-13  7:45 ` [PATCH 1/2] i2c: hisi: Avoid redundant interrupts Yicong Yang
2023-03-16 20:06   ` Wolfram Sang
2023-03-13  7:45 ` [PATCH 2/2] i2c: hisi: Only use the completion interrupt to finish the transfer Yicong Yang
2023-03-16 20:06   ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.