linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] *** r8723au: Replace semaphore lock with mutex ***
@ 2016-06-08  7:40 Binoy Jayan
  2016-06-08  7:40 ` [PATCH 1/2] staging: r8723au: pwrctrl_priv: Replace semaphore lock with mutex Binoy Jayan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Binoy Jayan @ 2016-06-08  7:40 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Larry Finger, Jes Sorensen
  Cc: Arnd Bergmann, driverdev-devel, linux-kernel, linux-wireless,
	Binoy Jayan

Hi,

These are a set of patches which removes semaphores from:

drivers/staging/rtl8723au

These are part of a bigger effort to eliminate all semaphores 
from the linux kernel.

They build correctly (individually and as a whole).
NB: I have not tested this as I do not have the following hardware:

R8723AU
"Realtek RTL8723AU Wireless LAN NIC driver"

Thanks,
Binoy

Binoy Jayan (2):
  staging: r8723au: pwrctrl_priv: Replace semaphore lock with mutex
  staging: r8723au: Remove unused semaphores

 drivers/staging/rtl8723au/core/rtw_pwrctrl.c      | 11 ++++++-----
 drivers/staging/rtl8723au/core/rtw_xmit.c         |  4 ----
 drivers/staging/rtl8723au/include/osdep_service.h |  1 -
 drivers/staging/rtl8723au/include/rtw_io.h        |  2 --
 drivers/staging/rtl8723au/include/rtw_pwrctrl.h   |  3 ++-
 drivers/staging/rtl8723au/include/rtw_xmit.h      |  5 -----
 drivers/staging/rtl8723au/os_dep/usb_intf.c       | 11 ++++++-----
 7 files changed, 14 insertions(+), 23 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2016-06-08 15:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-08  7:40 [PATCH 0/2] *** r8723au: Replace semaphore lock with mutex *** Binoy Jayan
2016-06-08  7:40 ` [PATCH 1/2] staging: r8723au: pwrctrl_priv: Replace semaphore lock with mutex Binoy Jayan
2016-06-08  7:40 ` [PATCH 2/2] staging: r8723au: Remove unused semaphores Binoy Jayan
2016-06-08 12:21 ` [PATCH 0/2] *** r8723au: Replace semaphore lock with mutex *** Jes Sorensen
2016-06-08 15:38 ` 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).