[PATCH 3/4] rtl8712: intf_priv: Replace semaphore lock with completion

2016-05-31 Thread Binoy Jayan
The semaphore 'lock' in 'intf_priv' is used as completion, so convert it to a struct completion type. Signed-off-by: Binoy Jayan --- This patch depends on the following patch: rtl8712: Replace semaphore terminate_cmdthread_sema with completion drivers/staging/rtl8712/osdep_intf.h| 2 +- dr

[PATCH 4/4] rtl8712: pwrctrl_priv: Replace semaphore lock with mutex

2016-05-31 Thread Binoy Jayan
The semaphore 'lock' in 'pwrctrl_priv' is used as a simple mutex, so it should be written as one. Semaphores are going away in the future. Signed-off-by: Binoy Jayan --- This patch depends on the following patch: rtl8712: intf_priv: Replace semaphore lock with completion drivers/staging/rtl87

[PATCH 1/4] rtl8712: Replace semaphore cmd_queue_sema with completion

2016-05-31 Thread Binoy Jayan
The semaphore 'cmd_queue_sema' is used as completion, so convert it to a struct completion type. Signed-off-by: Binoy Jayan --- drivers/staging/rtl8712/os_intfs.c| 2 +- drivers/staging/rtl8712/osdep_service.h | 7 +++ drivers/staging/rtl8712/rtl8712_cmd.c | 2 +- drivers/stagi

[PATCH 2649/2649] Staging: comedi : fixed a camel case style issue

2016-05-31 Thread Ashwin
From: Ashwin R Fixed a coding style issue. Signed-off-by: Ashwin R --- drivers/staging/comedi/drivers/addi-data/hwdrv_apci3501.c | 2 +- drivers/staging/comedi/drivers/addi_apci_3501.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/comedi/dri

Re: [PATCH 2649/2649] Staging: comedi : fixed a camel case style issue

2016-05-31 Thread Greg KH
On Tue, May 31, 2016 at 11:00:01PM -0700, Ashwin wrote: > From: Ashwin R I need a "full" name here, and in the signed-off-by line please. thanks, greg k-h ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mail

RE: [PATCH v3] Drivers: hv: vmbus: fix the race when querying & updating the percpu list

2016-05-31 Thread Dexuan Cui
> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] > Sent: Wednesday, June 1, 2016 0:27 > To: Dexuan Cui > Cc: gre...@linuxfoundation.org; linux-ker...@vger.kernel.org; driverdev- > de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; > jasow...@redhat.com; KY Srinivasan ; Haiyang

Re: [PATCH v2 10/27] staging: unisys: visorinput: remove unnecessary locking

2016-05-31 Thread Thomas Gleixner
On Tue, 31 May 2016, David Kershner wrote: > + /* > + * If we're not paused, really enable interrupts. > + * Regardless of whether we are paused, set a flag indicating > + * interrupts should be enabled so when we resume, interrupts > + * will really be enabled. > + */

Re: [PATCH v2 20/27] staging: unisys: visorbus: make visorchannel function descriptions more kerneldoc-like

2016-05-31 Thread Thomas Gleixner
On Tue, 31 May 2016, David Kershner wrote: > From: David Binder > > Per audit feedback from Thomas Gleixner, function descriptions in > visorchannel.c now utilize a more kerneldoc-like formatting. The affected > comments do not implement other kerneldoc requirements. That was not my feedback.

Re: [PATCH v2 13/27] staging: unisys: visorbus: Make visordriver_callback_lock a mutex

2016-05-31 Thread Thomas Gleixner
On Tue, 31 May 2016, David Kershner wrote: > From: Bryan Thompson > > visordriver_callback_lock is just a binary semaphore that logically > makes more sense as a mutex. > > Signed-off-by: Bryan Thompson > Signed-off-by: David Kershner > Reviewed-by: Tim Sell > --- > drivers/staging/unisys/i

<    1   2