[PATCH 1/23] Alternative mmc structure to support pxa168, pxa910, mmp2 family SD

STALE5704d

4 messages, 2 authors, 2010-12-22 · open the first message on its own page

[PATCH 1/23] Alternative mmc structure to support pxa168, pxa910, mmp2 family SD

From: Philip Rakity <hidden>
Date: 2010-12-22 07:07:20

(no body)

[PATCH 1/23] Alternative mmc structure to support pxa168, pxa910, mmp2 family SD

From: arnd@arndb.de (Arnd Bergmann)
Date: 2010-12-22 14:25:10

On Wednesday 22 December 2010 08:07:20 Philip Rakity wrote:
From 14d9d5e1854684af8daef80d948107d2b59ccdd8 Mon Sep 17 00:00:00 2001
From: Haojian Zhuang <redacted>
Date: Thu, 25 Nov 2010 11:33:13 +0800
Subject: [PATCH] ARM: mmp: append brownstone support

Signed-off-by: Haojian Zhuang <redacted>
Signed-off-by: Eric Miao <redacted>
You need to work on your email setup, this does not look like what
you intended, for many reasons:

* All the mails have the same subject
* You have extra headers (From 14d..., Date, Subject) in the
  changelog section, where it doesn't belong
* There is a 'From: ' header even in those patches that you
  wrote yourself (this is harmless, but unnecessary).
* The mails are sent as attachments, not inline
* There is no threading, better make all of the patches 
  replies to a first [PATCH 0/23] mail describing the
  overall intentions of the patch set.
* 23 patches is a lot, some of them are obvious candidates
  for merging, because they make no sense on their own, e.g.
  12 and 13, or 19 and 21.
* Many of the patches are lacking detailed changelog information.
* Some patches don't have a Signed-off-by line from you, the submitter
* Some other patches have a S-o-b from you, but it's not the last
  one in the list.
* Please Cc the people that you have in the Signed-off-by or
  other headers.

Using git-send-email will take care of some of these issues.
Please fix and re-send.

Content-wise, the patches look good to me, except for the comment
I made on patch 15.

	Arnd

[PATCH 1/23] Alternative mmc structure to support pxa168, pxa910, mmp2 family SD

From: Philip Rakity <hidden>
Date: 2010-12-22 23:21:26

On Dec 22, 2010, at 6:25 AM, Arnd Bergmann wrote:
On Wednesday 22 December 2010 08:07:20 Philip Rakity wrote:
quoted
From 14d9d5e1854684af8daef80d948107d2b59ccdd8 Mon Sep 17 00:00:00 2001
From: Haojian Zhuang <redacted>
Date: Thu, 25 Nov 2010 11:33:13 +0800
Subject: [PATCH] ARM: mmp: append brownstone support

Signed-off-by: Haojian Zhuang <redacted>
Signed-off-by: Eric Miao <redacted>
You need to work on your email setup, this does not look like what
you intended, for many reasons:

* All the mails have the same subject
* You have extra headers (From 14d..., Date, Subject) in the
 changelog section, where it doesn't belong
* There is a 'From: ' header even in those patches that you
 wrote yourself (this is harmless, but unnecessary).
* The mails are sent as attachments, not inline
My e-mail system shows I received inline and attachments.
* There is no threading, better make all of the patches 
 replies to a first [PATCH 0/23] mail describing the
 overall intentions of the patch set.
What is correct format for this? 
* 23 patches is a lot, some of them are obvious candidates
 for merging, because they make no sense on their own, e.g.
 12 and 13, or 19 and 21.
Long discussion about this.  Went between a few BIG patches but was told that
this makes review very difficult.  

The patches were generated in the order that
made sense to apply them.  Was worried that skipping one set would break 
things.  The intent was that some of the patches could be picked up individually if the 
philosophy for handing SD/MMC is not acceptable to the list.

I can go back and separate  arch/ patches into one set and a few patches
for SD/MMC.  What would folks like to see.  

How is this best handled from a subject line so it is easy to follow the threads ?
* Many of the patches are lacking detailed changelog information.
* Some patches don't have a Signed-off-by line from you, the submitter
fixed -- one patch -- resent.
* Some other patches have a S-o-b from you, but it's not the last
 one in the list.
* Please Cc the people that you have in the Signed-off-by or
 other headers.
0001 was submitted by the folks in the patch.  It is NOT in linux-next and without
it no mmp2 testing can be done on my development board.
Using git-send-email will take care of some of these issues.
very painful -- corp e-mail issues.
Please fix and re-send.

Content-wise, the patches look good to me, except for the comment
I made on patch 15.
Thank You.  Please see comments on patch 15 under separate e-mail
	Arnd

[PATCH 1/23] Alternative mmc structure to support pxa168, pxa910, mmp2 family SD

From: arnd@arndb.de (Arnd Bergmann)
Date: 2010-12-22 23:45:32

On Thursday 23 December 2010 00:21:26 Philip Rakity wrote:
On Dec 22, 2010, at 6:25 AM, Arnd Bergmann wrote:
quoted
* The mails are sent as attachments, not inline
My e-mail system shows I received inline and attachments.
Ah, I didn't realize this. It should be inline-only though.
 
quoted
* There is no threading, better make all of the patches 
 replies to a first [PATCH 0/23] mail describing the
 overall intentions of the patch set.
What is correct format for this? 
The initial mail is free-form, just have a look at what others
do. Good things to include there are a list of patches,
a combined diffstat and a list of changes from previous
submissions.
quoted
* 23 patches is a lot, some of them are obvious candidates
 for merging, because they make no sense on their own, e.g.
 12 and 13, or 19 and 21.
Long discussion about this.  Went between a few BIG patches but was told that
this makes review very difficult.  
Right, small patches are normally much preferred to big patches.
You were just taking it a bit too far.
The patches were generated in the order that
made sense to apply them.  Was worried that skipping one set would break 
things.  The intent was that some of the patches could be picked up individually if the 
philosophy for handing SD/MMC is not acceptable to the list.

I can go back and separate  arch/ patches into one set and a few patches
for SD/MMC.  What would folks like to see.  
The way you did it was almost perfect, don't make the opposite mistake
of making the patches too big again. Splitting arch/ from drivers/
patches only makes sense if you expect different maintainers to pick
them up. In general, it's more important to keep pieces logically
together. If you introduce a new function and use it in one place,
put both the function and the user in one patch, rather than having
one patch that adds multiple unrelated functions and another that
uses all of them.
 
How is this best handled from a subject line so it is easy to follow the threads ?
You can make multiple series, each with a patch 0/xx email in front and
the others as a reply to the first mail. Note that a good maximum number
of patches per series would be no more than 15. You can have 20 or
so if the patches are as small as the ones you sent, but if they get
too large, ten patches may be too much already.
quoted
* Some other patches have a S-o-b from you, but it's not the last
 one in the list.
* Please Cc the people that you have in the Signed-off-by or
 other headers.
0001 was submitted by the folks in the patch.  It is NOT in linux-next and without
it no mmp2 testing can be done on my development board.
Not sure what you mean. If you forward a patch from someone else,
you are supposed to add you s-o-b under the last one that you got,
and notify them that you are submitting the patch somewhere.
quoted
Using git-send-email will take care of some of these issues.
very painful -- corp e-mail issues.
Many freemail providers allow you to use arbitrary sender addresses
(gmail does not, fwiw), so you can use them with git-send-email as
long as you have access to the SMTP ports. Other people from your
company have managed fine, just ask around what they did.

	Arnd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help