From: dwalker@codeaurora.org (Daniel Walker)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] arm: return both physical and virtual addresses from addruart
Date: Mon, 18 Oct 2010 15:52:12 -0700 [thread overview]
Message-ID: <1287442332.5588.108.camel@c-dwalke-linux.qualcomm.com> (raw)
In-Reply-To: <alpine.LFD.2.00.1010181817410.2764@xanadu.home>
On Mon, 2010-10-18 at 18:30 -0400, Nicolas Pitre wrote:
> On Mon, 18 Oct 2010, Daniel Walker wrote:
>
> > On Wed, 2010-09-01 at 09:07 +0800, Jeremy Kerr wrote:
> >
> > > ---
> > > arch/arm/kernel/debug.S | 22 +-
> > > arch/arm/mach-aaec2000/include/mach/debug-macro.S | 10
> > > arch/arm/mach-at91/include/mach/debug-macro.S | 8
> > > arch/arm/mach-clps711x/include/mach/debug-macro.S | 12 -
> > > arch/arm/mach-cns3xxx/include/mach/debug-macro.S | 10
> > > arch/arm/mach-davinci/include/mach/debug-macro.S | 46 ++--
> > > arch/arm/mach-dove/include/mach/debug-macro.S | 11 -
> > > arch/arm/mach-ebsa110/include/mach/debug-macro.S | 7
> > > arch/arm/mach-ep93xx/include/mach/debug-macro.S | 11 -
> > > arch/arm/mach-footbridge/include/mach/debug-macro.S | 22 --
> > > arch/arm/mach-gemini/include/mach/debug-macro.S | 8
> > > arch/arm/mach-h720x/include/mach/debug-macro.S | 10
> > > arch/arm/mach-integrator/include/mach/debug-macro.S | 10
> > > arch/arm/mach-iop13xx/include/mach/debug-macro.S | 16 -
> > > arch/arm/mach-iop32x/include/mach/debug-macro.S | 7
> > > arch/arm/mach-iop33x/include/mach/debug-macro.S | 12 -
> > > arch/arm/mach-ixp2000/include/mach/debug-macro.S | 14 -
> > > arch/arm/mach-ixp23xx/include/mach/debug-macro.S | 11 -
> > > arch/arm/mach-ixp4xx/include/mach/debug-macro.S | 16 -
> > > arch/arm/mach-kirkwood/include/mach/debug-macro.S | 11 -
> > > arch/arm/mach-ks8695/include/mach/debug-macro.S | 8
> > > arch/arm/mach-l7200/include/mach/debug-macro.S | 38 +++
> > > arch/arm/mach-lh7a40x/include/mach/debug-macro.S | 10
> > > arch/arm/mach-loki/include/mach/debug-macro.S | 11 -
> > > arch/arm/mach-mmp/include/mach/debug-macro.S | 11 -
> > > arch/arm/mach-msm/include/mach/debug-macro.S | 10
> >
> > Firstly, you should try to break this kind of patch up if you can.
>
> It was split as much as possible already.
>
> > Secondly, you need to CC all the effected sub-architecture maintainers.
>
> There are 367 different machines affected. Please get real. Sorry but
> you are not more special than the others. The MSM is only one of the
> many subarchitectures that the core ARM code serves.
We're not talking about machines, we're talking about maintainers. There
are only 70 mach- directories and as far as I can tell your only
changing a sub-set of those.
> > It's not acceptable to assume that everyone effected will magically
> > stumble onto this patch and know you modifying their sub-architecture ..
>
> This is precisely why RMK asked for those patches to be merged at the
> end of his merge cycle. Bypassing RMK for your own merge requests is
> only going to cause you similar trouble in the future.
I don't want to get into this discussion ..
> > Please do those things with future patches.
>
> I'm sorry Daniel, but you are not in a position to lecture people with
> such language in this case. You were told repeatedly so far about what
> you should do right now. Everyone involved did their best except you at
> this point.
I'm doing what I need to do.
Daniel
--
Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
next prev parent reply other threads:[~2010-10-18 22:52 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-01 1:07 [PATCH 0/3] Allow late mdesc detection, v5 Jeremy Kerr
2010-09-01 1:07 ` [PATCH 3/3] arm: use addruart macro to establish debug mappings Jeremy Kerr
2010-09-01 1:07 ` [PATCH 2/3] arm: return both physical and virtual addresses from addruart Jeremy Kerr
2010-10-18 22:01 ` Daniel Walker
2010-10-18 22:13 ` Russell King - ARM Linux
2010-10-18 22:44 ` Daniel Walker
2010-10-19 7:54 ` Uwe Kleine-König
2010-10-18 22:30 ` Nicolas Pitre
2010-10-18 22:52 ` Daniel Walker [this message]
2010-09-01 1:07 ` [PATCH 1/3] arm/debug: consolidate addruart macros for CONFIG_DEBUG_ICEDCC Jeremy Kerr
-- strict thread matches above, loose matches on Subject: below --
2010-08-23 8:50 [PATCH 0/3] Allow late mdesc detection, v4 Jeremy Kerr
2010-08-23 8:50 ` [PATCH 2/3] arm: return both physical and virtual addresses from addruart Jeremy Kerr
2010-08-23 10:05 ` Uwe Kleine-König
2010-08-23 14:36 ` Jeremy Kerr
2010-07-30 9:22 [PATCH 0/3] Allow late mdesc detection, v3 Jeremy Kerr
2010-07-30 9:22 ` [PATCH 2/3] arm: return both physical and virtual addresses from addruart Jeremy Kerr
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1287442332.5588.108.camel@c-dwalke-linux.qualcomm.com \
--to=dwalker@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).