* [PATCH] arm64: defconfig: enable R8A77970 SoC
@ 2017-09-22 21:36 Sergei Shtylyov
2017-09-23 11:05 ` Geert Uytterhoeven
0 siblings, 1 reply; 6+ messages in thread
From: Sergei Shtylyov @ 2017-09-22 21:36 UTC (permalink / raw)
To: linux-arm-kernel
Enable the Renesas R-Car V3M (R8A77970) SoC in the ARM64 defconfig.
Suggested-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
---
The patch is against the ARM64 repo's 'for-next/core' branch plus the patch
enabling R8A77995 SoC (https://patchwork.kernel.org/patch/9905747/).
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
Index: linux/arch/arm64/configs/defconfig
===================================================================
--- linux.orig/arch/arm64/configs/defconfig
+++ linux/arch/arm64/configs/defconfig
@@ -50,6 +50,7 @@ CONFIG_ARCH_SEATTLE=y
CONFIG_ARCH_RENESAS=y
CONFIG_ARCH_R8A7795=y
CONFIG_ARCH_R8A7796=y
+CONFIG_ARCH_R8A77970=y
CONFIG_ARCH_R8A77995=y
CONFIG_ARCH_STRATIX10=y
CONFIG_ARCH_TEGRA=y
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] arm64: defconfig: enable R8A77970 SoC
2017-09-22 21:36 [PATCH] arm64: defconfig: enable R8A77970 SoC Sergei Shtylyov
@ 2017-09-23 11:05 ` Geert Uytterhoeven
2017-09-25 7:21 ` Simon Horman
0 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2017-09-23 11:05 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Sep 22, 2017 at 11:36 PM, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
> Enable the Renesas R-Car V3M (R8A77970) SoC in the ARM64 defconfig.
>
> Suggested-by: Simon Horman <horms@verge.net.au>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] arm64: defconfig: enable R8A77970 SoC
2017-09-23 11:05 ` Geert Uytterhoeven
@ 2017-09-25 7:21 ` Simon Horman
0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2017-09-25 7:21 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Sep 23, 2017 at 01:05:25PM +0200, Geert Uytterhoeven wrote:
> On Fri, Sep 22, 2017 at 11:36 PM, Sergei Shtylyov
> <sergei.shtylyov@cogentembedded.com> wrote:
> > Enable the Renesas R-Car V3M (R8A77970) SoC in the ARM64 defconfig.
> >
> > Suggested-by: Simon Horman <horms@verge.net.au>
> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Thanks, applied.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] arm64: defconfig: enable R8A77970 SoC
@ 2018-02-02 9:36 Simon Horman
2018-02-02 9:55 ` Geert Uytterhoeven
0 siblings, 1 reply; 6+ messages in thread
From: Simon Horman @ 2018-02-02 9:36 UTC (permalink / raw)
To: linux-arm-kernel
Enable the Renesas R-Car V3H (R8A77970) SoC in the ARM64 defconfig.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
Based on renesas-devel-20180130v2-v4.15
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6356c6da34ea..45a423f845c7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -52,6 +52,7 @@ CONFIG_ARCH_RENESAS=y
CONFIG_ARCH_R8A7795=y
CONFIG_ARCH_R8A7796=y
CONFIG_ARCH_R8A77970=y
+CONFIG_ARCH_R8A77980=y
CONFIG_ARCH_R8A77995=y
CONFIG_ARCH_STRATIX10=y
CONFIG_ARCH_TEGRA=y
--
2.11.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] arm64: defconfig: enable R8A77970 SoC
2018-02-02 9:36 Simon Horman
@ 2018-02-02 9:55 ` Geert Uytterhoeven
2018-02-02 9:57 ` Simon Horman
0 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2018-02-02 9:55 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Feb 2, 2018 at 10:36 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Enable the Renesas R-Car V3H (R8A77970) SoC in the ARM64 defconfig.
Wrong subject, wrong body ;-)
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> Based on renesas-devel-20180130v2-v4.15
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 6356c6da34ea..45a423f845c7 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -52,6 +52,7 @@ CONFIG_ARCH_RENESAS=y
> CONFIG_ARCH_R8A7795=y
> CONFIG_ARCH_R8A7796=y
> CONFIG_ARCH_R8A77970=y
> +CONFIG_ARCH_R8A77980=y
> CONFIG_ARCH_R8A77995=y
> CONFIG_ARCH_STRATIX10=y
> CONFIG_ARCH_TEGRA=y
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] arm64: defconfig: enable R8A77970 SoC
2018-02-02 9:55 ` Geert Uytterhoeven
@ 2018-02-02 9:57 ` Simon Horman
0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2018-02-02 9:57 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Feb 02, 2018 at 10:55:22AM +0100, Geert Uytterhoeven wrote:
> On Fri, Feb 2, 2018 at 10:36 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > Enable the Renesas R-Car V3H (R8A77970) SoC in the ARM64 defconfig.
>
> Wrong subject, wrong body ;-)
Sorry, cut and paste madness.
>
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > ---
> > arch/arm64/configs/defconfig | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > Based on renesas-devel-20180130v2-v4.15
> >
> > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> > index 6356c6da34ea..45a423f845c7 100644
> > --- a/arch/arm64/configs/defconfig
> > +++ b/arch/arm64/configs/defconfig
> > @@ -52,6 +52,7 @@ CONFIG_ARCH_RENESAS=y
> > CONFIG_ARCH_R8A7795=y
> > CONFIG_ARCH_R8A7796=y
> > CONFIG_ARCH_R8A77970=y
> > +CONFIG_ARCH_R8A77980=y
> > CONFIG_ARCH_R8A77995=y
> > CONFIG_ARCH_STRATIX10=y
> > CONFIG_ARCH_TEGRA=y
>
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> -- Linus Torvalds
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-02-02 9:57 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-22 21:36 [PATCH] arm64: defconfig: enable R8A77970 SoC Sergei Shtylyov
2017-09-23 11:05 ` Geert Uytterhoeven
2017-09-25 7:21 ` Simon Horman
-- strict thread matches above, loose matches on Subject: below --
2018-02-02 9:36 Simon Horman
2018-02-02 9:55 ` Geert Uytterhoeven
2018-02-02 9:57 ` Simon Horman
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).