Re: [PATCH v4 0/2] Add Block event interrupt support for I2C protocol

2025-01-03 Thread Andi Shyti
Hi, this patch has been hanging here for a while, can we please have someone from DMA and Qualcomm look at it? Thanks, Andi On Tue, Dec 17, 2024 at 10:34:22PM +0530, Jyothi Kumar Seerapu wrote: > The I2C driver gets an interrupt upon transfer completion. > When handling multiple messages in a si

[PATCH v4 0/2] Add Block event interrupt support for I2C protocol

2024-12-17 Thread Jyothi Kumar Seerapu
The I2C driver gets an interrupt upon transfer completion. When handling multiple messages in a single transfer, this results in N interrupts for N messages, leading to significant software interrupt latency. To mitigate this latency, utilize Block Event Interrupt (BEI) mechanism. Enabling BEI ins