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

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

[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

[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

[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

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

[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 +-

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 modules > > Signed off by dan.naugh...@dtx.com Checkpatch would have complained about this Signed-off-by: line. Please use your full legal name as

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

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:

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

[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

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

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 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/Makefile

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 +++

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 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 ---

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 >

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

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

[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

[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

[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

[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

[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

[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 +++

[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

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

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 >>

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. >> >>

[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

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

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

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, >>

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- >

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:

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;