Re: [PATCH 04/10] iio: imu: adis: create an unlocked version of adis_check_status()

2019-10-06 Thread Jonathan Cameron
On Thu, 26 Sep 2019 14:18:06 +0300 Alexandru Ardelean wrote: > This one also gets re-used in certain operations, so it makes sense to > have an unlocked version of this to group it with other > reads/writes/operations to have a single lock for the whole state change. > > Signed-off-by: Alexandru

[PATCH 04/10] iio: imu: adis: create an unlocked version of adis_check_status()

2019-09-26 Thread Alexandru Ardelean
This one also gets re-used in certain operations, so it makes sense to have an unlocked version of this to group it with other reads/writes/operations to have a single lock for the whole state change. Signed-off-by: Alexandru Ardelean --- drivers/iio/imu/adis.c | 8 include/linux