linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v1] i4l: act2000: act2000:- Do not use 'asm/io.h' directly, use 'linux/io.h'.
@ 2017-01-05 10:39 Arvind Yadav
  2017-01-05 11:46 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Arvind Yadav @ 2017-01-05 10:39 UTC (permalink / raw)
  To: gregkh; +Cc: isdn, arnd, devel, linux-kernel

Make uniform definition of ioremap, ioremap_wc, ioremap_wt and
ioremap_cache, tree-wide.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
---
 drivers/staging/i4l/act2000/act2000.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/i4l/act2000/act2000.h b/drivers/staging/i4l/act2000/act2000.h
index 321d437..e372ff5 100644
--- a/drivers/staging/i4l/act2000/act2000.h
+++ b/drivers/staging/i4l/act2000/act2000.h
@@ -70,7 +70,7 @@
 #include <linux/errno.h>
 #include <linux/fs.h>
 #include <linux/major.h>
-#include <asm/io.h>
+#include <linux/io.h>
 #include <linux/kernel.h>
 #include <linux/signal.h>
 #include <linux/slab.h>
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [v1] i4l: act2000: act2000:- Do not use 'asm/io.h' directly, use 'linux/io.h'.
  2017-01-05 10:39 [v1] i4l: act2000: act2000:- Do not use 'asm/io.h' directly, use 'linux/io.h' Arvind Yadav
@ 2017-01-05 11:46 ` Greg KH
  2017-01-05 11:55   ` Arvind Yadav
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2017-01-05 11:46 UTC (permalink / raw)
  To: Arvind Yadav; +Cc: devel, isdn, linux-kernel, arnd

On Thu, Jan 05, 2017 at 04:09:24PM +0530, Arvind Yadav wrote:
> Make uniform definition of ioremap, ioremap_wc, ioremap_wt and
> ioremap_cache, tree-wide.

That doesn't make much sense, and doesn't match the subject: or the
patch itself.

And what is with the "[v1]"?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [v1] i4l: act2000: act2000:- Do not use 'asm/io.h' directly, use 'linux/io.h'.
  2017-01-05 11:46 ` Greg KH
@ 2017-01-05 11:55   ` Arvind Yadav
  2017-01-05 12:05     ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Arvind Yadav @ 2017-01-05 11:55 UTC (permalink / raw)
  To: Greg KH; +Cc: devel, isdn, linux-kernel, arnd

Please find my comment below.
Thanks
-Arvind

On Thursday 05 January 2017 05:16 PM, Greg KH wrote:
> On Thu, Jan 05, 2017 at 04:09:24PM +0530, Arvind Yadav wrote:
>> Make uniform definition of ioremap, ioremap_wc, ioremap_wt and
>> ioremap_cache, tree-wide.
> That doesn't make much sense, and doesn't match the subject: or the
> patch itself.
> -- Please refer the commit which is already in main-lined.
> commit 2584cf83578c26db144730ef498f4070f82ee3ea
>
> And what is with the "[v1]"?
> ---V1 is stands  for patch set version 1
> thanks,
>
> greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [v1] i4l: act2000: act2000:- Do not use 'asm/io.h' directly, use 'linux/io.h'.
  2017-01-05 11:55   ` Arvind Yadav
@ 2017-01-05 12:05     ` Greg KH
  2017-01-06  6:20       ` Arvind Yadav
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2017-01-05 12:05 UTC (permalink / raw)
  To: Arvind Yadav; +Cc: devel, isdn, linux-kernel, arnd

On Thu, Jan 05, 2017 at 05:25:05PM +0530, Arvind Yadav wrote:
> Please find my comment below.

Where?  What happened to your email quoting?

> Thanks
> -Arvind
> 
> On Thursday 05 January 2017 05:16 PM, Greg KH wrote:
> > On Thu, Jan 05, 2017 at 04:09:24PM +0530, Arvind Yadav wrote:
> > > Make uniform definition of ioremap, ioremap_wc, ioremap_wt and
> > > ioremap_cache, tree-wide.
> > That doesn't make much sense, and doesn't match the subject: or the
> > patch itself.
> > -- Please refer the commit which is already in main-lined.
> > commit 2584cf83578c26db144730ef498f4070f82ee3ea

Ah, here it is, please quote stuff correctly.

If you are referring to something else, great, then say so in the commit
itself.  Every commit should be self-explanatory, how am I supposed to
know this.

And this text still doesn't make sense to me, please fix.

> > And what is with the "[v1]"?
> > ---V1 is stands  for patch set version 1

Please read Documentation/SubmittingPatches for how to properly label
patches, don't make new things up, we have too many different developers
(i.e. 4000+) for everyone to do their own unique thing.  :)

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [v1] i4l: act2000: act2000:- Do not use 'asm/io.h' directly, use 'linux/io.h'.
  2017-01-05 12:05     ` Greg KH
@ 2017-01-06  6:20       ` Arvind Yadav
  0 siblings, 0 replies; 5+ messages in thread
From: Arvind Yadav @ 2017-01-06  6:20 UTC (permalink / raw)
  To: Greg KH; +Cc: devel, isdn, linux-kernel, arnd

Thanks for your suggestion :).
I have done the changes as per your concern . Please review it.

Thanks :)
-Arvind

On Thursday 05 January 2017 05:35 PM, Greg KH wrote:
> On Thu, Jan 05, 2017 at 05:25:05PM +0530, Arvind Yadav wrote:
>> Please find my comment below.
> Where?  What happened to your email quoting?
>
>> Thanks
>> -Arvind
>>
>> On Thursday 05 January 2017 05:16 PM, Greg KH wrote:
>>> On Thu, Jan 05, 2017 at 04:09:24PM +0530, Arvind Yadav wrote:
>>>> Make uniform definition of ioremap, ioremap_wc, ioremap_wt and
>>>> ioremap_cache, tree-wide.
>>> That doesn't make much sense, and doesn't match the subject: or the
>>> patch itself.
>>> -- Please refer the commit which is already in main-lined.
>>> commit 2584cf83578c26db144730ef498f4070f82ee3ea
> Ah, here it is, please quote stuff correctly.
>
> If you are referring to something else, great, then say so in the commit
> itself.  Every commit should be self-explanatory, how am I supposed to
> know this.
>
> And this text still doesn't make sense to me, please fix.
>
>>> And what is with the "[v1]"?
>>> ---V1 is stands  for patch set version 1
> Please read Documentation/SubmittingPatches for how to properly label
> patches, don't make new things up, we have too many different developers
> (i.e. 4000+) for everyone to do their own unique thing.  :)
>
> thanks,
>
> greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-06  6:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-05 10:39 [v1] i4l: act2000: act2000:- Do not use 'asm/io.h' directly, use 'linux/io.h' Arvind Yadav
2017-01-05 11:46 ` Greg KH
2017-01-05 11:55   ` Arvind Yadav
2017-01-05 12:05     ` Greg KH
2017-01-06  6:20       ` Arvind Yadav

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).