Re: [PATCH v6 4/6] iio:adxl372: Add FIFO and interrupts support

2018-08-19 Thread Jonathan Cameron
On Sun, 19 Aug 2018 18:12:18 +0100 Jonathan Cameron wrote: > On Fri, 10 Aug 2018 11:46:21 +0300 > Stefan Popa wrote: > > > This patch adds support for the adxl372 FIFO. In order to accomplish this, > > triggered buffers were used. > > > > The number of FIFO samples which trigger the watermark

Re: [PATCH v6 4/6] iio:adxl372: Add FIFO and interrupts support

2018-08-19 Thread Jonathan Cameron
On Sun, 19 Aug 2018 18:12:18 +0100 Jonathan Cameron wrote: > On Fri, 10 Aug 2018 11:46:21 +0300 > Stefan Popa wrote: > > > This patch adds support for the adxl372 FIFO. In order to accomplish this, > > triggered buffers were used. > > > > The number of FIFO samples which trigger the watermark

Re: [PATCH v6 4/6] iio:adxl372: Add FIFO and interrupts support

2018-08-19 Thread Jonathan Cameron
On Fri, 10 Aug 2018 11:46:21 +0300 Stefan Popa wrote: > This patch adds support for the adxl372 FIFO. In order to accomplish this, > triggered buffers were used. > > The number of FIFO samples which trigger the watermark interrupt can be > configured by using the buffer watermark. The FIFO

Re: [PATCH v6 4/6] iio:adxl372: Add FIFO and interrupts support

2018-08-19 Thread Jonathan Cameron
On Fri, 10 Aug 2018 11:46:21 +0300 Stefan Popa wrote: > This patch adds support for the adxl372 FIFO. In order to accomplish this, > triggered buffers were used. > > The number of FIFO samples which trigger the watermark interrupt can be > configured by using the buffer watermark. The FIFO

Re: [PATCH v6 4/6] iio:adxl372: Add FIFO and interrupts support

2018-08-19 Thread Jonathan Cameron
On Fri, 10 Aug 2018 11:46:21 +0300 Stefan Popa wrote: > This patch adds support for the adxl372 FIFO. In order to accomplish this, > triggered buffers were used. > > The number of FIFO samples which trigger the watermark interrupt can be > configured by using the buffer watermark. The FIFO

Re: [PATCH v6 4/6] iio:adxl372: Add FIFO and interrupts support

2018-08-19 Thread Jonathan Cameron
On Fri, 10 Aug 2018 11:46:21 +0300 Stefan Popa wrote: > This patch adds support for the adxl372 FIFO. In order to accomplish this, > triggered buffers were used. > > The number of FIFO samples which trigger the watermark interrupt can be > configured by using the buffer watermark. The FIFO

[PATCH v6 4/6] iio:adxl372: Add FIFO and interrupts support

2018-08-10 Thread Stefan Popa
This patch adds support for the adxl372 FIFO. In order to accomplish this, triggered buffers were used. The number of FIFO samples which trigger the watermark interrupt can be configured by using the buffer watermark. The FIFO format is determined by configuring the scan elements for each axis.

[PATCH v6 4/6] iio:adxl372: Add FIFO and interrupts support

2018-08-10 Thread Stefan Popa
This patch adds support for the adxl372 FIFO. In order to accomplish this, triggered buffers were used. The number of FIFO samples which trigger the watermark interrupt can be configured by using the buffer watermark. The FIFO format is determined by configuring the scan elements for each axis.