diff options
| author | Colin Parker <[email protected]> | 2017-08-28 23:21:39 +0000 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2017-09-24 15:58:14 +0000 |
| commit | 4b1f0c31f96c45e8521dd84aae50f2aa4aecfb7b (patch) | |
| tree | 714847ed4fc10b9c642488d0ce7ded46f3ec6fa8 /drivers/iio/trigger/stm32-timer-trigger.c | |
| parent | iio: adc: mcp320x: Fix readout of negative voltages (diff) | |
| download | kernel-4b1f0c31f96c45e8521dd84aae50f2aa4aecfb7b.tar.gz kernel-4b1f0c31f96c45e8521dd84aae50f2aa4aecfb7b.zip | |
IIO: BME280: Updates to Humidity readings need ctrl_reg write!
The ctrl_reg register needs to be written after any write to
the humidity registers. The value written to the ctrl_reg register
does not necessarily need to change, but a write operation must
occur.
The regmap_update_bits functions will not write to a register
if the register value matches the value to be written. This saves
unnecessary bus operations. The change in this patch forces a bus
write during the chip_config operation by switching to
regmap_write_bits.
This will fix issues where the Humidity Sensor Oversampling bits
are not updated after initialization.
Signed-off-by: Colin Parker <[email protected]>
Acked-by: Andreas Klinger <[email protected]>
Cc: <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'drivers/iio/trigger/stm32-timer-trigger.c')
0 files changed, 0 insertions, 0 deletions
