Re: [PATCH] iio: frequency: adf4350: Replace indio_dev->mlock with own device lock

2020-08-29 Thread Jonathan Cameron
On Wed, 26 Aug 2020 09:42:57 +0300 Alexandru Ardelean wrote: > From: Sergiu Cuciurean > > As part of the general cleanup of indio_dev->mlock, this change replaces > it with a local lock on the device's state structure. > > Signed-off-by: Sergiu Cuciurean > Signed-off-by: Alexandru Ardelean >

[PATCH] iio: frequency: adf4350: Replace indio_dev->mlock with own device lock

2020-08-25 Thread Alexandru Ardelean
From: Sergiu Cuciurean As part of the general cleanup of indio_dev->mlock, this change replaces it with a local lock on the device's state structure. Signed-off-by: Sergiu Cuciurean Signed-off-by: Alexandru Ardelean --- drivers/iio/frequency/adf4350.c | 15 +-- 1 file changed, 9 i