Re: [PATCH] iio: light: as73211: Increase measurement timeout

2020-09-13 Thread Jonathan Cameron
On Wed, 9 Sep 2020 20:04:24 +0200 Christian Eggers wrote: > On Wednesday, 9 September 2020, 18:58:39 CEST, Andy Shevchenko wrote: > > On Wed, Sep 9, 2020 at 6:45 PM Christian Eggers wrote: > > > We found some sensors which are much slower (20% at room temperature) > > > than nominal. According

Re: [PATCH] iio: light: as73211: Increase measurement timeout

2020-09-09 Thread Christian Eggers
On Wednesday, 9 September 2020, 18:58:39 CEST, Andy Shevchenko wrote: > On Wed, Sep 9, 2020 at 6:45 PM Christian Eggers wrote: > > We found some sensors which are much slower (20% at room temperature) > > than nominal. According to the data sheet, up to 27% is possible. Now I > > add 33% to the no

Re: [PATCH] iio: light: as73211: Increase measurement timeout

2020-09-09 Thread Andy Shevchenko
On Wed, Sep 9, 2020 at 6:45 PM Christian Eggers wrote: > > We found some sensors which are much slower (20% at room temperature) > than nominal. According to the data sheet, up to 27% is possible. Now I > add 33% to the nominal time out, hopefully this is enough. I'm wondering if this is a functi

[PATCH] iio: light: as73211: Increase measurement timeout

2020-09-09 Thread Christian Eggers
We found some sensors which are much slower (20% at room temperature) than nominal. According to the data sheet, up to 27% is possible. Now I add 33% to the nominal time out, hopefully this is enough. Signed-off-by: Christian Eggers --- drivers/iio/light/as73211.c | 5 ++--- 1 file changed, 2 in