staging: sm750fb: Replace CamelCase variable names with underscores

2017-05-22 Thread Richa Jha
Replace CamelCase variable names with underscores to comply with the standard kernel coding style Signed-off-by: Richa Jha --- drivers/staging/sm750fb/ddk750_chip.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.

staging: sm750fb: Replace functions CamelCase naming with underscores.

2017-05-22 Thread Richa Jha
Replace CamelCase function names with underscores to comply with the standard kernel coding style Signed-off-by: Richa Jha --- drivers/staging/sm750fb/ddk750_chip.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.

[PATCH] drivers/staging/speakup: fix indent coding style problem in spk_ttyio.c

2017-05-22 Thread Rui Teng
This is a patch to the spk_ttyio.c file which fixes up the indent error reported by the checkpatch.pl tool. Signed-off-by: Rui Teng --- drivers/staging/speakup/spk_ttyio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/speakup/spk_ttyio.c b/drivers/staging/s

[PATCH 2/2] staging: vt6655: remove unnecessary blank lines

2017-05-22 Thread Marko Stankovic
Fix unnecessary blank lines issues reported by checkpatch.pl Signed-off-by: Marko Stankovic --- drivers/staging/vt6655/device_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c index 1c652f0ff3ba..78804eaec608

[PATCH 1/2] staging: vt6655: replace NULL comparison with '!' operator

2017-05-22 Thread Marko Stankovic
Fix comparison to NULL issues reported by checkpatch.pl Signed-off-by: Marko Stankovic --- drivers/staging/vt6655/device_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c index da0f71191009.

Re: [PATCH v3 04/10] x86/hyper-v: fast hypercall implementation

2017-05-22 Thread Andy Lutomirski
On Mon, May 22, 2017 at 3:44 AM, Vitaly Kuznetsov wrote: > Andy Lutomirski writes: > >> On 05/19/2017 07:09 AM, Vitaly Kuznetsov wrote: >>> Hyper-V supports 'fast' hypercalls when all parameters are passed through >>> registers. Implement an inline version of a simpliest of these calls: >>> hyper

[PATCH] [media] atomisp: use NULL instead of 0 for pointers

2017-05-22 Thread Paolo Cretaro
Fix warning issued by sparse: Using plain integer as NULL pointer Signed-off-by: Paolo Cretaro --- drivers/staging/media/atomisp/i2c/ov5693/ov5693.c | 2 +- .../media/atomisp/pci/atomisp2/css2400/runtime/bufq/src/bufq.c| 2 +- .../media/atomisp/pci/atomisp2/css2400/ru

Re: PATCH[1/3]: comedi : submissions of contec_fit.c driver to staging/comedi/drivers

2017-05-22 Thread Dan Carpenter
On Mon, May 22, 2017 at 10:19:53AM -0500, Dan Naughton wrote: > Adding new driver to drivers/staging/comedi/drivers for contec_fit.c > for CONTEC F&eIT modules > > Signed off by dan.naugh...@dtx.com Checkpatch would have complained about this Signed-off-by: line. Please use your full legal name

Re: [PATCH 2/5] vmbus: implement lock-less ring buffer

2017-05-22 Thread Stephen Hemminger
On Mon, 22 May 2017 11:28:18 -0700 Stephen Hemminger wrote: > On Sun, 21 May 2017 18:09:59 + > KY Srinivasan wrote: > > > > -Original Message- > > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > > Sent: Thursday, May 18, 2017 9:25 AM > > > To: KY Srinivasan ; gre..

Re: [PATCH 2/5] vmbus: implement lock-less ring buffer

2017-05-22 Thread Stephen Hemminger
On Sun, 21 May 2017 18:09:59 + KY Srinivasan wrote: > > -Original Message- > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > Sent: Thursday, May 18, 2017 9:25 AM > > To: KY Srinivasan ; gre...@linuxfoundation.org > > Cc: de...@linuxdriverproject.org; Stephen Hemminge

Re: [PATCH v3 08/10] x86/hyper-v: use hypercall for remote TLB flush

2017-05-22 Thread Andy Lutomirski
On Mon, May 22, 2017 at 3:43 AM, Vitaly Kuznetsov wrote: > Andy Lutomirski writes: > >> On 05/19/2017 07:09 AM, Vitaly Kuznetsov wrote: >>> Hyper-V host can suggest us to use hypercall for doing remote TLB flush, >>> this is supposed to work faster than IPIs. >>> >>> Implementation details: to do

[PATCH] vmbus: remove no longer used per_channel_state

2017-05-22 Thread Stephen Hemminger
The per_channel_state in vmbus_channel struct is no longer used by any vmbus device and can be removed now. Signed-off-by: Stephen Hemminger --- include/linux/hyperv.h | 14 -- 1 file changed, 14 deletions(-) diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index e09fc82

comedi contec_fit.c patch - please disregard - I will resend

2017-05-22 Thread Dan Naughton
Please disregard the last patch submissions [3] for including the contec_fit.c driver. The line wrapping was incorrect, and the patch should be a single patch - not three - to add the driver. Sorry for the mistake. Dan ___ devel mailing list de...@linu

Re: PATCH[3/3]: comedi : modify Makefile to include contec_fit.c driver in staging/comedi/drivers

2017-05-22 Thread Greg KH
On Mon, May 22, 2017 at 10:21:21AM -0500, Dan Naughton wrote: > modified Makefile in /drivers/staging/comedi/drivers to include > contec_fit.c module Why not do all of this in a single patch? No need to spread it out to 3 different ones. thanks, greg k-h

Re: PATCH[1/3]: comedi : submissions of contec_fit.c driver to staging/comedi/drivers

2017-05-22 Thread Greg KH
On Mon, May 22, 2017 at 10:19:53AM -0500, Dan Naughton wrote: > Adding new driver to drivers/staging/comedi/drivers for contec_fit.c > for CONTEC F&eIT modules > > Signed off by dan.naugh...@dtx.com Please use scripts/checkpatch.pl on your patches to check things before sending them in. Also use

PATCH[3/3]: comedi : modify Makefile to include contec_fit.c driver in staging/comedi/drivers

2017-05-22 Thread Dan Naughton
modified Makefile in /drivers/staging/comedi/drivers to include contec_fit.c module Signed off by dan.naugh...@dtx.com diff -ruN linux.bak/drivers/staging/comedi/drivers/Makefile linux/drivers/staging/comedi/drivers/Makefile --- linux.bak/drivers/staging/comedi/drivers/Makefile2017-05-05

PATCH[2/3]: comedi : modify Kconfig to include contec_fit.c driver in staging/comedi

2017-05-22 Thread Dan Naughton
Modified Kconfig in drivers/staging/comedi to include contec_fit.c Signed off by dan.naugh...@dtx.com diff -ruN linux.bak/drivers/staging/comedi/Kconfig linux/drivers/staging/comedi/Kconfig --- linux.bak/drivers/staging/comedi/Kconfig2017-05-05 10:16:32.948968889 -0500 +++ linux/drivers/s

PATCH[1/3]: comedi : submissions of contec_fit.c driver to staging/comedi/drivers

2017-05-22 Thread Dan Naughton
Adding new driver to drivers/staging/comedi/drivers for contec_fit.c for CONTEC F&eIT modules Signed off by dan.naugh...@dtx.com diff -ruN linux.bak/drivers/staging/comedi/drivers/contec_fit.c linux/drivers/staging/comedi/drivers/contec_fit.c --- linux.bak/drivers/staging/comedi/drivers/conte

RE: [PATCH v3 08/10] x86/hyper-v: use hypercall for remote TLB flush

2017-05-22 Thread KY Srinivasan
> -Original Message- > From: devel [mailto:driverdev-devel-boun...@linuxdriverproject.org] On > Behalf Of Vitaly Kuznetsov > Sent: Monday, May 22, 2017 3:44 AM > To: Andy Lutomirski > Cc: Stephen Hemminger ; Jork Loeser > ; Haiyang Zhang ; > x...@kernel.org; linux-ker...@vger.kernel.org;

Re: [PATCH] Fixed cameCase check in file drivers/staging/sm750fb/ddk750_chip.c

2017-05-22 Thread Greg KH
On Mon, May 22, 2017 at 05:41:31PM +0530, Richa Jha wrote: > Changes : > > ulActualMxClk ---> ul_actual_max_clk > pInitParam---> p_init_param I can see that from the patch, but _why_ are you doing this? And please fix up your subject to match others for this driver, you can find that in 'git

Re: [PATCH] drivers/staging/speakup: fix some coding style problem in spk_ttyio.c

2017-05-22 Thread Greg Kroah-Hartman
On Sun, May 21, 2017 at 02:43:47AM +0800, Rui Teng wrote: > This is a patch to the spk_ttyio.c file which fixes up the problems > reported by the checkpatch.pl tool. "the problems reported" is very very very vague. Please read my last email to you... _

[PATCH] drivers/staging/speakup: fix some coding style problem in spk_ttyio.c

2017-05-22 Thread Rui Teng
This is a patch to the spk_ttyio.c file which fixes up the problems reported by the checkpatch.pl tool. Signed-off-by: Rui Teng --- drivers/staging/speakup/spk_ttyio.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/staging/speakup/spk_ttyio.c b/drivers/

[PATCH] Fixed cameCase check in file drivers/staging/sm750fb/ddk750_chip.c

2017-05-22 Thread Richa Jha
Changes : ulActualMxClk ---> ul_actual_max_clk pInitParam---> p_init_param Signed-off-by: Richa Jha --- drivers/staging/sm750fb/ddk750_chip.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750

[PATCH 5/5][v5] staging: fsl-mc: move bus driver out of staging

2017-05-22 Thread laurentiu.tudor
From: Stuart Yoder Move the source files out of staging into their final locations: -include files in drivers/staging/fsl-mc/include go to include/linux/fsl -irq-gic-v3-its-fsl-mc-msi.c goes to drivers/irqchip -source in drivers/staging/fsl-mc/bus goes to drivers/bus/fsl-mc -README.txt, p

[PATCH 1/5][v2] staging: fsl-mc: fix several checkpath.pl warnings

2017-05-22 Thread laurentiu.tudor
From: Laurentiu Tudor Remove several unneeded #includes, forward declarations and fix several issues reported by checkpatch.pl --strict, such as: - kfree(NULL) is safe and check is not required - macro argument reuse may cause possible side effects - enclose macro params in parens to avoid pre

[PATCH 4/5] staging: fsl-mc: add reference to mc-bus DT binding

2017-05-22 Thread laurentiu.tudor
From: Laurentiu Tudor Update README to reference the mc-bus device tree node binding. Signed-off-by: Laurentiu Tudor --- drivers/staging/fsl-mc/README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/fsl-mc/README.txt b/drivers/staging/fsl-mc/README.txt index d7cd70a.

[PATCH 3/5] staging: fsl-mc: drop reference to restool

2017-05-22 Thread laurentiu.tudor
From: Laurentiu Tudor Drop reference to user space restool utility from the README. It will be added back together with the actual support in the bus driver. Signed-off-by: Laurentiu Tudor --- drivers/staging/fsl-mc/README.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --gi

[PATCH 2/5][v2] staging: fsl-mc: add binding path to MAINTAINERS

2017-05-22 Thread laurentiu.tudor
From: Laurentiu Tudor Signed-off-by: Laurentiu Tudor --- Notes: -v2 -no changes MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9e98464..ffac090 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10545,6 +10545,7 @@ M: Laurentiu Tudor

[PATCH 0/5][v5] staging: fsl-mc: move bus driver out of staging

2017-05-22 Thread laurentiu.tudor
From: Laurentiu Tudor Now that there is a functional ethernet driver probed on the mc bus this patch series requests that the fsl-mc bus driver be moved out of staging. The proposed destination for the bus driver is drivers/bus. Proposed location for global header files for fsl-mc and dpaa2 is t

Re: [PATCH] Fixed cameCase check in file drivers/staging/sm750fb/ddk750_chip.c

2017-05-22 Thread Dan Carpenter
On Mon, May 22, 2017 at 04:15:37PM +0530, Richa Jha wrote: > Changes : > > ulActualMxClk ---> ul_actual_max_clk > p_init_param ---> pInitParam It doesn't touch p_init_param. > ---

[PATCH] Fixed cameCase check in file drivers/staging/sm750fb/ddk750_chip.c

2017-05-22 Thread Richa Jha
Changes : ulActualMxClk ---> ul_actual_max_clk p_init_param ---> pInitParam Signed-off-by: Richa Jha --- drivers/staging/sm750fb/ddk750_chip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c

Re: [PATCH v3 08/10] x86/hyper-v: use hypercall for remote TLB flush

2017-05-22 Thread Vitaly Kuznetsov
Andy Lutomirski writes: > On 05/19/2017 07:09 AM, Vitaly Kuznetsov wrote: >> Hyper-V host can suggest us to use hypercall for doing remote TLB flush, >> this is supposed to work faster than IPIs. >> >> Implementation details: to do HvFlushVirtualAddress{Space,List} hypercalls >> we need to put th

Re: [PATCH v3 04/10] x86/hyper-v: fast hypercall implementation

2017-05-22 Thread Vitaly Kuznetsov
Andy Lutomirski writes: > On 05/19/2017 07:09 AM, Vitaly Kuznetsov wrote: >> Hyper-V supports 'fast' hypercalls when all parameters are passed through >> registers. Implement an inline version of a simpliest of these calls: >> hypercall with one 8-byte input and no output. >> >> Proper hypercall

[PATCH] Removed CamelCase from file drivers/staging/sm750fb/ddk750_chip.c

2017-05-22 Thread Richa Jha
Changes : devId ---> dev_id revId ---> rev_id Signed-off-by: Richa Jha --- drivers/staging/sm750fb/ddk750_chip.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c index 5e4bfb6..8e51f60 10064

Re: [PATCH] drivers/staging/speakup: fix some coding style problem in spk_ttyio.c

2017-05-22 Thread Greg Kroah-Hartman
On Sun, May 21, 2017 at 02:43:47AM +0800, Rui Teng wrote: > This is a patch to the spk_ttyio.c file which fixes up the problems > reported by the checkpatch.pl tool. Be specific as to what you are fixing up please. And don't do more than one "type" of cleanup in the same patch. thanks, greg k-h

RE: [PATCH 3/3][v4] staging: fsl-mc: move bus driver out of staging

2017-05-22 Thread Laurentiu Tudor
> -Original Message- > From: Marc Zyngier [mailto:marc.zyng...@arm.com] > Sent: Monday, May 22, 2017 12:06 PM > To: Laurentiu Tudor > > On 22/05/17 09:42, Laurentiu Tudor wrote: > > Hi Marc, > > > >> -Original Message- > >> From: Marc Zyngier [mailto:marc.zyng...@arm.com] > >> S

Re: [PATCH 3/3][v4] staging: fsl-mc: move bus driver out of staging

2017-05-22 Thread Marc Zyngier
On 22/05/17 09:42, Laurentiu Tudor wrote: > Hi Marc, > >> -Original Message- >> From: Marc Zyngier [mailto:marc.zyng...@arm.com] >> Sent: Monday, May 22, 2017 10:41 AM >> >> On Mon, May 22 2017 at 7:12:39 am GMT, Laurentiu Tudor >> wrote: >> >> Hi Laurentiu, >> >>> Hi Marc, >>>

RE: [PATCH 3/3][v4] staging: fsl-mc: move bus driver out of staging

2017-05-22 Thread Laurentiu Tudor
Hi Marc, > -Original Message- > From: Marc Zyngier [mailto:marc.zyng...@arm.com] > Sent: Monday, May 22, 2017 10:41 AM > > On Mon, May 22 2017 at 7:12:39 am GMT, Laurentiu Tudor > wrote: > > Hi Laurentiu, > > > Hi Marc, > > > >> -Original Message- > >> From: Marc Zyngier [mail

Re: [PATCH 3/3][v4] staging: fsl-mc: move bus driver out of staging

2017-05-22 Thread Marc Zyngier
On Mon, May 22 2017 at 7:12:39 am GMT, Laurentiu Tudor wrote: Hi Laurentiu, > Hi Marc, > >> -Original Message- >> From: Marc Zyngier [mailto:marc.zyng...@arm.com] >> Sent: Saturday, May 20, 2017 9:43 AM >> To: Matthias Brugger >> Cc: Laurentiu Tudor ; gre...@linuxfoundation.org; >> st

RE: [PATCH 3/3][v4] staging: fsl-mc: move bus driver out of staging

2017-05-22 Thread Laurentiu Tudor
Hi Marc, > -Original Message- > From: Marc Zyngier [mailto:marc.zyng...@arm.com] > Sent: Saturday, May 20, 2017 9:43 AM > To: Matthias Brugger > Cc: Laurentiu Tudor ; gre...@linuxfoundation.org; > stuyo...@gmail.com; de...@driverdev.osuosl.org; a...@arndb.de; Ruxandra > Ioana Radulescu ;