iio: accel: Add driver for the MiraMEMS DA280 3-axis 14-bit digital accelerometer
authorHans de Goede <hdegoede@redhat.com>
Sat, 8 Oct 2016 18:15:27 +0000 (20:15 +0200)
committerJonathan Cameron <jic23@kernel.org>
Tue, 11 Oct 2016 18:40:15 +0000 (19:40 +0100)
commitf225951dbb9d02c80d09cb81b070b3af73a68de9
tree0f7126d67450d875314735338237d8f56630222f
parenta13e831fcaa7e8af0387aef629d1835cf39c59f0
iio: accel: Add driver for the MiraMEMS DA280 3-axis 14-bit digital accelerometer

Add an iio driver for the MiraMEMS DA280 3-axis 14-bit accelerometer, as
well as for the DA226 which is a fully compatible 2-axis version.

Datasheets for the DA280 and DA226 can be found at the manufacturers site:
http://www.miramems.com/en/products.asp?list=1

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/i2c/trivial-devices.txt
drivers/iio/accel/Kconfig
drivers/iio/accel/Makefile
drivers/iio/accel/da280.c [new file with mode: 0644]