RE: [PATCH v2 1/1] drivers:hv:vmbus drivers:hv:vmbus Allow for more than one MMIO range for children

2015-02-06 Thread Jake Oshins
> > -Original Message- > > From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] > > Sent: Friday, February 6, 2015 7:04 AM > > To: Jake Oshins > > Cc: gre...@linuxfoundation.org; KY Srinivasan; linux-ker...@vger.kernel.org; > > de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com

Re: [PATCH v3 02/20] power_supply: Move run-time configuration to separate structure

2015-02-06 Thread Darren Hart
On Fri, Jan 30, 2015 at 03:47:40PM +0100, Krzysztof Kozlowski wrote: > Add new structure 'power_supply_config' for holding run-time > initialization data like of_node, supplies and private driver data. > > The power_supply_register() function is changed so all power supply > drivers need updating.

RE: [PATCH v2 1/1] drivers:hv:vmbus drivers:hv:vmbus Allow for more than one MMIO range for children

2015-02-06 Thread Jake Oshins
> -Original Message- > From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] > Sent: Friday, February 6, 2015 7:04 AM > To: Jake Oshins > Cc: gre...@linuxfoundation.org; KY Srinivasan; linux-ker...@vger.kernel.org; > de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com > Subject:

Re: [PATCH v2 1/1] drivers:hv:vmbus drivers:hv:vmbus Allow for more than one MMIO range for children

2015-02-06 Thread Vitaly Kuznetsov
Jake Oshins writes: > This set of changes finds the _CRS object in the ACPI namespace > that contains memory address space descriptors, intended to convey > to VMBus which ranges of memory-mapped I/O space are available for > child devices, and then builds a resource list that contains all > thos

Re: [PATCH v3 20/20] arm: mach-pxa: Decrement the power supply's device reference counter

2015-02-06 Thread Pavel Machek
On Fri 2015-02-06 15:43:08, Krzysztof Kozlowski wrote: > On pią, 2015-02-06 at 14:49 +0100, Pavel Machek wrote: > > On Fri 2015-01-30 15:47:58, Krzysztof Kozlowski wrote: > > > Use power_supply_put() to decrement the power supply's device reference > > > counter. > > > > > > Signed-off-by: Krzyszt

RE: [PATCH 0/4] Drivers: hv: Further protection for the rescind path

2015-02-06 Thread Dexuan Cui
> -Original Message- > From: KY Srinivasan > Sent: Friday, February 6, 2015 6:47 AM > To: Dexuan Cui; Vitaly Kuznetsov > Cc: de...@linuxdriverproject.org; Haiyang Zhang; linux-ker...@vger.kernel.org; > Jason Wang > Subject: RE: [PATCH 0/4] Drivers: hv: Further protection for the rescind pat

Re: [PATCH v3 20/20] arm: mach-pxa: Decrement the power supply's device reference counter

2015-02-06 Thread Krzysztof Kozlowski
On pią, 2015-02-06 at 14:49 +0100, Pavel Machek wrote: > On Fri 2015-01-30 15:47:58, Krzysztof Kozlowski wrote: > > Use power_supply_put() to decrement the power supply's device reference > > counter. > > > > Signed-off-by: Krzysztof Kozlowski > > Reviewed-by: Bartlomiej Zolnierkiewicz > > Revie

Re: [PATCH v2] staging: rtl8192u: r8192U_core: Fix for possible null pointer dereference

2015-02-06 Thread Sudip Mukherjee
On Thu, Feb 05, 2015 at 06:39:13PM +0100, Rickard Strandqvist wrote: > 2015-02-05 13:51 GMT+01:00 Dan Carpenter : > > On Thu, Feb 05, 2015 at 06:13:22PM +0530, Sudip Mukherjee wrote: > >> if (driver_info) { > >> stats->RxIs40MHzPacket = driver_info->BW; > >> if (stats->RxDrvInfoSize !=

Re: [PATCH v3 20/20] arm: mach-pxa: Decrement the power supply's device reference counter

2015-02-06 Thread Pavel Machek
On Fri 2015-01-30 15:47:58, Krzysztof Kozlowski wrote: > Use power_supply_put() to decrement the power supply's device reference > counter. > > Signed-off-by: Krzysztof Kozlowski > Reviewed-by: Bartlomiej Zolnierkiewicz > Reviewed-by: Sebastian Reichel 11,13,20 nothing obviously wrong. But I'm

[PATCH 2/2] staging: unisys: fix directory warning

2015-02-06 Thread Sudip Mukherjee
we were getting three warnings about timskmod and sparstopdriver and channels. These warnings were about no such file or directory. These directory names were included in the Makefile, but the directories were not existing. Signed-off-by: Sudip Mukherjee --- drivers/staging/unisys/uislib/Makefil

[PATCH 1/2] staging: unisys: remove unused variable

2015-02-06 Thread Sudip Mukherjee
we were getting lots of warnings about _tempresult set but not used. _tempresult was used in the macro ISSUE_IO_VMCALL_POSTCODE_SEVERITY which was again using another macro ISSUE_IO_EXTENDED_VMCALL. but the vallue assigned to it was never used. Signed-off-by: Sudip Mukherjee --- drivers/staging/

[PATCH 3.16.y-ckt 048/135] x86, hyperv: Mark the Hyper-V clocksource as being continuous

2015-02-06 Thread Luis Henriques
3.16.7-ckt6 -stable review patch. If anyone has any objections, please let me know. -- From: "K. Y. Srinivasan" commit 32c6590d126836a062b3140ed52d898507987017 upstream. The Hyper-V clocksource is continuous; mark it accordingly. Signed-off-by: K. Y. Srinivasan Acked-by: ja

[PATCH 8/8] staging: ft1000: ft1000-usb: remove unnecessary out of memory warning

2015-02-06 Thread Pushpendra Singh
WARNING: Possible unnecessary 'out of memory' message + if (skb == NULL) { + pr_debug("No Network buffers available\n"); Signed-off-by: Pushpendra Singh --- drivers/staging/ft1000/ft1000-usb/ft1000_hw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/ft1000

[PATCH 3/8] staging: ft1000: ft1000-pcmcia: remove unnecessary out of memory warning

2015-02-06 Thread Pushpendra Singh
WARNING: Possible unnecessary 'out of memory' message + if (skb == NULL) { + pr_debug("No Network buffers available\n"); Signed-off-by: Pushpendra Singh --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/ft1

[PATCH 6/8] staging: ft1000: ft1000-usb: remove unnecessary parentheses

2015-02-06 Thread Pushpendra Singh
Remove checkpatch.pl warning WARNING: Unnecessary parentheses - maybe == should be = ? + if ((dev->app_info[i].fileobject == NULL)) Signed-off-by: Pushpendra Singh --- drivers/staging/ft1000/ft1000-usb/ft1000_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 7/8] staging: ft1000: ft1000-usb: remove conditional statement

2015-02-06 Thread Pushpendra Singh
their is no statements for if condition, but else have so instead of using else condition ,use a single condition statement if(!qtype) Signed-off-by: Puhspendra Singh --- drivers/staging/ft1000/ft1000-usb/ft1000_debug.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/driver

[PATCH 4/8] staging: ft1000: ft1000-pcmcia: add blank line after declarations

2015-02-06 Thread Pushpendra Singh
Removed Checkpatch.pl warning WARNING: Missing a blank line after declarations + struct ft1000_info *ft_info; + ft_info = netdev_priv(dev); Signed-off-by: Pushpendra Singh --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 1/8] staging: ft1000: ft1000-pcmcia: removed unnecessary braces

2015-02-06 Thread Pushpendra Singh
Removed checkpatch.pl warnings WARNING: braces {} are not necessary for single statement blocks + if (tempword == 0xfefe) { + break; + } Signed-off-by: Pushpendra Singh --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c

[PATCH 5/8] staging: ft1000: ft1000-usb: removed unnecessary braces

2015-02-06 Thread Pushpendra Singh
Removed Checkpatch.pl warning WARNING: braces {} are not necessary for single statement blocks + if ((dev->app_info[i].fileobject == NULL)) { + break; + } Signed-off-by: Pushpendra Singh --- drivers/staging/ft1000/ft1000-usb/ft1000_debug.c | 9 ++

[PATCH 2/8] staging: ft1000: ft1000-pcmcia: remove unnecessary parentheses

2015-02-06 Thread Pushpendra Singh
WARNING: Unnecessary parentheses + if ((tempword != *ppseudohdr)) { Signed-off-by: Pushpendra Singh --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c b/drivers/s