Re: [PATCH v3 05/15] iio: accel: adxl345: move INT enable to regmap cache

From: Jonathan Cameron
Date: Sun Mar 02 2025 - 06:49:32 EST


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

> Replace the interrupt enable member variable to the regmap cache. This
> makes the function set_interrupts() obsolete. The interrupt enable
> register is written when the driver is probed. Thus it is perfectly
> cacheable.
>
> Signed-off-by: Lothar Rubusch <l.rubusch@xxxxxxxxx>
Applied.