Re: [PATCH v4 2/3] iio: accel: adxl372: add event interface

2020-08-09 Thread Jonathan Cameron
On Mon, 3 Aug 2020 20:22:18 +0300 wrote: > From: Alexandru Tachici > > Currently the driver configures adxl372 to work in loop mode. > The inactivity and activity timings decide how fast the chip > will loop through the awake and waiting states and the > thresholds on x,y,z axis decide when

[PATCH v4 2/3] iio: accel: adxl372: add event interface

2020-08-03 Thread alexandru.tachici
From: Alexandru Tachici Currently the driver configures adxl372 to work in loop mode. The inactivity and activity timings decide how fast the chip will loop through the awake and waiting states and the thresholds on x,y,z axis decide when activity or inactivity will be detected. This patch