iio: imu: Add support for Kionix KMX61 sensor
authorDaniel Baluta <daniel.baluta@intel.com>
Wed, 3 Dec 2014 13:31:48 +0000 (15:31 +0200)
committerJonathan Cameron <jic23@kernel.org>
Fri, 12 Dec 2014 13:43:54 +0000 (13:43 +0000)
commit20ffac278ebd64ad031149628560f47990910dd7
treed9b08835a4826bd5794b3231473e8c5e5f2e251b
parent3909a0713e19e75410c3ae2ea7dd1242af78b026
iio: imu: Add support for Kionix KMX61 sensor

Minimal implementation for KMX61 6-axis accelerometer/magnetometer. It exports
raw accel/magn readings together with scale and sampling frequency.

This driver uses two IIO devices one for accelerometer and one for magnetometer.

Datasheet will be available at:
http://www.kionix.com/6-axis-accelerometer-magnetometer/kmx61

Signed-off-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/imu/Kconfig
drivers/iio/imu/Makefile
drivers/iio/imu/kmx61.c [new file with mode: 0644]
This page took 0.025468 seconds and 5 git commands to generate.