All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Use mutex insted of semaphore
@ 2015-10-02 20:02 Ksenija Stanojevic
  2015-10-02 20:04 ` [PATCH v2 1/4] Staging: comedi: Use mutex instead of semaphore in usbduxsigma.c Ksenija Stanojevic
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Ksenija Stanojevic @ 2015-10-02 20:02 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Ksenija Stanojevic

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



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

end of thread, other threads:[~2015-10-03  8:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02 20:02 [PATCH v2 0/4] Use mutex insted of semaphore Ksenija Stanojevic
2015-10-02 20:04 ` [PATCH v2 1/4] Staging: comedi: Use mutex instead of semaphore in usbduxsigma.c Ksenija Stanojevic
2015-10-02 20:52   ` [Outreachy kernel] " Arnd Bergmann
2015-10-02 20:05 ` [PATCH v2 2/4] Staging: comedi: Use mutex instead of semaphore in usbdux.c Ksenija Stanojevic
2015-10-03  8:11   ` [Outreachy kernel] " Julia Lawall
2015-10-02 20:07 ` [PATCH v2 3/4] Staging: comedi: Use mutex instead of semaphore in usbduxfast.c Ksenija Stanojevic
2015-10-02 20:09 ` [PATCH v2 4/4] Staging: comedi: Use mutex instead of semaphore in ni_usb6501.c Ksenija Stanojevic

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.