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.
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.
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
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
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.
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
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
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
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..
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
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
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
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
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
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
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
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
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
> -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;
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
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...
_
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/
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
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
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
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.
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
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
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
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.
> ---
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
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
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
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
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
> -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
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,
>>>
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
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
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 ;
40 matches
Mail list logo