iio: inv-mpu: Specify the expected format/precision for write channels
authorAdriana Reus <adriana.reus@intel.com>
Fri, 12 Jun 2015 15:10:23 +0000 (18:10 +0300)
committerJonathan Cameron <jic23@kernel.org>
Sat, 13 Jun 2015 17:57:53 +0000 (18:57 +0100)
commit6a3c45bb5a385be7049a7725a4fe93eaa76915f4
tree8d12f5508db7aad747d9e30fe629174e1dae134f
parent6c0d48cb29c29b306ba3548afb45154d22eb4d78
iio: inv-mpu: Specify the expected format/precision for write channels

The gyroscope needs IIO_VAL_INT_PLUS_NANO for the scale channel and
unless specified write returns MICRO by default.
This needs to be properly specified so that write operations into scale
have the expected behaviour.

Signed-off-by: Adriana Reus <adriana.reus@intel.com>
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c