]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: accel: fix ADXL355 temperature signature value
authorValek Andrej <andrej.v@skyrain.eu>
Fri, 13 Mar 2026 09:24:13 +0000 (10:24 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 22 Mar 2026 11:43:00 +0000 (11:43 +0000)
commit4f51e6c0baae80e52bd013092e82a55678be31fc
tree55230763945dde8c056f3705a48e48c2e29fbe90
parentfdc7aa54a5d44c05880a4aad7cfb41aacfd16d7b
iio: accel: fix ADXL355 temperature signature value

Temperature was wrongly represented as 12-bit signed, confirmed by checking
the datasheet. Even if the temperature is negative, the value in the
register stays unsigned.

Fixes: 12ed27863ea3 iio: accel: Add driver support for ADXL355
Signed-off-by: Valek Andrej <andrej.v@skyrain.eu>
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/adxl355_core.c