mbox series

[0/4] iio: accel: mc3230: add mount matrix, of match and mc3510c support

Message ID 20250111-mainlining-mc3510c-v1-0-57be503addf8@gmail.com (mailing list archive)
Headers show
Series iio: accel: mc3230: add mount matrix, of match and mc3510c support | expand

Message

Vasiliy Doylov via B4 Relay Jan. 11, 2025, 8:11 p.m. UTC
Changes includes:
- Add mount matrix handling
- Add match table to work with DT
- Add MC3510C support

MC3510C use same registors as MC3230, but different value scale.

Signed-off-by: Vasiliy Doylov <nekodevelopper@gmail.com>
---
Vasiliy Doylov (4):
      iio: accel: mc3230: add mount matrix support
      iio: accel: mc3230: add OF match table
      iio: accel: mc3230: add mc3510c support
      dt-bindings: iio: accel: mc3230: document mc3510c

 .../devicetree/bindings/trivial-devices.yaml       |  2 +
 drivers/iio/accel/mc3230.c                         | 88 ++++++++++++++++++----
 2 files changed, 76 insertions(+), 14 deletions(-)
---
base-commit: 2b88851f583d3c4e40bcd40cfe1965241ec229dd
change-id: 20250111-mainlining-mc3510c-564702fba487

Best regards,