Re: [PATCH 2/2] iio: chemical: sgpxx: triggered buffer support

2018-03-10 Thread Andreas Brauchli
On Sat, 2017-11-25 at 17:48 +, Jonathan Cameron wrote: > On Tue, 21 Nov 2017 17:11:29 +0100 > Andreas Brauchli wrote: > > > Support triggered buffer for use with e.g. hrtimer for automated > > polling to ensure that the sensor's internal baseline is correctly > >

Re: [PATCH 2/2] iio: chemical: sgpxx: triggered buffer support

2018-03-10 Thread Andreas Brauchli
On Sat, 2017-11-25 at 17:48 +, Jonathan Cameron wrote: > On Tue, 21 Nov 2017 17:11:29 +0100 > Andreas Brauchli wrote: > > > Support triggered buffer for use with e.g. hrtimer for automated > > polling to ensure that the sensor's internal baseline is correctly > > updated independently of the

Re: [PATCH 2/2] iio: chemical: sgpxx: triggered buffer support

2017-11-25 Thread Jonathan Cameron
On Tue, 21 Nov 2017 17:11:29 +0100 Andreas Brauchli wrote: > Support triggered buffer for use with e.g. hrtimer for automated > polling to ensure that the sensor's internal baseline is correctly > updated independently of the use-case. Given the really strict timing

Re: [PATCH 2/2] iio: chemical: sgpxx: triggered buffer support

2017-11-25 Thread Jonathan Cameron
On Tue, 21 Nov 2017 17:11:29 +0100 Andreas Brauchli wrote: > Support triggered buffer for use with e.g. hrtimer for automated > polling to ensure that the sensor's internal baseline is correctly > updated independently of the use-case. Given the really strict timing requirements for this device

[PATCH 2/2] iio: chemical: sgpxx: triggered buffer support

2017-11-21 Thread Andreas Brauchli
Support triggered buffer for use with e.g. hrtimer for automated polling to ensure that the sensor's internal baseline is correctly updated independently of the use-case. Triggered buffer support is only enabled when IIO_BUFFER is set. Signed-off-by: Andreas Brauchli

[PATCH 2/2] iio: chemical: sgpxx: triggered buffer support

2017-11-21 Thread Andreas Brauchli
Support triggered buffer for use with e.g. hrtimer for automated polling to ensure that the sensor's internal baseline is correctly updated independently of the use-case. Triggered buffer support is only enabled when IIO_BUFFER is set. Signed-off-by: Andreas Brauchli ---