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") Regards Syed Nayyar Waris