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

From: George Mois
Date: Tue Aug 16 2022 - 07:02:43 EST


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(-)

--
2.30.2