iio: accel: add support for the Domintech DMARD09 3-axis accelerometer
authorJelle van der Waa <jelle@vdwaa.nl>
Tue, 26 Jul 2016 21:23:48 +0000 (23:23 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 21 Aug 2016 09:52:08 +0000 (10:52 +0100)
commita4fa6509dda47e51c3582409e8630b24702970c5
treedba958f37e94edb90e5afdab467ff243e9cb7f1b
parentb1b79f53278f2e2ec07fc8a899068fcc04ca439b
iio: accel: add support for the Domintech DMARD09 3-axis accelerometer

Minimal implementation of an IIO driver for the Domintech DMARD09 3-axis
accelerometer. Only supports reading the x,y,z axes at the moment.

Implementation based on the Android driver from the Acer Liquid E2
kernel sources.

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
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/dmard09.c [new file with mode: 0644]