summaryrefslogtreecommitdiff
path: root/drivers/iio/humidity/hts221_i2c.c
diff options
context:
space:
mode:
authorStefan Tatschner <stefan.tatschner@gmail.com>2017-12-12 23:35:37 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-08 18:03:43 +0300
commit2e419aec3b86aa76a34cb30ec4865060a6013366 (patch)
tree8006f4f5ea697a6733695a8096694270580fb8f1 /drivers/iio/humidity/hts221_i2c.c
parent9273aa16b3847d31206d24b435f2bdd01c226cd4 (diff)
downloadlinux-2e419aec3b86aa76a34cb30ec4865060a6013366.tar.xz
iio:pressure:bmp280: Read calibration data in probe
This patch affects BME280 and BMP280. The readout of the calibration data is moved to the probe function. Each sensor data access triggered reading the full calibration data before this patch. According to the datasheet, Section 4.4.2., the calibration data is stored in non-volatile memory. Since the calibration data does not change, and cannot be changed by the user, we can reduce bus traffic by reading the calibration data once. Additionally, proper organization of the data types enables removing some odd casts in the compensation formulas. Signed-off-by: Stefan Tatschner <stefan.tatschner@gmail.com> Tested-by: Andreas Klinger <ak@it-klinger.de> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio/humidity/hts221_i2c.c')
0 files changed, 0 insertions, 0 deletions