linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 3/3] IIO: arm: Add LRADC to i.MX28 dts
       [not found]   ` <CAAQ0ZWROobdtFkzn9Sr7v5B29zYTQ5YEUZV59kkNE_yv6qbmgQ@mail.gmail.com>
@ 2012-08-19 15:30     ` Marek Vasut
  2012-08-20  7:29       ` Jonathan Cameron
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2012-08-19 15:30 UTC (permalink / raw)
  To: linux-kernel; +Cc: Shawn Guo, linux-iio, Jonathan Cameron, Lars-Peter Clausen

Dear Shawn Guo,

> On 17 August 2012 10:57, Marek Vasut <marex@denx.de> wrote:
> > Thanks ... still, is there some key for those tags? Or do you invent them
> > at random and then let people guess what's right? Some git grep on
> > Documentation directory gets me nothing.
> 
> There is no official document for this.

Hm, maybe such document can be introduced?

> But generally, each subsystem
> has a convention on the subject prefix, so that the output of git
> commands like git pull, git shortlog looks consistent on the patch
> subject, and more importantly people can easily know subsystem the
> patch touches.
> 
> The convention for patches touching arch/arm is "ARM: ".
> 
> Regards,
> Shawn

Best regards,
Marek Vasut

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

* Re: [PATCH 3/3] IIO: arm: Add LRADC to i.MX28 dts
  2012-08-19 15:30     ` [PATCH 3/3] IIO: arm: Add LRADC to i.MX28 dts Marek Vasut
@ 2012-08-20  7:29       ` Jonathan Cameron
  2012-08-20  7:52         ` Shawn Guo
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Cameron @ 2012-08-20  7:29 UTC (permalink / raw)
  To: Marek Vasut
  Cc: linux-kernel, Shawn Guo, linux-iio, Jonathan Cameron, Lars-Peter Clausen

On 19/08/12 16:30, Marek Vasut wrote:
> Dear Shawn Guo,
>
>> On 17 August 2012 10:57, Marek Vasut <marex@denx.de> wrote:
>>> Thanks ... still, is there some key for those tags? Or do you invent them
>>> at random and then let people guess what's right? Some git grep on
>>> Documentation directory gets me nothing.
>>
>> There is no official document for this.
>
> Hm, maybe such document can be introduced?
Sounds like a voluteer ;) More seriously I suspect it would never get
updated or be correct in the first place. It would be a pile of grief
for whoever was looking after it.

Mostly these prefixes are an excuse for grumpy maintainers to moan
at people :)
>
>> But generally, each subsystem
>> has a convention on the subject prefix, so that the output of git
>> commands like git pull, git shortlog looks consistent on the patch
>> subject, and more importantly people can easily know subsystem the
>> patch touches.
>>
>> The convention for patches touching arch/arm is "ARM: ".
>>
>> Regards,
>> Shawn
>
> Best regards,
> Marek Vasut
>


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

* Re: [PATCH 3/3] IIO: arm: Add LRADC to i.MX28 dts
  2012-08-20  7:29       ` Jonathan Cameron
@ 2012-08-20  7:52         ` Shawn Guo
  2012-08-20  7:57           ` Jonathan Cameron
  0 siblings, 1 reply; 5+ messages in thread
From: Shawn Guo @ 2012-08-20  7:52 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Marek Vasut, linux-kernel, linux-iio, Jonathan Cameron,
	Lars-Peter Clausen

On Mon, Aug 20, 2012 at 08:29:23AM +0100, Jonathan Cameron wrote:
> Mostly these prefixes are an excuse for grumpy maintainers to moan
> at people :)

Yeah, I have to become grumpy when my comment gets ignored and I have
to make it right (for several times) to avoid my upstream moaning at me.

Is it so hard?  You are not creating a new subsystem but just patching
an existing file.  A "git log" on the file simply shows you how to do it.

-- 
Regards,
Shawn

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

* Re: [PATCH 3/3] IIO: arm: Add LRADC to i.MX28 dts
  2012-08-20  7:52         ` Shawn Guo
@ 2012-08-20  7:57           ` Jonathan Cameron
  2012-08-20 13:41             ` Marek Vasut
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Cameron @ 2012-08-20  7:57 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Marek Vasut, linux-kernel, linux-iio, Jonathan Cameron,
	Lars-Peter Clausen

On 20/08/12 08:52, Shawn Guo wrote:
> On Mon, Aug 20, 2012 at 08:29:23AM +0100, Jonathan Cameron wrote:
>> Mostly these prefixes are an excuse for grumpy maintainers to moan
>> at people :)
>
> Yeah, I have to become grumpy when my comment gets ignored and I have
> to make it right (for several times) to avoid my upstream moaning at me.
Not at all. My upstream has never moaned at me about it, but I still 
like to moan about it myself ;)
>
> Is it so hard?  You are not creating a new subsystem but just patching
> an existing file.  A "git log" on the file simply shows you how to do it
>
Indeed. A file listing these would be add just one more piece of largely
pointless horrendous documentation.

Perhaps if Marek feels particularly strongly about this, proposing an
additional line to for the SubmittingPatches document to say get your
title format by looking at the log for what you are patching will do
the job? (I can't immediately spot anything equivalent in there...)



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

* Re: [PATCH 3/3] IIO: arm: Add LRADC to i.MX28 dts
  2012-08-20  7:57           ` Jonathan Cameron
@ 2012-08-20 13:41             ` Marek Vasut
  0 siblings, 0 replies; 5+ messages in thread
From: Marek Vasut @ 2012-08-20 13:41 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Shawn Guo, linux-kernel, linux-iio, Jonathan Cameron, Lars-Peter Clausen

Dear Jonathan Cameron,

> On 20/08/12 08:52, Shawn Guo wrote:
> > On Mon, Aug 20, 2012 at 08:29:23AM +0100, Jonathan Cameron wrote:
> >> Mostly these prefixes are an excuse for grumpy maintainers to moan
> >> at people :)
> > 
> > Yeah, I have to become grumpy when my comment gets ignored and I have
> > to make it right (for several times) to avoid my upstream moaning at me.
> 
> Not at all. My upstream has never moaned at me about it, but I still
> like to moan about it myself ;)

Your upstream is enjoyable to work with :)

> > Is it so hard?  You are not creating a new subsystem but just patching
> > an existing file.  A "git log" on the file simply shows you how to do it
> 
> Indeed. A file listing these would be add just one more piece of largely
> pointless horrendous documentation.

I was thinking more like a list of tags ... based on directories or something. 
But giving it a further thought, I see the trouble now.

> Perhaps if Marek feels particularly strongly about this, proposing an
> additional line to for the SubmittingPatches document to say get your
> title format by looking at the log for what you are patching will do
> the job? (I can't immediately spot anything equivalent in there...)

That might just be it ;-)

Thanks

Best regards,
Marek Vasut

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

end of thread, other threads:[~2012-08-20 13:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1344784918-32352-1-git-send-email-marex@denx.de>
     [not found] ` <201208170457.03686.marex@denx.de>
     [not found]   ` <CAAQ0ZWROobdtFkzn9Sr7v5B29zYTQ5YEUZV59kkNE_yv6qbmgQ@mail.gmail.com>
2012-08-19 15:30     ` [PATCH 3/3] IIO: arm: Add LRADC to i.MX28 dts Marek Vasut
2012-08-20  7:29       ` Jonathan Cameron
2012-08-20  7:52         ` Shawn Guo
2012-08-20  7:57           ` Jonathan Cameron
2012-08-20 13:41             ` Marek Vasut

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