]> git.baikalelectronics.ru Git - kernel.git/commit
iio: imu: inv_mpu6050: fix temperature reporting using bad unit
authorJean-Baptiste Maneyrol <jmaneyrol@invensense.com>
Tue, 26 Nov 2019 16:19:12 +0000 (17:19 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 8 Dec 2019 18:10:30 +0000 (18:10 +0000)
commitd040eaa5aa7012c57dea6a6e433cb3c11f6abc4d
tree8418a0b65982aed7f1810914c627088aa86a541a
parentc68b7aee8d000ee5037b27b306094dac3031db00
iio: imu: inv_mpu6050: fix temperature reporting using bad unit

Temperature should be reported in milli-degrees, not degrees. Fix
scale and offset values to use the correct unit.

This is a fix for an issue that has been present for a long time.
The fixes tag reflects the point at which the code last changed in a
fashion that would make this fix patch no longer apply.  Backports
will be necessary to fix those elements that predate that patch.

Fixes: cadf6afc52ab ("iio: imu: mpu6050: Fix FIFO layout for ICM20602")
Cc: stable@vger.kernel.org
Signed-off-by: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c
drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h