From: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
Subject: [PATCH 0/4] Use mutex instead of semaphore
Date: Thu, 1 Oct 2015 18:05:57 +0200 [thread overview]
Message-ID: <cover.1443715371.git.ksenija.stanojevic@gmail.com> (raw)
This patchset replaces binary semaphore with mutex in comedi drivers.
Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
Ksenija Stanojevic (4):
Staging: comedi: Use mutex instead of semaphore
Staging: comedi: Use mutex instead of semaphore
Staging: comedi: Use mutex instead of semaphore
Staging: comedi: Use mutex instead of semaphore
drivers/staging/comedi/drivers/ni_usb6501.c | 16 +++----
drivers/staging/comedi/drivers/usbdux.c | 64 ++++++++++++-------------
drivers/staging/comedi/drivers/usbduxfast.c | 36 +++++++-------
drivers/staging/comedi/drivers/usbduxsigma.c | 70 ++++++++++++++--------------
4 files changed, 93 insertions(+), 93 deletions(-)
--
1.9.1
next reply other threads:[~2015-10-01 16:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-01 16:05 Ksenija Stanojevic [this message]
2015-10-01 16:06 ` [PATCH 1/4] Staging: comedi: Use mutex instead of semaphore Ksenija Stanojevic
2015-10-01 16:07 ` [PATCH 2/4] " Ksenija Stanojevic
2015-10-01 16:07 ` [PATCH 3/4] " Ksenija Stanojevic
2015-10-01 16:08 ` [PATCH 4/4] " Ksenija Stanojevic
2015-10-01 20:28 ` [Outreachy kernel] [PATCH 0/4] " Arnd Bergmann
2015-10-02 5:17 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1443715371.git.ksenija.stanojevic@gmail.com \
--to=ksenija.stanojevic@gmail.com \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.