mbox series

[v2,0/3] iio: imu: add devices to adis16480 driver

Message ID 20241107134517.3089112-1-darius.berghe@analog.com (mailing list archive)
Headers show
Series iio: imu: add devices to adis16480 driver | expand

Message

Darius Berghe Nov. 7, 2024, 1:45 p.m. UTC
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(+)