Re: [PATCH v4 01/14] iio: accel: adxl345: use regmap cache for INT mapping

From: Jonathan Cameron
Date: Sun Mar 16 2025 - 07:06:37 EST


On Thu, 13 Mar 2025 16:50:36 +0000
Lothar Rubusch <l.rubusch@xxxxxxxxx> wrote:

> Use regmap cache to replace the maintenance of the interrupt mapping
> state by a member variable intio. The interrupt mapping is initialized
> when the driver is probed, and it is perfectly cacheable.
>
> The patch will still leave the function set_interrupts(). A follow up
> patch takes care of it, when cleaning up the INT enable register
> variable.
>
> Signed-off-by: Lothar Rubusch <l.rubusch@xxxxxxxxx>
I'm going to nibble away at this series applying what seems ready to me.

Applied this one.

Jonathan