Re: [PATCH] i2c: ocores: Use read_poll_timeout_atomic to avoid false poll timeouts
From: Andrew Lunn
Date: Fri Mar 27 2026 - 10:09:27 EST
> In particular, the helper guarantees a condition check after the
> delay, even if the delay exceeds the timeout, avoiding spurious
> timeout errors under load or preemption.
>
> Let me know if it doesn't work.
That is good, thanks.
Andrew