linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ngene: Replace semaphores with mutexes
@ 2017-06-08 10:04 Binoy Jayan
  2017-06-08 10:04 ` [PATCH 1/3] media: ngene: Replace semaphore cmd_mutex with mutex Binoy Jayan
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Binoy Jayan @ 2017-06-08 10:04 UTC (permalink / raw)
  To: Binoy Jayan
  Cc: linux-kernel, Arnd Bergmann, Rajendra, Mark Brown,
	Mauro Carvalho Chehab, Sakari Ailus, Julia Lawall,
	Michael S. Tsirkin, Cao jin, linux-media

These are a set of patches which removes semaphores from ngene.
These are part of a bigger effort to eliminate unwanted semaphores
from the linux kernel.

Binoy Jayan (3):
  media: ngene: Replace semaphore cmd_mutex with mutex
  media: ngene: Replace semaphore stream_mutex with mutex
  media: ngene: Replace semaphore i2c_switch_mutex with mutex

 drivers/media/pci/ngene/ngene-core.c | 28 ++++++++++++++--------------
 drivers/media/pci/ngene/ngene-i2c.c  |  6 +++---
 drivers/media/pci/ngene/ngene.h      |  6 +++---
 3 files changed, 20 insertions(+), 20 deletions(-)

-- 
Binoy Jayan

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-06-13  8:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-08 10:04 [PATCH 0/3] ngene: Replace semaphores with mutexes Binoy Jayan
2017-06-08 10:04 ` [PATCH 1/3] media: ngene: Replace semaphore cmd_mutex with mutex Binoy Jayan
2017-06-08 15:10   ` Arnd Bergmann
2017-06-09  4:37     ` Binoy Jayan
2017-06-09 10:36       ` Arnd Bergmann
2017-06-13  8:58         ` Binoy Jayan
2017-06-08 10:04 ` [PATCH 2/3] media: ngene: Replace semaphore stream_mutex " Binoy Jayan
2017-06-08 15:19   ` Arnd Bergmann
2017-06-08 10:04 ` [PATCH 3/3] media: ngene: Replace semaphore i2c_switch_mutex " Binoy Jayan
2017-06-08 15:17   ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).