Re: [PATCH v3 03/15] iio: accel: adxl345: reorganize irq handler

From: Jonathan Cameron
Date: Sun Mar 02 2025 - 06:36:54 EST


On Thu, 20 Feb 2025 10:42:22 +0000
Lothar Rubusch <l.rubusch@xxxxxxxxx> wrote:

> Reorganize the IRQ handler. Move the overrun handling to the bottom.
> Overrun leads to reset the interrupt register. This also happens at
> evaluation of a particular interrupt event. First evaluate an event
> if possible, then fall back to overrun handling. Additionally simplify
> fetching the interrupt status function.
>
> Both is in preparation to build interrupt handling up for the handling
> of different detected events, implemented in follow up patches.
>
> Signed-off-by: Lothar Rubusch <l.rubusch@xxxxxxxxx>
Hi Lothar,

In the interests of reducing size of patch set I've applied 1-3 to
the to greg branch of iio.git. Pushed out as testing for all
the normal reasons.

Thanks,

Jonathan