iio: adxl372: New driver for Analog Devices ADXL372 Accelerometer
authorStefan Popa <stefan.popa@analog.com>
Fri, 10 Aug 2018 08:46:18 +0000 (11:46 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 19 Aug 2018 17:02:22 +0000 (18:02 +0100)
commit4097da40f9264ab75f256ec7f097cfff2710cc0a
treeb8a223d3032542f18cc19d7bbd89309bc15e6a2c
parent4d0434f1297c25c2adbd188888367b534e0aff87
iio: adxl372: New driver for Analog Devices ADXL372 Accelerometer

This patch adds basic support for Analog Devices ADXL372 SPI-Bus
Three-Axis Digital Accelerometer.

The device is probed and configured the with some initial default
values. With this basic driver, it is possible to read raw acceleration
data.

Datasheet:
http://www.analog.com/media/en/technical-documentation/data-sheets/ADXL372.pdf

Signed-off-by: Stefan Popa <stefan.popa@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
MAINTAINERS
drivers/iio/accel/Kconfig
drivers/iio/accel/Makefile
drivers/iio/accel/adxl372.c [new file with mode: 0644]