Re: [PATCH] iio: bmp280: properly initialize device for humidity reading

2017-07-30 Thread Jonathan Cameron
On Tue, 25 Jul 2017 11:11:14 +0200 Andreas Klinger wrote: > If the device is not initialized at least once it happens that the humidity > reading is skipped, which means the special value 0x8000 is delivered. > > For omitting this case the oversampling of the humidity must be set before > the ov

[PATCH] iio: bmp280: properly initialize device for humidity reading

2017-07-25 Thread Andreas Klinger
If the device is not initialized at least once it happens that the humidity reading is skipped, which means the special value 0x8000 is delivered. For omitting this case the oversampling of the humidity must be set before the oversampling of the temperature und pressure is set as written in the da