iio: gyro: Add driver support for ADXRS290
authorNishant Malpani <nish.malpani25@gmail.com>
Sun, 26 Jul 2020 14:10:16 +0000 (19:40 +0530)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 22 Aug 2020 09:53:20 +0000 (10:53 +0100)
commit2c8920fff1457a41912e8d3e3b9eafb582656440
tree4130132cf16cff8adf23aee33d4dac1039163328
parent96f962511b0fddf0136aad89cd324e6af5f67d16
iio: gyro: Add driver support for ADXRS290

ADXRS290 is a high performance MEMS pitch and roll (dual-axis in-plane)
angular rate sensor (gyroscope) designed for use in stabilization
applications. It also features an internal temperature sensor and
programmable high-pass and low-pass filters.

Add support for ADXRS290 in direct-access mode for now.

Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/ADXRS290.pdf
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Nishant Malpani <nish.malpani25@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
MAINTAINERS
drivers/iio/gyro/Kconfig
drivers/iio/gyro/Makefile
drivers/iio/gyro/adxrs290.c [new file with mode: 0644]