mbox series

[V8,0/5] iio: accel: sca3300: add compatible for scl3300

Message ID 20220523062312.1401944-1-Qing-wu.Li@leica-geosystems.com.cn (mailing list archive)
Headers show
Series iio: accel: sca3300: add compatible for scl3300 | expand

Message

LI Qingwu May 23, 2022, 6:23 a.m. UTC
The current driver support sca3300 only, modified to support SCL3300.
Verified with SCL3300 on IMX8MM.

SCL3300 is a three-axis accelerometer sensor with angle output, 
the change adds the support of scl3300 and inclination data output.


Changes in v8: 
 - Modified comments for the wait time of settling of signal paths.
 - Arrange the line wrap of CA3300_INCLI_CHANNEL.
 - Fix the whitespace issue.
 - Add "bool angle" in chip info for enable the angle output.


LI Qingwu (5):
  dt-bindings: iio: accel: sca3300: Document murata,scl3300
  iio: accel: sca3300: add define for temp channel for reuse.
  iio: accel: sca3300: modified to support multi chips
  iio: accel: sca3300: Add support for SCL3300
  iio: accel: sca3300: Add inclination channels

 .../bindings/iio/accel/murata,sca3300.yaml    |   1 +
 drivers/iio/accel/sca3300.c                   | 325 +++++++++++++++---
 2 files changed, 271 insertions(+), 55 deletions(-)