From: Arnd Bergmann <arnd@arndb.de>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 3/4] ARM: shmobile: rcar-gen2: Add CA7 arch_timer initialization for r8a7794
Date: Wed, 12 Nov 2014 08:53:45 +0000 [thread overview]
Message-ID: <2020527.4axRFYCiLW@wuerfel> (raw)
In-Reply-To: <20141111235954.GA12594@verge.net.au>
On Wednesday 12 November 2014 08:59:55 Simon Horman wrote:
> > > From 8bf0a4cae3137411498ff23ca46f693e4c22a25b Mon Sep 17 00:00:00 2001
> > > From: Arnd Bergmann <arnd@arndb.de>
> > > Date: Tue, 11 Nov 2014 16:36:50 +0100
> > > Subject: [PATCH] ARM: shmobile: always build rcar setup for armv7
> > >
> > > In a combined ARMv6/v7 kernel, the setup-rcar-gen2.c cannot
> > > currently be compiled correctly because it uses the isb
> > > instruction that is not available on ARMv6. Adding the
> > > -march=armv7-a flag lets the compiler know that it is safe
> > > to build this file for ARMv7.
> > >
> > > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> >
> > Thanks, this is a better solution than "[RFT] ARM: shmobile: rcar-gen2:
> > Fix build breakage" (https://lkml.org/lkml/2014/10/31/338).
> >
> > Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> Agreed.
>
> Acked-by: Simon Horman <horms+renesas@verge.net.au>
>
> Arnd, what is the best way to get this patch merged?
> Do you plan to take it or should I?
I believe the problem only exists in your tree at the moment, not in arm-soc,
so please apply it on top of the branch that introduced the build error
before sending it to arm-soc. If you have already sent a pull request
but we haven't taken it yet, send an updated pull request that adds
this patch.
Arnd
WARNING: multiple messages have this Message-ID (diff)
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/4] ARM: shmobile: rcar-gen2: Add CA7 arch_timer initialization for r8a7794
Date: Wed, 12 Nov 2014 09:53:45 +0100 [thread overview]
Message-ID: <2020527.4axRFYCiLW@wuerfel> (raw)
In-Reply-To: <20141111235954.GA12594@verge.net.au>
On Wednesday 12 November 2014 08:59:55 Simon Horman wrote:
> > > From 8bf0a4cae3137411498ff23ca46f693e4c22a25b Mon Sep 17 00:00:00 2001
> > > From: Arnd Bergmann <arnd@arndb.de>
> > > Date: Tue, 11 Nov 2014 16:36:50 +0100
> > > Subject: [PATCH] ARM: shmobile: always build rcar setup for armv7
> > >
> > > In a combined ARMv6/v7 kernel, the setup-rcar-gen2.c cannot
> > > currently be compiled correctly because it uses the isb
> > > instruction that is not available on ARMv6. Adding the
> > > -march=armv7-a flag lets the compiler know that it is safe
> > > to build this file for ARMv7.
> > >
> > > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> >
> > Thanks, this is a better solution than "[RFT] ARM: shmobile: rcar-gen2:
> > Fix build breakage" (https://lkml.org/lkml/2014/10/31/338).
> >
> > Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> Agreed.
>
> Acked-by: Simon Horman <horms+renesas@verge.net.au>
>
> Arnd, what is the best way to get this patch merged?
> Do you plan to take it or should I?
I believe the problem only exists in your tree at the moment, not in arm-soc,
so please apply it on top of the branch that introduced the build error
before sending it to arm-soc. If you have already sent a pull request
but we haven't taken it yet, send an updated pull request that adds
this patch.
Arnd
next prev parent reply other threads:[~2014-11-12 8:53 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-04 1:50 [GIT PULL] Renesas ARM Based SoC Soc Updates for v3.19 Simon Horman
2014-11-04 1:50 ` Simon Horman
2014-11-04 1:50 ` [PATCH 1/4] ARM: shmobile: Handle CA7 arch timer delay Simon Horman
2014-11-04 1:50 ` Simon Horman
2014-11-04 1:50 ` [PATCH 2/4] ARM: shmobile: sh7372: Add shmobile_init_late() Simon Horman
2014-11-04 1:50 ` Simon Horman
2014-11-04 1:50 ` [PATCH 3/4] ARM: shmobile: rcar-gen2: Add CA7 arch_timer initialization for r8a7794 Simon Horman
2014-11-04 1:50 ` Simon Horman
2014-11-11 18:27 ` Arnd Bergmann
2014-11-11 18:27 ` Arnd Bergmann
2014-11-11 19:00 ` Geert Uytterhoeven
2014-11-11 19:00 ` Geert Uytterhoeven
2014-11-11 23:59 ` Simon Horman
2014-11-11 23:59 ` Simon Horman
2014-11-12 8:53 ` Arnd Bergmann [this message]
2014-11-12 8:53 ` Arnd Bergmann
2014-11-12 9:14 ` Simon Horman
2014-11-12 9:14 ` Simon Horman
2014-11-04 1:50 ` [PATCH 4/4] ARM: shmobile: Select CONFIG_ZONE_DMA when CONFIG_ARM_LPAE is enabled Simon Horman
2014-11-04 1:50 ` Simon Horman
2014-11-19 21:05 ` [GIT PULL] Renesas ARM Based SoC Soc Updates for v3.19 Arnd Bergmann
2014-11-19 21:05 ` Arnd Bergmann
2014-11-27 20:48 ` Laurent Pinchart
2014-11-27 20:48 ` Laurent Pinchart
2014-12-04 12:52 ` Arnd Bergmann
2014-12-04 12:52 ` Arnd Bergmann
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=2020527.4axRFYCiLW@wuerfel \
--to=arnd@arndb.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.