public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] smartpqi: Remove semaphores
@ 2016-10-20  8:54 Binoy Jayan
  2016-10-20  8:54 ` [PATCH 1/2] scsi: smartpqi: Replace semaphore sync_request_sem with mutex Binoy Jayan
  2016-10-20  8:54 ` [PATCH 2/2] scsi: smartpqi: Replace semaphore lun_reset_sem " Binoy Jayan
  0 siblings, 2 replies; 9+ messages in thread
From: Binoy Jayan @ 2016-10-20  8:54 UTC (permalink / raw)
  To: James E.J. Bottomley, Martin K. Petersen
  Cc: kevin Barnett, Don Brace, Scott Benesh, Johannes Thumshirn,
	linux-scsi, Arnd Bergmann, linux-kernel, Binoy Jayan

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-10-24 10:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-20  8:54 [PATCH 0/2] smartpqi: Remove semaphores Binoy Jayan
2016-10-20  8:54 ` [PATCH 1/2] scsi: smartpqi: Replace semaphore sync_request_sem with mutex Binoy Jayan
2016-10-20  9:06   ` Arnd Bergmann
2016-10-24 10:04     ` Binoy Jayan
2016-10-24 10:10       ` Arnd Bergmann
2016-10-20  9:10   ` Arnd Bergmann
2016-10-24 10:09     ` Binoy Jayan
2016-10-20  8:54 ` [PATCH 2/2] scsi: smartpqi: Replace semaphore lun_reset_sem " Binoy Jayan
2016-10-20  9:08   ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox