iio: accel: Add driver support for ADXL355
authorPuranjay Mohan <puranjay12@gmail.com>
Wed, 11 Aug 2021 07:30:27 +0000 (13:00 +0530)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 14 Sep 2021 11:00:30 +0000 (12:00 +0100)
commit12ed27863ea3148239ec368e16c1a0f937e4d9bd
treecae792ee4d4a0272844a0f45f7af6a7f7376214b
parentbf43a71a0a7f396434f6460b46e33eb00752f78d
iio: accel: Add driver support for ADXL355

ADXL355 is a 3-axis MEMS Accelerometer. It offers low noise density,
low 0g offset drift, low power with selectable measurement ranges.
It also features programmable high-pass and low-pass filters.

Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/adxl354_adxl355.pdf
Reviewed-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Puranjay Mohan <puranjay12@gmail.com>
Link: https://lore.kernel.org/r/20210811073027.124619-3-puranjay12@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
MAINTAINERS
drivers/iio/accel/Kconfig
drivers/iio/accel/Makefile
drivers/iio/accel/adxl355.h [new file with mode: 0644]
drivers/iio/accel/adxl355_core.c [new file with mode: 0644]
drivers/iio/accel/adxl355_i2c.c [new file with mode: 0644]
drivers/iio/accel/adxl355_spi.c [new file with mode: 0644]