Re: [PATCH v2 0/3] ngene: Replace semaphores with mutexes

2017-06-13 Thread Binoy Jayan
Hi Arnd, On 13 June 2017 at 15:19, Arnd Bergmann wrote: > On Tue, Jun 13, 2017 at 10:58 AM, Binoy Jayan wrote: >> These are a set of patches [v2] which removes semaphores from ngene. >> These are part of a bigger effort to eliminate unwanted semaphores >>

Re: [PATCH v2 0/3] ngene: Replace semaphores with mutexes

2017-06-13 Thread Arnd Bergmann
On Tue, Jun 13, 2017 at 10:58 AM, Binoy Jayan wrote: > These are a set of patches [v2] which removes semaphores from ngene. > These are part of a bigger effort to eliminate unwanted semaphores > from the linux kernel. All three Acked-by: Arnd Bergmann I

[PATCH v2 0/3] ngene: Replace semaphores with mutexes

2017-06-13 Thread Binoy Jayan
These are a set of patches [v2] which removes semaphores from ngene. These are part of a bigger effort to eliminate unwanted semaphores from the linux kernel. v1 --> v2 - Moved mutex_[lock/unlock] outside caller for stream_mutex mutex_lock converted to mutex_destroy in cmd_mutex Binoy