[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1497344330-13915-1-git-send-email-binoy.jayan@linaro.org>
Date: Tue, 13 Jun 2017 14:28:47 +0530
From: Binoy Jayan <binoy.jayan@...aro.org>
To: Binoy Jayan <binoy.jayan@...aro.org>
Cc: linux-kernel@...r.kernel.org, Arnd Bergmann <arnd@...db.de>,
Rajendra <rnayak@...eaurora.org>,
Mark Brown <broonie@...nel.org>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Sakari Ailus <sakari.ailus@...ux.intel.com>,
Julia Lawall <Julia.Lawall@...6.fr>,
"Michael S. Tsirkin" <mst@...hat.com>,
Cao jin <caoj.fnst@...fujitsu.com>, linux-media@...r.kernel.org
Subject: [PATCH v2 0/3] ngene: Replace semaphores with mutexes
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 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 | 32 ++++++++++++++------------------
drivers/media/pci/ngene/ngene-i2c.c | 6 +++---
drivers/media/pci/ngene/ngene.h | 6 +++---
3 files changed, 20 insertions(+), 24 deletions(-)
--
Binoy Jayan
Powered by blists - more mailing lists