Re: [PATCH] hwspinlock: stm32: implement the relax() ops

2019-06-29 Thread Bjorn Andersson
On Thu 07 Mar 07:42 PST 2019, Fabien Dessenne wrote: > Implement this optional ops, called by hwspinlock core while spinning on > a lock, between two successive invocations of trylock(). > > Signed-off-by: Fabien Dessenne Applied Thanks, Bjorn > --- > drivers/hwspinlock/stm32_hwspinlock.c |

Re: [PATCH] hwspinlock: stm32: implement the relax() ops

2019-05-13 Thread Fabien DESSENNE
Hi Any further comments? Fabien On 08/03/2019 1:42 PM, Benjamin Gaignard wrote: > Le jeu. 7 mars 2019 à 16:42, Fabien Dessenne a écrit > : >> Implement this optional ops, called by hwspinlock core while spinning on >> a lock, between two successive invocations of trylock(). >> >>

Re: [PATCH] hwspinlock: stm32: implement the relax() ops

2019-03-08 Thread Benjamin Gaignard
Le jeu. 7 mars 2019 à 16:42, Fabien Dessenne a écrit : > > Implement this optional ops, called by hwspinlock core while spinning on > a lock, between two successive invocations of trylock(). > > Signed-off-by: Fabien Dessenne Reviewed-by: Benjamin Gaignard > --- >

[PATCH] hwspinlock: stm32: implement the relax() ops

2019-03-07 Thread Fabien Dessenne
Implement this optional ops, called by hwspinlock core while spinning on a lock, between two successive invocations of trylock(). Signed-off-by: Fabien Dessenne --- drivers/hwspinlock/stm32_hwspinlock.c | 7 +++ 1 file changed, 7 insertions(+) diff --git