[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1465968271-21540-1-git-send-email-binoy.jayan@linaro.org>
Date: Wed, 15 Jun 2016 10:54:26 +0530
From: Binoy Jayan <binoy.jayan@...aro.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Johnny Kim <johnny.kim@...el.com>,
Austin Shin <austin.shin@...el.com>,
Chris Park <chris.park@...el.com>,
Tony Cho <tony.cho@...el.com>, Glen Lee <glen.lee@...el.com>,
Leo Kim <leo.kim@...el.com>, Arnd Bergmann <arnd@...db.de>,
linux-wireless@...r.kernel.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, Binoy Jayan <binoy.jayan@...aro.org>
Subject: [PATCH v2 0/5] *** staging: wilc1000: Replace semaphores with mutexes or completions ***
These are a set of patches [v2] which removes semaphores from:
drivers/staging/wilc1000
These are part of a bigger effort to eliminate all semaphores
from the linux kernel.
They build correctly (individually and as a whole).
NB: The changes are untested
Changes w.r.t. review comments on v1
1. Whitespace removed in patch 3
2. Removed semaphore 'close_exit_sync'
3. To rework on patch 6 and send in a seperate patch series
Binoy Jayan (5):
staging: wilc1000: Replace semaphore txq_event with completion
staging: wilc1000: Replace semaphore txq_add_to_head_cs with mutex
staging: wilc1000: Replace semaphore cfg_event with completion
staging: wilc1000: Replace semaphore sync_event with completion
staging: wilc1000: Remove semaphore close_exit_sync
drivers/staging/wilc1000/linux_wlan.c | 31 ++++++++++--------------
drivers/staging/wilc1000/wilc_wfi_netdevice.h | 10 ++++----
drivers/staging/wilc1000/wilc_wlan.c | 34 +++++++++++++--------------
3 files changed, 35 insertions(+), 40 deletions(-)
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
Powered by blists - more mailing lists