On Tue, Jan 12, 2021 at 04:17:09PM +0300, Dmitry Osipenko wrote: > Switch to use threaded interrupt context in order to avoid checking of > "are we in interrupt?" for the code that may sleep in the IRQ handler. > I2C doesn't require a very low interrupt-handling latency, hence this > change doesn't introduce any noticeable effects. > > Signed-off-by: Dmitry Osipenko Applied to for-next, thanks!