Re: [PATCH] iio: dac: ti-dac7612: Replace indio_dev->mlock with own device lock

2020-08-29 Thread Jonathan Cameron
On Wed, 26 Aug 2020 09:40:28 +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: dac: ti-dac7612: Replace indio_dev->mlock with own device lock

2020-08-26 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/dac/ti-dac7612.c | 7 +-- 1 file changed, 5