Re: [PATCH 10/10] iio: imu: adis16480: use state lock for filter freq set

2019-10-06 Thread Jonathan Cameron
On Thu, 26 Sep 2019 14:18:12 +0300 Alexandru Ardelean wrote: > It's the only operation that does 2 operations (a read & a write), so the > unlocked functions can be used under a single state lock. > > Signed-off-by: Alexandru Ardelean Applied to the togreg branch of iio.git and pushed out as te

[PATCH 10/10] iio: imu: adis16480: use state lock for filter freq set

2019-09-26 Thread Alexandru Ardelean
It's the only operation that does 2 operations (a read & a write), so the unlocked functions can be used under a single state lock. Signed-off-by: Alexandru Ardelean --- drivers/iio/imu/adis16480.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/drivers/iio/imu