All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: Biju Das <biju.das@bp.renesas.com>
Cc: Fabrizio Castro <fabrizio.castro@bp.renesas.com>,
	Russell King <linux@armlinux.org.uk>,
	Tony Lindgren <tony@atomide.com>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Arnd Bergmann <arnd@arndb.de>,
	"David S. Miller" <davem@davemloft.net>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	Kishon Vijay Abraham I <kishon@ti.com>,
	Maxime Ripard <maxime.ripard@free-electrons.com>,
	Borislav Petkov <bp@suse.de>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Chris Paterson <Chris.Paterson2@renesas.com>,
	"linux-renesas-soc@vger.kernel.org"
	<linux-renesas-soc@vger.kernel.org>
Subject: Re: [PATCH  12/12] ARM: multi_v7_defconfig: Enable r8a77470 SoC
Date: Wed, 28 Mar 2018 10:26:40 +0200	[thread overview]
Message-ID: <20180328082640.py5bjsjg5dcm6c66@verge.net.au> (raw)
In-Reply-To: <OSBPR01MB21032F67E2F7463BF4CEA875B8AC0@OSBPR01MB2103.jpnprd01.prod.outlook.com>

On Tue, Mar 27, 2018 at 02:57:28PM +0000, Biju Das wrote:
> Hello Fabrizio,
> 
> Thanks for the feedback.
> 
> > > Subject: [PATCH 12/12] ARM: multi_v7_defconfig: Enable r8a77470 SoC
> > >
> > > Enable recently added r8a77470 (RZ/G1C) SoC.
> > >
> > > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > > Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > > ---
> > >  arch/arm/configs/multi_v7_defconfig | 1 +
> > >  1 file changed, 1 insertion(+)
> > >
> > > diff --git a/arch/arm/configs/multi_v7_defconfig
> > > b/arch/arm/configs/multi_v7_defconfig
> > > index c1e045a..3623900 100644
> > > --- a/arch/arm/configs/multi_v7_defconfig
> > > +++ b/arch/arm/configs/multi_v7_defconfig
> > > @@ -90,6 +90,7 @@ CONFIG_ARCH_R8A73A4=y
> > CONFIG_ARCH_R8A7740=y
> > > CONFIG_ARCH_R8A7743=y  CONFIG_ARCH_R8A7745=y
> > > +CONFIG_ARCH_R8A7747=y
> >
> > s/CONFIG_ARCH_R8A7747/CONFIG_ARCH_R8A77470/
> 
> Will send V2.

Thanks, when posting v2 please include all patches that have
not been accepted.

WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH  12/12] ARM: multi_v7_defconfig: Enable r8a77470 SoC
Date: Wed, 28 Mar 2018 10:26:40 +0200	[thread overview]
Message-ID: <20180328082640.py5bjsjg5dcm6c66@verge.net.au> (raw)
In-Reply-To: <OSBPR01MB21032F67E2F7463BF4CEA875B8AC0@OSBPR01MB2103.jpnprd01.prod.outlook.com>

On Tue, Mar 27, 2018 at 02:57:28PM +0000, Biju Das wrote:
> Hello Fabrizio,
> 
> Thanks for the feedback.
> 
> > > Subject: [PATCH 12/12] ARM: multi_v7_defconfig: Enable r8a77470 SoC
> > >
> > > Enable recently added r8a77470 (RZ/G1C) SoC.
> > >
> > > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > > Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > > ---
> > >  arch/arm/configs/multi_v7_defconfig | 1 +
> > >  1 file changed, 1 insertion(+)
> > >
> > > diff --git a/arch/arm/configs/multi_v7_defconfig
> > > b/arch/arm/configs/multi_v7_defconfig
> > > index c1e045a..3623900 100644
> > > --- a/arch/arm/configs/multi_v7_defconfig
> > > +++ b/arch/arm/configs/multi_v7_defconfig
> > > @@ -90,6 +90,7 @@ CONFIG_ARCH_R8A73A4=y
> > CONFIG_ARCH_R8A7740=y
> > > CONFIG_ARCH_R8A7743=y  CONFIG_ARCH_R8A7745=y
> > > +CONFIG_ARCH_R8A7747=y
> >
> > s/CONFIG_ARCH_R8A7747/CONFIG_ARCH_R8A77470/
> 
> Will send V2.

Thanks, when posting v2 please include all patches that have
not been accepted.

  reply	other threads:[~2018-03-28  8:26 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-27 14:37 [PATCH 00/12] Add r8a77470/iW-RainboW-G23S single board computer support Biju Das
2018-03-27 14:37 ` Biju Das
2018-03-27 14:37 ` Biju Das
2018-03-27 14:37 ` [PATCH 01/12] soc: renesas: rcar-sysc: Add r8a77470 support Biju Das
2018-03-28  7:51   ` Geert Uytterhoeven
2018-03-28  8:51     ` Biju Das
2018-03-28  8:51       ` Biju Das
2018-03-27 14:37 ` [PATCH 02/12] soc: renesas: Identify RZ/G1C Biju Das
2018-03-28  7:37   ` Geert Uytterhoeven
2018-03-28  7:54     ` Simon Horman
2018-03-27 14:37 ` [PATCH 03/12] soc: renesas: rcar-rst: Add support for RZ/G1C Biju Das
2018-03-28  8:00   ` Geert Uytterhoeven
2018-03-28  8:13     ` Simon Horman
2018-03-27 14:37 ` [PATCH 04/12] serial: sh-sci: Document r8a77470 bindings Biju Das
2018-03-28  8:03   ` Geert Uytterhoeven
2018-03-28  8:14     ` Simon Horman
2018-03-27 14:37 ` [PATCH 05/12] clk: renesas: Add r8a77470 CPG Core Clock Definitions Biju Das
2018-03-28  8:19   ` Geert Uytterhoeven
2018-03-28  8:53     ` Biju Das
2018-03-28  8:53       ` Biju Das
2018-03-27 14:37 ` [PATCH 06/12] clk: renesas: cpg-mssr: Add r8a77470 support Biju Das
2018-03-28 12:20   ` Geert Uytterhoeven
2018-03-28 18:41     ` Biju Das
2018-03-28 18:41       ` Biju Das
2018-03-28 18:41       ` Biju Das
2018-03-27 14:37 ` [PATCH 07/12] ARM: shmobile: r8a77470: basic SoC support Biju Das
2018-03-27 14:37   ` Biju Das
2018-03-27 14:37   ` Biju Das
2018-03-28  7:34   ` Geert Uytterhoeven
2018-03-28  7:34     ` Geert Uytterhoeven
2018-03-28  7:34     ` Geert Uytterhoeven
2018-03-27 14:37 ` [PATCH 08/12] ARM: dts: r8a77470: Initial SoC device tree Biju Das
2018-03-27 14:37   ` Biju Das
2018-03-27 14:37   ` Biju Das
2018-03-28 12:57   ` Geert Uytterhoeven
2018-03-28 12:57     ` Geert Uytterhoeven
2018-03-28 12:57     ` Geert Uytterhoeven
2018-03-28 13:16     ` Biju Das
2018-03-28 13:16       ` Biju Das
2018-03-28 13:16       ` Biju Das
2018-03-27 14:37 ` [PATCH 09/12] ARM: shmobile: Document iW-RainboW-G23S single board computer Biju Das
2018-03-28  7:36   ` Geert Uytterhoeven
2018-03-28  8:23     ` Simon Horman
2018-03-29 10:00       ` Fabrizio Castro
2018-03-29 10:00         ` Fabrizio Castro
2018-03-30  6:56         ` Simon Horman
2018-03-27 14:37 ` [PATCH 10/12] ARM: dts: iwg23s-sbc: Add support for iWave G23S-SBC based on RZ/G1C Biju Das
2018-03-27 14:37   ` Biju Das
2018-03-27 14:37   ` Biju Das
2018-03-28 13:07   ` Geert Uytterhoeven
2018-03-28 13:07     ` Geert Uytterhoeven
2018-03-28 13:07     ` Geert Uytterhoeven
2018-03-28 13:13     ` Biju Das
2018-03-28 13:13       ` Biju Das
2018-03-28 13:13       ` Biju Das
2018-03-28 13:49       ` Geert Uytterhoeven
2018-03-28 13:49         ` Geert Uytterhoeven
2018-03-28 13:49         ` Geert Uytterhoeven
2018-03-28 13:55         ` Biju Das
2018-03-28 13:55           ` Biju Das
2018-03-28 13:55           ` Biju Das
2018-03-27 14:37 ` [PATCH 11/12] ARM: shmobile: defconfig: Enable r8a77470 SoC Biju Das
2018-03-27 14:37   ` Biju Das
2018-03-28  7:36   ` Geert Uytterhoeven
2018-03-28  7:36     ` Geert Uytterhoeven
2018-03-28  8:25     ` Simon Horman
2018-03-28  8:25       ` Simon Horman
2018-03-27 14:37 ` [PATCH 12/12] ARM: multi_v7_defconfig: " Biju Das
2018-03-27 14:37   ` Biju Das
2018-03-27 14:51   ` Fabrizio Castro
2018-03-27 14:51     ` Fabrizio Castro
2018-03-27 14:57     ` Biju Das
2018-03-27 14:57       ` Biju Das
2018-03-28  8:26       ` Simon Horman [this message]
2018-03-28  8:26         ` Simon Horman

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=20180328082640.py5bjsjg5dcm6c66@verge.net.au \
    --to=horms@verge.net.au \
    --cc=Chris.Paterson2@renesas.com \
    --cc=arnd@arndb.de \
    --cc=biju.das@bp.renesas.com \
    --cc=bp@suse.de \
    --cc=davem@davemloft.net \
    --cc=fabrizio.castro@bp.renesas.com \
    --cc=geert+renesas@glider.be \
    --cc=kishon@ti.com \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=m.szyprowski@samsung.com \
    --cc=maxime.ripard@free-electrons.com \
    --cc=tony@atomide.com \
    /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.