Re: [PATCH] iio: chemical: sps30: allow changing self cleaning period

2019-01-12 Thread Jonathan Cameron
On Sun, 6 Jan 2019 11:57:31 +0100 Tomasz Duszynski wrote: > On Sat, Jan 05, 2019 at 04:54:47PM +, Jonathan Cameron wrote: > > On Wed, 26 Dec 2018 20:30:35 +0100 > > Tomasz Duszynski wrote: > > > > > Sensor can periodically trigger self cleaning. Period can be changed by > > > writing a

Re: [PATCH] iio: chemical: sps30: allow changing self cleaning period

2019-01-06 Thread Tomasz Duszynski
On Sat, Jan 05, 2019 at 04:54:47PM +, Jonathan Cameron wrote: > On Wed, 26 Dec 2018 20:30:35 +0100 > Tomasz Duszynski wrote: > > > Sensor can periodically trigger self cleaning. Period can be changed by > > writing a new value to a dedicated attribute. Upon attribute read > > triplet

Re: [PATCH] iio: chemical: sps30: allow changing self cleaning period

2019-01-05 Thread Jonathan Cameron
On Wed, 26 Dec 2018 20:30:35 +0100 Tomasz Duszynski wrote: > Sensor can periodically trigger self cleaning. Period can be changed by > writing a new value to a dedicated attribute. Upon attribute read > triplet representing respectively current, minimum and maximum period is > returned. > >

[PATCH] iio: chemical: sps30: allow changing self cleaning period

2018-12-26 Thread Tomasz Duszynski
Sensor can periodically trigger self cleaning. Period can be changed by writing a new value to a dedicated attribute. Upon attribute read triplet representing respectively current, minimum and maximum period is returned. Signed-off-by: Tomasz Duszynski ---