Re: [PATCH 3/3] iio: accel: adxl372: Make sure interrupts are disabled

2019-09-08 Thread Jonathan Cameron
On Tue, 3 Sep 2019 12:19:11 +0300 Stefan Popa wrote: > This patch disables the adxl372 interrupts at setup. The interrupts > should be enabled together with the iio buffer. Not doing this, might > cause an unwanted interrupt to trigger without being able to properly > clear it. > >

[PATCH 3/3] iio: accel: adxl372: Make sure interrupts are disabled

2019-09-03 Thread Stefan Popa
This patch disables the adxl372 interrupts at setup. The interrupts should be enabled together with the iio buffer. Not doing this, might cause an unwanted interrupt to trigger without being able to properly clear it. Signed-off-by: Stefan Popa --- drivers/iio/accel/adxl372.c | 4 1 file