All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: wilc1000: semaphores to mutexes in host_interface
@ 2016-02-16  8:27 Alison Schofield
  2016-02-16  8:30 ` [PATCH 1/3] staging: wilc1000: host_interface: remove unused semaphores Alison Schofield
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Alison Schofield @ 2016-02-16  8:27 UTC (permalink / raw)
  To: outreachy-kernel

Patchset replaces semaphores with mutexes in the host_interface of 
wilc1000.  This is one piece of the task as listed in wilc1000/TODO.

Alison Schofield (3):
  staging: wilc1000: host_interface: remove unused semaphores
  staging: wilc1000: host_interface: replace semaphores with mutexes
  staging: wilc1000: host_interface: destroy mutexes at init/deinit

 drivers/staging/wilc1000/host_interface.c | 147 ++++++++++++++++--------------
 drivers/staging/wilc1000/host_interface.h |  12 +--
 2 files changed, 84 insertions(+), 75 deletions(-)

-- 
2.1.4



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

end of thread, other threads:[~2016-02-20  1:13 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-16  8:27 [PATCH 0/3] staging: wilc1000: semaphores to mutexes in host_interface Alison Schofield
2016-02-16  8:30 ` [PATCH 1/3] staging: wilc1000: host_interface: remove unused semaphores Alison Schofield
2016-02-16  8:33   ` [Outreachy kernel] " Arnd Bergmann
2016-02-19  6:45     ` Alison Schofield
2016-02-19  8:11       ` Arnd Bergmann
2016-02-16  8:31 ` [PATCH 2/3] staging: wilc1000: host_interface: replace semaphores with mutexes Alison Schofield
2016-02-16  8:46   ` [Outreachy kernel] " Arnd Bergmann
2016-02-16 17:36   ` Greg KH
2016-02-16 18:16   ` Alison Schofield
2016-02-16 21:34     ` [Outreachy kernel] " Arnd Bergmann
2016-02-19 19:42       ` Alison Schofield
2016-02-19 19:45   ` [PATCH] staging: wilc1000: replace semaphore get_inactive_time with a completion Alison Schofield
2016-02-19 21:03     ` [Outreachy kernel] " Arnd Bergmann
2016-02-20  0:54     ` Greg KH
2016-02-20  1:06       ` Alison Schofield
2016-02-20  1:13         ` Greg KH
2016-02-16  8:36 ` [PATCH 3/3] staging: wilc1000: host_interface: destroy mutexes at init/deinit Alison Schofield

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.