From: Lars-Peter Clausen Date: Fri, 15 Apr 2016 14:59:40 +0000 (+0200) Subject: staging:iio:adis16203: Set self_test_no_autoclear flag X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=26d96e8ea9912d9fc7c48339ed6cf5642390ffff;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git staging:iio:adis16203: Set self_test_no_autoclear flag The ADIS16201 does not automatically clear the self test flag bit the self test has been, so clear it manually. Otherwise we'll see a offset caused by the self-test bias on the output values during normal operation. Signed-off-by: Lars-Peter Clausen Signed-off-by: Jonathan Cameron --- diff --git a/drivers/staging/iio/accel/adis16203_core.c b/drivers/staging/iio/accel/adis16203_core.c index de5b84ac842b..c70671778bae 100644 --- a/drivers/staging/iio/accel/adis16203_core.c +++ b/drivers/staging/iio/accel/adis16203_core.c @@ -134,6 +134,7 @@ static const struct adis_data adis16203_data = { .diag_stat_reg = ADIS16203_DIAG_STAT, .self_test_mask = ADIS16203_MSC_CTRL_SELF_TEST_EN, + .self_test_no_autoclear = true, .startup_delay = ADIS16203_STARTUP_DELAY, .status_error_msgs = adis16203_status_error_msgs,