Re: [PATCH v1 2/2] i2c: spacemit: add support for SpacemiT K1 SoC
From: Troy Mitchell
Date: Fri Oct 18 2024 - 01:17:48 EST
On 2024/10/15 16:08, Krzysztof Kozlowski wrote:
>> + disable_irq(i2c->irq);
> Why?
I just want to turn on the interrupt when the transmission starts,
and turn off the interrupt after the transmission ends.
The interrupt shutdown in the probe is a starting point
before the transmission starts.
Is this reasonable? If not, I will modify it.