[PATCH 092/102] staging: rtl8192e: Rename IPSLeave_wq

2015-07-19 Thread Mateusz Kulikowski
Use naming schema found in other rtlwifi devices. Rename IPSLeave_wq to rtl92e_ips_leave_wq. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 3 ++- drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 2 +- 3 fil

[PATCH 057/102] staging: rtl8192e: Rename read_nic_dword

2015-07-19 Thread Mateusz Kulikowski
Use naming schema found in other rtlwifi devices. Rename read_nic_dword to rtl92e_readl. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 20 +++--- .../staging/rtl8192e/rtl8192e/r8192E_firmware.c| 8 +++--- drivers/staging/rtl8192e/rtl8192e

[PATCH 067/102] staging: rtl8192e: Rename rtl8192_tx_enable

2015-07-19 Thread Mateusz Kulikowski
Use naming schema found in other rtlwifi devices. Rename rtl8192_tx_enable to rtl92e_tx_enable. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 2 +

[PATCH 093/102] staging: rtl8192e: Rename LeisurePSEnter

2015-07-19 Thread Mateusz Kulikowski
Use naming schema found in other rtlwifi devices. Rename LeisurePSEnter to rtl92e_leisure_ps_enter. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +++--- drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 2

[PATCH 095/102] staging: rtl8192e: Rename rtl8192_hw_sleep_wq

2015-07-19 Thread Mateusz Kulikowski
Use naming schema found in other rtlwifi devices. Rename rtl8192_hw_sleep_wq to rtl92e_hw_sleep_wq. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 2 +-

[PATCH 072/102] staging: rtl8192e: Rename rtl819x_update_rxsignalstatistics8190pci

2015-07-19 Thread Mateusz Kulikowski
Use naming schema found in other rtlwifi devices. Rename rtl819x_update_rxsignalstatistics8190pci to rtl92e_update_rx_statistics. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 7 ++- drivers/stagi

[PATCH 097/102] staging: rtl8192e: Rename rtl8192_hw_wakeup

2015-07-19 Thread Mateusz Kulikowski
Use naming schema found in other rtlwifi devices. Rename rtl8192_hw_wakeup to rtl92e_hw_wakeup. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 8 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 2 +

[PATCH 096/102] staging: rtl8192e: Rename rtl8192_hw_to_sleep

2015-07-19 Thread Mateusz Kulikowski
Use naming schema found in other rtlwifi devices. Rename rtl8192_hw_to_sleep to rtl92e_enter_sleep. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 2 +-

[PATCH 094/102] staging: rtl8192e: Rename LeisurePSLeave

2015-07-19 Thread Mateusz Kulikowski
Use naming schema found in other rtlwifi devices. Rename LeisurePSLeave to rtl92e_leisure_ps_leave. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 10 +- drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +++--- drivers/staging/rtl8192e/rtl8192e/rtl_

[PATCH 098/102] staging: rtl8192e: Rename rtl8192_hw_wakeup_wq

2015-07-19 Thread Mateusz Kulikowski
Use naming schema found in other rtlwifi devices. Rename rtl8192_hw_wakeup_wq to rtl92e_hw_wakeup_wq. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 2 +

[PATCH 102/102] staging: rtl8192e: Rename init_hal_dm

2015-07-19 Thread Mateusz Kulikowski
Use naming schema found in other rtlwifi devices. Rename init_hal_dm to rtl92e_dm_init. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 2 +- 3 files cha

[PATCH 101/102] staging: rtl8192e: Rename init_firmware

2015-07-19 Thread Mateusz Kulikowski
Use naming schema found in other rtlwifi devices. Rename init_firmware to rtl92e_init_fw. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 2 +- drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c | 2 +- drivers/staging/rtl8192e/rtl8192e/r8192E_firmwar

[PATCH 100/102] staging: rtl8192e: Rename rtllib_ips_leave_wq

2015-07-19 Thread Mateusz Kulikowski
Use naming schema found in other rtlwifi devices. Rename rtllib_ips_leave_wq to rtl92e_rtllib_ips_leave_wq. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_ps.h

[PATCH 099/102] staging: rtl8192e: Rename rtllib_ips_leave

2015-07-19 Thread Mateusz Kulikowski
Use naming schema found in other rtlwifi devices. Rename rtllib_ips_leave to rtl92e_rtllib_ips_leave. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 2 +

Re: [PATCH 091/102] staging: rtl8192e: Rename IPSLeave

2015-07-19 Thread Mateusz Kulikowski
On 19.07.2015 19:33, Mateusz Kulikowski wrote: > Use naming schema found in other rtlwifi devices. > Rename IPSLeave to rtl92e_ips_leave. > > Signed-off-by: Mateusz Kulikowski > --- [...] Oops, I've broke the thread once gmail anti-spam filter interrupted submission. Greg - is it fine if it sta

Re: [patch 2/2 v2] Staging: rtl8192e: pointer math bug in rtllib_rx_DELBA()

2015-07-19 Thread Mateusz Kulikowski
On 19.07.2015 12:52, Dan Carpenter wrote: > The pointer math here was totally wrong so we were reading nonsense > information from beyond the end of the buffer. It could lead to an oops > if that memory wasn't mapped. > > The "pReasonCode" pointer is assigned but never used so I deleted it. > >

[PATCH] staging: fix to match 80-char rule

2015-07-19 Thread Mario Bambagini
Fixed comment line to match the 80-char rules. The line contained 81 characters. The file is fully compliant with the code style, now. Signed-off-by: Mario Bambagini --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/s

[PATCH] staging: lustre: make functions only used locally static

2015-07-19 Thread Kolbeinn Karlsson
Add a static modifier to two functions that have no separate declaration and are only used within the file they are defined in. This problem was reported by sparse. Signed-off-by: Kolbeinn Karlsson --- drivers/staging/lustre/lustre/ptlrpc/events.c | 4 ++-- 1 file changed, 2 insertions(+), 2 del

Re: [PATCH V2 0/6] iio: mxs-lradc: Clean up and add datasheet names

2015-07-19 Thread Dan Carpenter
On Sun, Jul 19, 2015 at 10:45:29AM +0100, Jonathan Cameron wrote: > Thanks for looking through these. > > Just to let you know, there is currently a rather extended discussion going > on (as part of a suggested topic for the kernel summit) about when reviewed-by > tags are appropriate. > > The g

Re: [PATCH V2 0/6] iio: mxs-lradc: Clean up and add datasheet names

2015-07-19 Thread Dan Carpenter
On Sun, Jul 19, 2015 at 11:33:43PM +0300, Dan Carpenter wrote: > I didn't necessarily read the thread that way, but the thread was > long... I read the thread as saying that you sometimes get: Reviewed-by: Some Person With no other comments and what does that even mean because you don't know wh

Re: [PATCH] staging: lustre: fixed symbols not being declared static

2015-07-19 Thread Dan Carpenter
On Sun, Jul 19, 2015 at 01:46:29PM +0300, Buţiu Alexandru Octavian wrote: > Fixed sparse warning symbol lnet_upcall and lnet_debug_log_upcall not being > declared static. > > Signed-off-by: Buţiu Alexandru Octavian > --- > drivers/staging/lustre/lustre/libcfs/linux/linux-debug.c | 5 +++-- > 1 f

Re: [PATCH V2 0/6] iio: mxs-lradc: Clean up and add datasheet names

2015-07-19 Thread Marek Vasut
On Sunday, July 19, 2015 at 10:49:47 PM, Dan Carpenter wrote: > On Sun, Jul 19, 2015 at 11:33:43PM +0300, Dan Carpenter wrote: > > I didn't necessarily read the thread that way, but the thread was > > long... > > I read the thread as saying that you sometimes get: > > Reviewed-by: Some Person H

Re: [PATCH V2 0/6] iio: mxs-lradc: Clean up and add datasheet names

2015-07-19 Thread Marek Vasut
On Sunday, July 19, 2015 at 11:45:29 AM, Jonathan Cameron wrote: > On 18/07/15 16:38, Marek Vasut wrote: > > On Saturday, July 18, 2015 at 02:30:40 PM, Stefan Wahren wrote: > >> This patch series does some clean up in mxs-lradc and finally add the > >> datasheet names for every usable channel. > >>

Re: [PATCH] staging: fix to match 80-char rule

2015-07-19 Thread Joe Perches
On Sun, 2015-07-19 at 20:41 +0200, Mario Bambagini wrote: > Fixed comment line to match the 80-char rules. > The line contained 81 characters. > The file is fully compliant with the code style, now. > > Signed-off-by: Mario Bambagini > --- > drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c | 2 +

[PATCH 0/5] Drivers: hv: vmbus: Miscellaneous improvements and fixes

2015-07-19 Thread K. Y. Srinivasan
In addition to a bug fix and some improvements to the way we distribute channel load amongst available CPUs, this patch set also includes an implementation of a clocksource based on the TSC page that Hyper-V supports. Christopher Oo (1): Drivers: hv_vmbus: Fix signal to host condition Dexuan Cu

[PATCH 3/5] Drivers: hv_vmbus: Fix signal to host condition

2015-07-19 Thread K. Y. Srinivasan
From: Christopher Oo Fixes a bug where previously hv_ringbuffer_read would pass in the old number of bytes available to read instead of the expected old read index when calculating when to signal to the host that the ringbuffer is empty. Since the previous write size is already saved, also change

[PATCH 5/5] Drivers: hv: vmbus: Implement a clocksource based on the TSC page

2015-07-19 Thread K. Y. Srinivasan
The current Hyper-V clock source is based on the per-partition reference counter and this counter is being accessed via s synthetic MSR - HV_X64_MSR_TIME_REF_COUNT. Hyper-V has a more efficient way of computing the per-partition reference counter value that does not involve reading a synthetic MSR

[PATCH 4/5] drivers/hv: Migrate to new 'set-state' interface

2015-07-19 Thread K. Y. Srinivasan
From: Viresh Kumar Migrate hv driver to the new 'set-state' interface provided by clockevents core, the earlier 'set-mode' interface is marked obsolete now. This also enables us to implement callbacks for new states of clockevent devices, for example: ONESHOT_STOPPED. Cc: "K. Y. Srinivasan" Cc

[PATCH 2/5] Drivers: hv: vmbus: Further improve CPU affiliation logic

2015-07-19 Thread K. Y. Srinivasan
From: Dexuan Cui Keep track of CPU affiliations of sub-channels within the scope of the primary channel. This will allow us to better distribute the load amongst available CPUs. Signed-off-by: Dexuan Cui Signed-off-by: K. Y. Srinivasan --- drivers/hv/channel_mgmt.c | 20 ++--

[PATCH 1/5] Drivers: hv: vmbus: Improve the CPU affiliation for channels

2015-07-19 Thread K. Y. Srinivasan
The current code tracks the assigned CPUs within a NUMA node in the context of the primary channel. So, if we have a VM with a single NUMA node with 8 VCPUs, we may end up unevenly distributing the channel load. Fix the issue by tracking affiliations globally. Signed-off-by: K. Y. Srinivasan --

Re: [PATCH 5/6] staging: rtl8188eu: stop using DBG_88E

2015-07-19 Thread Sudip Mukherjee
On Sat, Jul 18, 2015 at 08:03:27PM +0200, Jakub Sitnicki wrote: > On Sat, Jul 18, 2015 at 06:46 AM CEST, Sudip Mukherjee > wrote: > > On Fri, Jul 17, 2015 at 05:33:55PM +0200, Jakub Sitnicki wrote: > >> On Thu, Jul 16, 2015 at 01:28 PM CEST, Sudip Mukherjee > >> wrote: > >> > Stop using DBG_88E

RE: [V2 6/7] hvsock: introduce Hyper-V VM Sockets feature

2015-07-19 Thread Dexuan Cui
> -Original Message- > From: Vitaly Kuznetsov > Sent: Friday, July 17, 2015 23:04 > To: Dexuan Cui > Dexuan Cui writes: > > >> From: David Miller > >> Sent: Thursday, July 16, 2015 12:19 > >> > >> From: Dexuan Cui > >> Date: Tue, 14 Jul 2015 03:00:48 -0700 > >> > >> > +pr_debug("hv

Re: [PATCH 1/2] staging: media: lirc: fix various checkpatch warnings

2015-07-19 Thread Sudip Mukherjee
On Fri, Jul 17, 2015 at 10:57:44PM +0200, Maciek Borzecki wrote: > Remove unnecessary brakes where appropriate. brakes or braces? regards sudip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/

Re: [PATCH] staging: lirc: sasem: fix whitespace style issue

2015-07-19 Thread Sudip Mukherjee
On Sat, Jul 18, 2015 at 07:57:44AM +0300, Adi Ratiu wrote: > Signed-off-by: Adi Ratiu > --- Your patch seems to be corrupted (line wrapped?). And you have not mentioned any commit message. regards sudip ___ devel mailing list de...@linuxdriverproject.or

Re: [PATCH V2 2/2] staging: rtl8188eu: core: Use tabs for indentation

2015-07-19 Thread Sudip Mukherjee
On Sat, Jul 18, 2015 at 11:59:34AM +0200, Guillaume Bienkowski wrote: > Signed-off-by: Guillaume Bienkowski > --- > drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c > b/drivers/st

Re: [PATCH V2 2/2] staging: rtl8188eu: core: Use tabs for indentation

2015-07-19 Thread Guillaume Bienkowski
On Mon, Jul 20, 2015 at 11:18:10AM +0530, Sudip Mukherjee wrote: > On Sat, Jul 18, 2015 at 11:59:34AM +0200, Guillaume Bienkowski wrote: > > Signed-off-by: Guillaume Bienkowski > > --- > > drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[PATCH V3 1/2] staging: rtl8188eu: core: Fix space style errors

2015-07-19 Thread Guillaume Bienkowski
Signed-off-by: Guillaume Bienkowski --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 40 +-- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c index ba8f9aa..1a0

[PATCH V3 2/2] staging: rtl8188eu: core: Use tabs for indentation

2015-07-19 Thread Guillaume Bienkowski
Signed-off-by: Guillaume Bienkowski --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c index 1a00d1b0..23bc1bf 100644 --- a/drivers/sta

Re: [PATCH 1/2] staging: media: lirc: fix various checkpatch warnings

2015-07-19 Thread Maciek Borzecki
On Mon, Jul 20, 2015 at 7:38 AM, Sudip Mukherjee wrote: > On Fri, Jul 17, 2015 at 10:57:44PM +0200, Maciek Borzecki wrote: >> Remove unnecessary brakes where appropriate. > > brakes or braces? Right, I obviously meant braces. Unfortunate typo that the spellchecker is still fine with. Let me send

<    1   2