All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: renesas_defconfig: enable R8A774A1 SoC
@ 2018-08-14 10:04 Biju Das
  2018-08-17  9:43 ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Biju Das @ 2018-08-14 10:04 UTC (permalink / raw)
  To: Simon Horman
  Cc: Biju Das, Magnus Damm, linux-renesas-soc, Geert Uytterhoeven,
	Chris Paterson, Fabrizio Castro

Enable the Renesas RZ/G2M (R8A774A1) SoC in the ARM64 renesas_defconfig.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 arch/arm64/configs/renesas_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 80071d4..e2336fd 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -31,6 +31,7 @@ CONFIG_JUMP_LABEL=y
 CONFIG_BLK_DEV_INTEGRITY=y
 # CONFIG_IOSCHED_DEADLINE is not set
 CONFIG_ARCH_RENESAS=y
+CONFIG_ARCH_R8A774A1=y
 CONFIG_ARCH_R8A7795=y
 CONFIG_ARCH_R8A7796=y
 CONFIG_ARCH_R8A77965=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: renesas_defconfig: enable R8A774A1 SoC
  2018-08-14 10:04 [PATCH] arm64: renesas_defconfig: enable R8A774A1 SoC Biju Das
@ 2018-08-17  9:43 ` Simon Horman
  2018-08-17  9:46   ` Biju Das
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2018-08-17  9:43 UTC (permalink / raw)
  To: Biju Das
  Cc: Magnus Damm, linux-renesas-soc, Geert Uytterhoeven,
	Chris Paterson, Fabrizio Castro

On Tue, Aug 14, 2018 at 11:04:50AM +0100, Biju Das wrote:
> Enable the Renesas RZ/G2M (R8A774A1) SoC in the ARM64 renesas_defconfig.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Thanks,

I have applied this to the topic/renesas-defconfig branch which is included
in the devel branch and tags of the Renesas tree as a convenience to
developers.  The branch is not, however, included in the next branch or
tags nor is it targeted at upstream.

Please consider providing, as a follow-up, a similar patch for the
upstream defconfig, arch/arm64/configs/defconfig

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH] arm64: renesas_defconfig: enable R8A774A1 SoC
  2018-08-17  9:43 ` Simon Horman
@ 2018-08-17  9:46   ` Biju Das
  2018-08-17 10:18     ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Biju Das @ 2018-08-17  9:46 UTC (permalink / raw)
  To: Simon Horman
  Cc: Magnus Damm, linux-renesas-soc, Geert Uytterhoeven,
	Chris Paterson, Fabrizio Castro

Hi Simon,

Thanks for the feedback.

> Subject: Re: [PATCH] arm64: renesas_defconfig: enable R8A774A1 SoC
>
> On Tue, Aug 14, 2018 at 11:04:50AM +0100, Biju Das wrote:
> > Enable the Renesas RZ/G2M (R8A774A1) SoC in the ARM64
> renesas_defconfig.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
>
> Thanks,
>
> I have applied this to the topic/renesas-defconfig branch which is included in
> the devel branch and tags of the Renesas tree as a convenience to
> developers.  The branch is not, however, included in the next branch or tags
> nor is it targeted at upstream.
>
> Please consider providing, as a follow-up, a similar patch for the upstream
> defconfig, arch/arm64/configs/defconfig

I have already sent a patch for this.
https://patchwork.kernel.org/patch/10563917/

regards,
Biju





Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: renesas_defconfig: enable R8A774A1 SoC
  2018-08-17  9:46   ` Biju Das
@ 2018-08-17 10:18     ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-08-17 10:18 UTC (permalink / raw)
  To: Biju Das
  Cc: Magnus Damm, linux-renesas-soc, Geert Uytterhoeven,
	Chris Paterson, Fabrizio Castro

On Fri, Aug 17, 2018 at 09:46:34AM +0000, Biju Das wrote:
> Hi Simon,
> 
> Thanks for the feedback.
> 
> > Subject: Re: [PATCH] arm64: renesas_defconfig: enable R8A774A1 SoC
> >
> > On Tue, Aug 14, 2018 at 11:04:50AM +0100, Biju Das wrote:
> > > Enable the Renesas RZ/G2M (R8A774A1) SoC in the ARM64
> > renesas_defconfig.
> > >
> > > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > > Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> >
> > Thanks,
> >
> > I have applied this to the topic/renesas-defconfig branch which is included in
> > the devel branch and tags of the Renesas tree as a convenience to
> > developers.  The branch is not, however, included in the next branch or tags
> > nor is it targeted at upstream.
> >
> > Please consider providing, as a follow-up, a similar patch for the upstream
> > defconfig, arch/arm64/configs/defconfig
> 
> I have already sent a patch for this.
> https://patchwork.kernel.org/patch/10563917/

Thanks, I see that now.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-08-17 13:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-14 10:04 [PATCH] arm64: renesas_defconfig: enable R8A774A1 SoC Biju Das
2018-08-17  9:43 ` Simon Horman
2018-08-17  9:46   ` Biju Das
2018-08-17 10:18     ` Simon Horman

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.