Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935157AbcJTIyN (ORCPT ); Thu, 20 Oct 2016 04:54:13 -0400 Received: from mail-pf0-f180.google.com ([209.85.192.180]:36127 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932905AbcJTIyL (ORCPT ); Thu, 20 Oct 2016 04:54:11 -0400 From: Binoy Jayan To: "James E.J. Bottomley" , "Martin K. Petersen" Cc: kevin Barnett , Don Brace , Scott Benesh , Johannes Thumshirn , linux-scsi@vger.kernel.org, Arnd Bergmann , linux-kernel@vger.kernel.org, Binoy Jayan Subject: [PATCH 0/2] smartpqi: Remove semaphores Date: Thu, 20 Oct 2016 14:24:00 +0530 Message-Id: <1476953642-2160-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 Content-Length: 634 Lines: 20 Hi, The following are a set of patches which removes semaphores from scsi/smartpqi. These are part of a bigger effort to eliminate all semaphores from the linux kernel. Thanks, Binoy Binoy Jayan (2): scsi: smartpqi: Replace semaphore sync_request_sem with mutex scsi: smartpqi: Replace semaphore lun_reset_sem with mutex drivers/scsi/smartpqi/smartpqi.h | 6 ++++-- drivers/scsi/smartpqi/smartpqi_init.c | 37 +++++++++-------------------------- 2 files changed, 13 insertions(+), 30 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project