mbox series

[0/2] Add support for ADXL312 and ADXL314 accelerometers

Message ID 20220816102828.182345-1-george.mois@analog.com
Headers show
Series Add support for ADXL312 and ADXL314 accelerometers | expand

Message

George Mois Aug. 16, 2022, 10:28 a.m. UTC
ADXL312 and ADXL314 are small, thin, low power, 3-axis accelerometers
with high resolution (13-bit) measurement up to +/-12 g and +/- 200 g
respectively.

Implement support for ADXL312 and ADXL314 by extending the ADXL313
driver.

George Mois (2):
  bindings: iio: accel: extend adxl313 documentation file
  drivers: iio: accel adxl312 and adxl314 support

 .../bindings/iio/accel/adi,adxl313.yaml       |   8 +-
 drivers/iio/accel/adxl313.h                   |  17 +-
 drivers/iio/accel/adxl313_core.c              | 165 +++++++++++++-----
 drivers/iio/accel/adxl313_spi.c               |  42 ++++-
 4 files changed, 181 insertions(+), 51 deletions(-)