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

2020-08-26 Thread Alexandru Ardelean
On Wed, Aug 26, 2020 at 12:01 PM Fabrice Gasnier wrote: > > On 8/26/20 8:38 AM, 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. > > > > The patch also do

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

2020-08-26 Thread Fabrice Gasnier
On 8/26/20 8:38 AM, 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. > > The patch also does a minor whitespace change to align the 'lock' with the > 'common' fi

[PATCH] iio: stm32-dac: 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. The patch also does a minor whitespace change to align the 'lock' with the 'common' field via tabs. Signed-off-by: Sergiu Cuciurean Signed-off-b

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

2020-05-18 Thread Fabrice Gasnier
On 5/16/20 5:35 PM, Jonathan Cameron wrote: > On Thu, 14 May 2020 11:50:12 +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. >> >> Signed-off-by: Sergiu Cuciurean >> --- >> drive

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

2020-05-16 Thread Jonathan Cameron
On Thu, 14 May 2020 11:50:12 +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. > > Signed-off-by: Sergiu Cuciurean > --- > drivers/iio/dac/stm32-dac.c | 12 > 1 file chan

[PATCH] iio: stm32-dac: Replace indio_dev->mlock with own device lock

2020-05-14 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. Signed-off-by: Sergiu Cuciurean --- drivers/iio/dac/stm32-dac.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/iio/dac/stm32-da