From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757683AbcFAJ12 (ORCPT ); Wed, 1 Jun 2016 05:27:28 -0400 Received: from mail-pf0-f179.google.com ([209.85.192.179]:36424 "EHLO mail-pf0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757582AbcFAJ1Z (ORCPT ); Wed, 1 Jun 2016 05:27:25 -0400 From: Binoy Jayan To: Greg Kroah-Hartman Cc: Arnd Bergmann , Mateusz Kulikowski , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Binoy Jayan Subject: [PATCH 0/5] *** rtl8192e: Replace semaphore with mutex *** Date: Wed, 1 Jun 2016 14:56:51 +0530 Message-Id: <1464773216-32014-1-git-send-email-binoy.jayan@linaro.org> X-Mailer: git-send-email 1.8.2.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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