On Wed, Mar 18, 2020 at 7:48 AM William Breathitt Gray <vilhelm.gray@xxxxxxxxx> wrote: > > On Mon, Mar 16, 2020 at 06:20:06PM +0530, Syed Nayyar Waris wrote: > > Add lock protection from race conditions to 104-quad-8 counter driver > > for differential encoder status code changes. Mutex lock 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. > > Looks like the Fixes tags were dropped in these last two patches. I > suppose they aren't really necessary though since these features haven't > yet made it out of the IIO tree, so no need to backport these fixes. > > Signed-off-by: William Breathitt Gray <vilhelm.gray@xxxxxxxxx> Adding the 'Fixes' tag: Fixes: bbef69e088c3 ("counter: 104-quad-8: Support Differential Encoder Cable Status") Regards Syed Nayyar Waris