commit | 100bfa38c8cb81ccbbd17ee4f0c1164f455f6039 | [log] [tgz] |
---|---|---|
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | Fri Nov 22 15:24:13 2019 +0200 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sat Nov 23 12:00:04 2019 +0000 |
tree | 946c1badea8e9a93adc6d1d6f4074e501bed5526 | |
parent | 770d465619423a946248018ea39ed9a74c8f2ff4 [diff] |
iio: imu: adis[16480]: group RW into a single lock in adis_enable_irq() The adis_enable_irq() does a read & a write. This change keeps a lock for the duration of both operations vs for each op. The change is also needed in adis16480, since that has it's own implementation for adis_enable_irq(). Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>