From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 2/4] ARM: debug: support debug ll on hisilicon soc
Date: Wed, 14 Aug 2013 23:54:28 +0100 [thread overview]
Message-ID: <20130814225428.GB23006@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <20130814162502.GA16491@quad.lixom.net>
On Wed, Aug 14, 2013 at 09:25:02AM -0700, Olof Johansson wrote:
> On Wed, Aug 14, 2013 at 04:44:44PM +0100, Russell King - ARM Linux wrote:
> > On Tue, Aug 13, 2013 at 11:39:16PM -0700, Olof Johansson wrote:
> > > On Fri, Jul 26, 2013 at 12:32:13PM +0800, Haojian Zhuang wrote:
> > > > Support UART0 debug ll on hisilicon Hi3620 SoC.
> > > >
> > > > Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
> > >
> > >
> > > Applied, thanks.
> >
> > Applied without reference to my debug cleanup series which has been
> > sitting in linux-next for ages?
> >
> > Whatever happened to encouraging people to do things in a manner
> > compatible with the cleanups we're trying to do?
>
> I quite frankly forgot that this was pending for 3.12 in your tree.
>
> Thanks for catching this, I'll revert the patch in arm-soc and let it go
> in through yours on top of your cleanups.
Has this been pushed out yet? I'm getting this new conflict:
++<<<<<<< HEAD
++=======
+ default "debug/keystone.S" if DEBUG_KEYSTONE_UART0 || \
+ DEBUG_KEYSTONE_UART1
+ default "debug/msm.S" if DEBUG_MSM_UART1 || \
+ DEBUG_MSM_UART2 || \
+ DEBUG_MSM_UART3 || \
+ DEBUG_MSM8660_UART || \
+ DEBUG_MSM8960_UART
+ default "debug/mvebu.S" if DEBUG_MVEBU_UART || \
+ DEBUG_MVEBU_UART_ALTERNATE
+ default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART
+ default "debug/nomadik.S" if DEBUG_NOMADIK_UART
+ default "debug/nspire.S" if DEBUG_NSPIRE_CX_UART || \
+ DEBUG_NSPIRE_CLASSIC_UART
++>>>>>>> arm-soc/for-next
This seems to be due to the addition of MSM here. If stuff like this
is going to go through arm-soc, I'm going to make no guarantees of
getting this stuff anywhere close to being correct for the next merge
window, because its too complicated to deal with properly in git
merges.
Also:
CONFLICT (delete/modify): arch/arm/include/debug/highbank.S deleted in HEAD and modified in arm-soc/for-next. Version arm-soc/for-next of arch/arm/include/debug/highbank.S left in tree.
which seems to be a change in the virtual address of the port. This
one is particularly nasty because it needs to be moved to a completely
different file and therefore is not git rerere'able. Does it have any
dependencies?
next prev parent reply other threads:[~2013-08-14 22:54 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-26 4:32 [PATCH v6 0/6] support Hisilicon SoC Haojian Zhuang
2013-07-26 4:32 ` [PATCH v6 1/4] clk: hi3xxx: add clock support Haojian Zhuang
2013-08-09 15:14 ` Mark Rutland
2013-07-26 4:32 ` [PATCH v6 2/4] ARM: debug: support debug ll on hisilicon soc Haojian Zhuang
2013-08-14 6:39 ` Olof Johansson
2013-08-14 15:44 ` Russell King - ARM Linux
2013-08-14 16:25 ` Olof Johansson
2013-08-14 22:54 ` Russell King - ARM Linux [this message]
2013-08-14 23:03 ` Olof Johansson
2013-08-15 15:44 ` Kevin Hilman
2013-08-14 6:44 ` Olof Johansson
2013-08-14 15:32 ` Haojian Zhuang
2013-08-14 15:46 ` Russell King - ARM Linux
2013-08-14 15:50 ` Haojian Zhuang
2013-07-26 4:32 ` [PATCH v6 3/4] ARM: hi3xxx: add board support with device tree Haojian Zhuang
2013-08-09 15:18 ` Mark Rutland
2013-08-14 6:48 ` Olof Johansson
2013-07-26 4:32 ` [PATCH v6 4/4] ARM: hi3xxx: enable hi4511 " Haojian Zhuang
2013-08-09 15:25 ` Mark Rutland
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=20130814225428.GB23006@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--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).