Re: [PATCH] staging: vchiq: Fix local event signalling

2019-01-20 Thread Anisse Astier
Hi Phil, On Fri, Jan 11, 2019 at 11:34:53AM +, Phil Elwell wrote: > Prior to the recent event reworking (see Fixes), thread synchronisation > was implemented using completions, the worker thread being woken with > a call to complete(). The replacement uses waitqueues, which are more > like con

Re: [PATCH] staging: vchiq: Fix local event signalling

2019-01-11 Thread Stefan Wahren
> Phil Elwell hat am 11. Januar 2019 um 12:34 > geschrieben: > > > Prior to the recent event reworking (see Fixes), thread synchronisation > was implemented using completions, the worker thread being woken with > a call to complete(). The replacement uses waitqueues, which are more > like con