Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1411024 > unrolled thread

[PATCH 0/5] *** rtl8192e: Replace semaphore with mutex ***

Started byBinoy Jayan <binoy.jayan@linaro.org>
First post2016-06-01 11:30 +0200
Last post2016-06-01 14:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/5] *** rtl8192e: Replace semaphore with mutex *** Binoy Jayan <binoy.jayan@linaro.org> - 2016-06-01 11:30 +0200
    Re: [PATCH 0/5] *** rtl8192e: Replace semaphore with mutex *** Arnd Bergmann <arnd@arndb.de> - 2016-06-01 14:40 +0200

#1411024 — [PATCH 0/5] *** rtl8192e: Replace semaphore with mutex ***

FromBinoy Jayan <binoy.jayan@linaro.org>
Date2016-06-01 11:30 +0200
Subject[PATCH 0/5] *** rtl8192e: Replace semaphore with mutex ***
Message-ID<rFaDn-6Ci-7@gated-at.bofh.it>
Resending the same patchset by adding the following lists: 
 devel@driverdev.osuosl.org
 linux-kernel@vger.kernel.org

Hi,

These are a set of patches towards the removing semaphores. 
They build correctly (individually and as a whole).
Is there any way to get this tested as I do not have the following hardware:

"RealTek RTL8192E Wireless LAN NIC driver"

Thanks,
Binoy

Binoy Jayan (5):
  rtl8192e: rtllib_device: Replace semaphore wx_sem with mutex
  rtl8192e: r8192_priv: Replace semaphore wx_sem with mutex
  rtl8192e: Replace semaphore rf_sem with mutex
  rtl8192e: Replace semaphore scan_sem with mutex
  rtl8192e: Replace semaphore ips_sem with mutex

 drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c |   4 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_cam.c    |   4 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c   |  34 +++----
 drivers/staging/rtl8192e/rtl8192e/rtl_core.h   |   4 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c     |   8 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c     | 120 ++++++++++++-------------
 drivers/staging/rtl8192e/rtllib.h              |  10 +--
 drivers/staging/rtl8192e/rtllib_softmac.c      |  58 ++++++------
 drivers/staging/rtl8192e/rtllib_softmac_wx.c   |  34 +++----
 drivers/staging/rtl8192e/rtllib_wx.c           |  10 +--
 10 files changed, 142 insertions(+), 144 deletions(-)

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

[toc] | [next] | [standalone]


#1411163

FromArnd Bergmann <arnd@arndb.de>
Date2016-06-01 14:40 +0200
Message-ID<rFdBh-8pl-41@gated-at.bofh.it>
In reply to#1411024
On Wednesday, June 1, 2016 2:56:51 PM CEST Binoy Jayan wrote:
> Resending the same patchset by adding the following lists: 
>  devel@driverdev.osuosl.org
>  linux-kernel@vger.kernel.org
> 
> Hi,
> 
> These are a set of patches towards the removing semaphores. 
> They build correctly (individually and as a whole).
> Is there any way to get this tested as I do not have the following hardware:
> 
> "RealTek RTL8192E Wireless LAN NIC driver"


All five patches

Reviewed-by: Arnd Bergmann <arnd@arndb.de>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web