iio: imu: add devices to adis16480 driver
From: | Darius Berghe <darius.berghe-AT-analog.com> | |
To: | <linux-iio-AT-vger.kernel.org>, <linux-kernel-AT-vger.kernel.org> | |
Subject: | [PATCH v2 0/3] iio: imu: add devices to adis16480 driver | |
Date: | Thu, 07 Nov 2024 15:45:14 +0200 | |
Message-ID: | <20241107134517.3089112-1-darius.berghe@analog.com> | |
Cc: | <jic23-AT-kernel.org>, <darius.berghe-AT-analog.com> | |
Archive-link: | Article |
Thanks for the review and input Jonathan, I've addressed the 2 points you raised in V1, here's the breakdown. Changes in v2: - document in the commit description the main differences between the newly added and the already supported devices - make adis16487 fallback compatible with adis16485 since they are functionally equivalent Darius Berghe (3): iio: imu: adis16480: add devices to adis16480 driver iio: imu: adis16480: add devices to adis16480 - docs dt-bindings: iio: adis16480: add devices to adis16480 .../bindings/iio/imu/adi,adis16480.yaml | 5 ++ Documentation/iio/adis16480.rst | 3 + drivers/iio/imu/adis16480.c | 75 +++++++++++++++++++ 3 files changed, 83 insertions(+) -- 2.46.1