[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240523174736.16692-1-benato.denis96@gmail.com>
Date: Thu, 23 May 2024 19:47:35 +0200
From: Denis Benato <benato.denis96@...il.com>
To: Jonathan Cameron <jic23@...nel.org>
Cc: Denis Benato <benato.denis96@...il.com>,
Jagath Jog J <jagathjog1996@...il.com>,
Lars-Peter Clausen <lars@...afoo.de>,
"Luke D . Jones" <luke@...nes.dev>,
Jonathan LoBue <jlobue10@...il.com>,
linux-iio@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/1] iio: imu: bmi323: Use the new shared iio_read_acpi_mount_matrix() helper
The default mount matrix (identity matrix) for the Asus RC71L is wrong: the correct one is defined in the ACPI ROTM object.
The introduction of the iio_read_acpi_mount_matrix() helper was originally meant to share a good implementation among two devices:
one of those is the bmc150 device. As pointed out previously the bmi323 is defined in the same way as the bmc150 on the ACPI,
where ROTM can also be found.
I have confirmed this patch loads the correct mount matrix on my testing device.
Denis Benato (1):
iio: imu: bmi323: Use iio read_acpi_mount_matrix() helper
drivers/iio/imu/bmi323/bmi323_core.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--
2.44.0
Powered by blists - more mailing lists