Re: [PATCH] iio: imu: adis16480: Fix acceleration scale factor for adis16480

2017-08-09 Thread Jonathan Cameron
On Fri, 4 Aug 2017 05:49:32 +0200 Lars-Peter Clausen wrote: > On 08/04/2017 12:37 AM, Dragos Bogdan wrote: > > According to the datasheet, the range of the acceleration is [-10 g, + 10 > > g], > > so the scale factor should be 10 instead of 5. > > > > Signed-off-by: Dragos Bogdan > > Acked-

Re: [PATCH] iio: imu: adis16480: Fix acceleration scale factor for adis16480

2017-08-03 Thread Lars-Peter Clausen
On 08/04/2017 12:37 AM, Dragos Bogdan wrote: > According to the datasheet, the range of the acceleration is [-10 g, + 10 g], > so the scale factor should be 10 instead of 5. > > Signed-off-by: Dragos Bogdan Acked-by: Lars-Peter Clausen Thanks. > --- > drivers/iio/imu/adis16480.c | 2 +- > 1

[PATCH] iio: imu: adis16480: Fix acceleration scale factor for adis16480

2017-08-03 Thread Dragos Bogdan
According to the datasheet, the range of the acceleration is [-10 g, + 10 g], so the scale factor should be 10 instead of 5. Signed-off-by: Dragos Bogdan --- drivers/iio/imu/adis16480.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/imu/adis16480.c b/drivers/iio/