Re: [PATCH v5 3/3] counter: 104-quad-8: Add lock guards - filter clock prescaler

From: Jonathan Cameron
Date: Sun Jun 14 2020 - 09:48:59 EST


On Sun, 7 Jun 2020 10:55:08 +0530
Syed Nayyar Waris <syednwaris@xxxxxxxxx> wrote:

> On Wed, Mar 18, 2020 at 7:48 AM William Breathitt Gray
> <vilhelm.gray@xxxxxxxxx> wrote:
> >
> > On Mon, Mar 16, 2020 at 06:20:46PM +0530, Syed Nayyar Waris wrote:
> > > Add lock protection from race conditions to the 104-quad-8 counter
> > > driver for filter clock prescaler code changes. Mutex calls used for
> > > protection.
> > >
> > > Signed-off-by: Syed Nayyar Waris <syednwaris@xxxxxxxxx>
> > > ---
> > > Changes in v5:
> > > - Change spin lock calls to mutex lock calls.
> > > - Modify the title description.
> >
> > Signed-off-by: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
>
> Adding the 'Fixes' tag:
>
> Fixes: 9b74dddf79be ("counter: 104-quad-8: Support Filter Clock Prescaler")
Replace hash with upstream one and applied to the fixes-togreg branch of iio.git
Thanks,

Jonathan

>
> Regards
> Syed Nayyar Waris