Hello Michael,
thanks for the patch. I've queued it for 3.7 after writing a changelog.
Two minor comments for future patches: we don't accept patches with a
non-null changelog - usually just something brief works fine. Also Tony
wants all OMAP patches to be cc'ed to the linux-arm-kernel mailing list.
regards,
- Paul
Date: Thu, 26 Jul 2012 14:28:42 +0200
From: Michael Jones <redacted>
To: linux-omap at vger.kernel.org
Cc: Paul Walmsley <paul@pwsan.com>
Subject: [PATCH] ARM: OMAP3: clock data: remove obsolete comment
The file is currently called 'clock3xxx_data.c', so this comment is
out of date.
Signed-off-by: Michael Jones <redacted>
[paul at pwsan.com: wrote changelog]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
---
arch/arm/mach-omap2/clock3xxx_data.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
@@ -3223,7 +3223,6 @@ static struct clk dummy_apb_pclk = {*clkdev*/-/* XXX At some point we should rename this file to clock3xxx_data.c */staticstructomap_clkomap3xxx_clks[]={CLK(NULL,"apb_pclk",&dummy_apb_pclk,CK_3XXX),CLK(NULL,"omap_32k_fck",&omap_32k_fck,CK_3XXX),
From: Michael Jones <hidden> Date: 2012-07-27 07:05:53
Hi Paul,
On 07/26/2012 09:55 PM, Paul Walmsley wrote:
Hello Michael,
thanks for the patch. I've queued it for 3.7 after writing a changelog.
Two minor comments for future patches: we don't accept patches with a
non-null changelog - usually just something brief works fine. Also Tony
wants all OMAP patches to be cc'ed to the linux-arm-kernel mailing list.
regards,
- Paul
Thanks for the comments, I'll adhere to them in the future. I assume you
meant you _only_ accept patches with a non-null changelog. I referred to
http://omappedia.org/wiki/Releasing_to_Linux_kernel_using_patches_and_emails
before my submission, and didn't see these two points. A few Q's:
Can I add these two points to that Wiki page? Or is there a more
authoritative checklist somewhere?
Why is it queued for 3.7? I thought 3.6 was in the works?
Where is it queued?
thanks,
Michael
MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler
Registergericht: Amtsgericht Stuttgart, HRB 271090
Geschaeftsfuehrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner, Erhard Meier
It is a low-priority fix (but valuable nonetheless, of course).
I thought 3.6 was in the works?
Most of the significant new patches for 3.6 were tested and queued several
weeks ago. Now we are queuing bugfix and regression patches for 3.6-rc
and new features and low-priority fixes for 3.7.
Where is it queued?
It is currently queued in a git branch on my local drive.
- Paul
I looked at that, too, but it wasn't clear to me that even such a
trivial patch should have an "explanation body", as the description
there assumes a functional change is being introduced. Now I know!
[snip]