From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752563AbcFFFOL (ORCPT ); Mon, 6 Jun 2016 01:14:11 -0400 Received: from mail-pf0-f180.google.com ([209.85.192.180]:36510 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751125AbcFFFOK (ORCPT ); Mon, 6 Jun 2016 01:14:10 -0400 From: Binoy Jayan To: Greg Kroah-Hartman , Larry Finger Cc: Jakub Sitnicki , Arnd Bergmann , driverdev-devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, Binoy Jayan Subject: [PATCH v3 0/4] *** staging: r8188eu: Replace semaphores with mutexes or completions *** Date: Mon, 6 Jun 2016 10:43:51 +0530 Message-Id: <1465190035-10359-1-git-send-email-binoy.jayan@linaro.org> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: <1464947943-2008-1-git-send-email-binoy.jayan@linaro.org> References: <1464947943-2008-1-git-send-email-binoy.jayan@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, These are a set of patches [v3] which removes semaphores from: drivers/staging/rtl8188eu 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: "Realtek RTL8188EU Wireless LAN NIC driver" Incorporated changes w.r.t. review comments - Changed changelog in patch 3/4 - Changed subject line to have driver name r8188eu - Removed misplaced 'i' in subject of patch 1/4 Thanks, Binoy Binoy Jayan (4): staging: r8188eu: Replace semaphore cmd_queue_sema with completion staging: r8188eu: Replace semaphore terminate_cmdthread_sema with completion staging: r8188eu: pwrctrl_priv: Replace semaphore 'lock' with mutex staging: r8188eu: Remove unused semaphores drivers/staging/rtl8188eu/core/rtw_cmd.c | 12 ++++++------ drivers/staging/rtl8188eu/core/rtw_pwrctrl.c | 20 ++++++++++---------- drivers/staging/rtl8188eu/core/rtw_xmit.c | 4 ---- drivers/staging/rtl8188eu/include/osdep_service.h | 4 +--- drivers/staging/rtl8188eu/include/rtw_cmd.h | 4 ++-- drivers/staging/rtl8188eu/include/rtw_event.h | 2 +- drivers/staging/rtl8188eu/include/rtw_pwrctrl.h | 17 +---------------- drivers/staging/rtl8188eu/include/rtw_xmit.h | 3 --- drivers/staging/rtl8188eu/os_dep/os_intfs.c | 6 +++--- drivers/staging/rtl8188eu/os_dep/osdep_service.c | 7 ------- drivers/staging/rtl8188eu/os_dep/usb_intf.c | 8 ++++---- 11 files changed, 28 insertions(+), 59 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project