Re: [PATCH v2] iio: dac: ad5592r-base: Replace indio_dev->mlock with own device lock

2020-05-21 Thread Jonathan Cameron
On Wed, 20 May 2020 15:02:01 +0300 Sergiu Cuciurean wrote: > As part of the general cleanup of indio_dev->mlock, this change replaces > it with a local lock on the device's state structure. > This also removes unused iio_dev pointers. > > Signed-off-by: Sergiu Cuciurean Applied to the togreg

[PATCH v2] iio: dac: ad5592r-base: Replace indio_dev->mlock with own device lock

2020-05-20 Thread 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. This also removes unused iio_dev pointers. Signed-off-by: Sergiu Cuciurean --- drivers/iio/dac/ad5592r-base.c | 30 +++---