From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932232AbcFBHmg (ORCPT ); Thu, 2 Jun 2016 03:42:36 -0400 Received: from mout.kundenserver.de ([212.227.126.134]:57805 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932091AbcFBHme (ORCPT ); Thu, 2 Jun 2016 03:42:34 -0400 From: Arnd Bergmann To: Binoy Jayan Cc: Greg Kroah-Hartman , Larry Finger , Florian Schilhabel , driverdev-devel@linuxdriverproject.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/4] *** rtl8712: Replace semaphores with mutex / completions *** Date: Thu, 02 Jun 2016 09:43:03 +0200 Message-ID: <36502370.4CHTSZ0bH6@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-22-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <1464841450-24772-1-git-send-email-binoy.jayan@linaro.org> References: <1464841450-24772-1-git-send-email-binoy.jayan@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:3JDClQ/xBuhz0RDi6xdfnEllP+xvVGxx7UX0OOipur6eivw0ouK waw9oCyGXeWG8pYCVP/ofDec+HkLpQftwXGPZk0Ll2itxLLCh0HtLKL9UkTDPMFV0nRN6LB ZVm08FfSkPRbSVcjJKZbHdl4+9bZzxF4Q9PRf8xERZBws0uW5BcRlpXWZMX3gvVCzwRalM/ 5IyGrJW5BwhxJLgam/svQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:0wvlJCRPDoE=:4zUhScz6U4kv0+vL57BBbF 49+TOrcPuBDUtSk8g1bxHddobz5Z6ouXSZk0O3QuOZ6teQaZUHgFGtQ1bOe8jexr4XmmhOHwY ltG6r3GfFMzU7lidovsPGoRdOtzR4DKPzFe5onRd6Um2rGhKP4a1ve4hA2n5hwh988XgSAOdZ oHu7c0btB3Rws6auvWCN1L/cwJjos0KAo1qCFmt2i4+Xslbld4ShzrK66x+fyVSYbYVTuY1sV zy46qGXLGy+fh5Fyi16+2P+BUmMbfVn7rarfH2GI9IbwDNtmah1qPDUPfdUKwRFgQDFziKhG9 50y6p8dLfYQycu+qYEtrp6LBbA6x4CapWR3zO8856mAQqpK07RZFC4QpTTp8ZJm1Z5+ep1K64 BWbCuTCexoK8BLL0iOY8jB3NjUOfSnwxc3cLfN1ysOBufP/3mVqMy0aQUIMy+/foxDER7rSZo 0+KoqIfSFirtjsmoQOjoqrAV6bpbLLKTBXPsgCc7w5o4QhYB0hURNFlnxAXrX6fN6TfdQEzIp gv9Oxj0jhg0w8DSqznNY+mH+i9NQsCLiS34sqg02R9x8EtI9wqELqtFG8sDtUAFfJjXuHsmG1 TfDdfUuSBO81awir5vMsfnlmEd+Rx0H9Mt8jVzSqvTJGbwevnd5OqIKHz7dN5CaRHonjE0Bjf 7lxivbLwNl2SuMeIpYuv2mTGtAQgGod4Di1EoKxKsqfgT0aqNPRFdjUrzPmQemb4Lm7IbtRDo 7cCtc8NvgLuP9/bU Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, June 2, 2016 9:54:06 AM CEST Binoy Jayan wrote: > Hi, > > These are a set of patches [v2] which removes semaphores from: > > drivers/staging/rtl8712 > > They build correctly (individually and as a whole). > NB: I have not tested this as I do not have the following hardware: > > "RealTek RTL8712U (RTL8192SU) Wireless LAN NIC driver" > > Rework on comments w.r.t. PATCH v1: > > - Removed wrapper functions _wait_completion, _down_sema and _enter_pwrlock > - Updated changelog to explain use of mutex_lock instead of > mutex_lock_interruptible in [PATCH v2 4/4] > All four look great now, Reviewed-by: Arnd Bergmann