* [PATCH renesas/devel 0/2] ARM: Enable r8a774[35] SoCs in defconfigs
@ 2016-12-06 13:32 Simon Horman
2016-12-06 13:32 ` [PATCH renesas/devel 1/2] ARM: shmobile: defconfig: Enable r8a774[35] SoCs Simon Horman
2016-12-06 13:32 ` [PATCH renesas/devel 2/2] ARM: multi_v7_defconfig: " Simon Horman
0 siblings, 2 replies; 6+ messages in thread
From: Simon Horman @ 2016-12-06 13:32 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
this short series enables recently added r8a7743 (RZ/G1M) and r8a7745
(RZ/G1E) SoCs in relevant defconfigs.
Based on renesas-devel-20161206-v4.9-rc8
Simon Horman (2):
ARM: shmobile: defconfig: Enable r8a774[35] SoCs
ARM: multi_v7_defconfig: Enable r8a774[35] SoCs
arch/arm/configs/multi_v7_defconfig | 2 ++
arch/arm/configs/shmobile_defconfig | 2 ++
2 files changed, 4 insertions(+)
--
2.7.0.rc3.207.g0ac5344
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH renesas/devel 1/2] ARM: shmobile: defconfig: Enable r8a774[35] SoCs
2016-12-06 13:32 [PATCH renesas/devel 0/2] ARM: Enable r8a774[35] SoCs in defconfigs Simon Horman
@ 2016-12-06 13:32 ` Simon Horman
2016-12-06 14:00 ` Geert Uytterhoeven
2016-12-06 13:32 ` [PATCH renesas/devel 2/2] ARM: multi_v7_defconfig: " Simon Horman
1 sibling, 1 reply; 6+ messages in thread
From: Simon Horman @ 2016-12-06 13:32 UTC (permalink / raw)
To: linux-arm-kernel
Enable recently added r8a7743 (RZ/G1M) and r8a7745 (RZ/G1E) SoCs.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/shmobile_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index b66e17aec058..760688aa5c79 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -14,6 +14,8 @@ CONFIG_ARCH_EMEV2=y
CONFIG_ARCH_R7S72100=y
CONFIG_ARCH_R8A73A4=y
CONFIG_ARCH_R8A7740=y
+CONFIG_ARCH_R8A7743=y
+CONFIG_ARCH_R8A7745=y
CONFIG_ARCH_R8A7778=y
CONFIG_ARCH_R8A7779=y
CONFIG_ARCH_R8A7790=y
--
2.7.0.rc3.207.g0ac5344
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH renesas/devel 1/2] ARM: shmobile: defconfig: Enable r8a774[35] SoCs
2016-12-06 13:32 ` [PATCH renesas/devel 1/2] ARM: shmobile: defconfig: Enable r8a774[35] SoCs Simon Horman
@ 2016-12-06 14:00 ` Geert Uytterhoeven
2016-12-08 13:26 ` Simon Horman
0 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2016-12-06 14:00 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Dec 6, 2016 at 2:32 PM, Simon Horman <horms+renesas@verge.net.au> wrote:
> Enable recently added r8a7743 (RZ/G1M) and r8a7745 (RZ/G1E) SoCs.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
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 renesas/devel 1/2] ARM: shmobile: defconfig: Enable r8a774[35] SoCs
2016-12-06 14:00 ` Geert Uytterhoeven
@ 2016-12-08 13:26 ` Simon Horman
0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2016-12-08 13:26 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Dec 06, 2016 at 03:00:53PM +0100, Geert Uytterhoeven wrote:
> On Tue, Dec 6, 2016 at 2:32 PM, Simon Horman <horms+renesas@verge.net.au> wrote:
> > Enable recently added r8a7743 (RZ/G1M) and r8a7745 (RZ/G1E) SoCs.
> >
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
>
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Thanks, I have queued up this and the following patch for v4.11.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH renesas/devel 2/2] ARM: multi_v7_defconfig: Enable r8a774[35] SoCs
2016-12-06 13:32 [PATCH renesas/devel 0/2] ARM: Enable r8a774[35] SoCs in defconfigs Simon Horman
2016-12-06 13:32 ` [PATCH renesas/devel 1/2] ARM: shmobile: defconfig: Enable r8a774[35] SoCs Simon Horman
@ 2016-12-06 13:32 ` Simon Horman
2016-12-06 14:01 ` Geert Uytterhoeven
1 sibling, 1 reply; 6+ messages in thread
From: Simon Horman @ 2016-12-06 13:32 UTC (permalink / raw)
To: linux-arm-kernel
Enable recently added r8a7743 (RZ/G1M) and r8a7745 (RZ/G1E) SoCs.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/multi_v7_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 11f37ed1dbff..770e96d61a64 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -87,6 +87,8 @@ CONFIG_ARCH_EMEV2=y
CONFIG_ARCH_R7S72100=y
CONFIG_ARCH_R8A73A4=y
CONFIG_ARCH_R8A7740=y
+CONFIG_ARCH_R8A7743=y
+CONFIG_ARCH_R8A7745=y
CONFIG_ARCH_R8A7778=y
CONFIG_ARCH_R8A7779=y
CONFIG_ARCH_R8A7790=y
--
2.7.0.rc3.207.g0ac5344
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH renesas/devel 2/2] ARM: multi_v7_defconfig: Enable r8a774[35] SoCs
2016-12-06 13:32 ` [PATCH renesas/devel 2/2] ARM: multi_v7_defconfig: " Simon Horman
@ 2016-12-06 14:01 ` Geert Uytterhoeven
0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2016-12-06 14:01 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Dec 6, 2016 at 2:32 PM, Simon Horman <horms+renesas@verge.net.au> wrote:
> Enable recently added r8a7743 (RZ/G1M) and r8a7745 (RZ/G1E) SoCs.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
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
end of thread, other threads:[~2016-12-08 13:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-06 13:32 [PATCH renesas/devel 0/2] ARM: Enable r8a774[35] SoCs in defconfigs Simon Horman
2016-12-06 13:32 ` [PATCH renesas/devel 1/2] ARM: shmobile: defconfig: Enable r8a774[35] SoCs Simon Horman
2016-12-06 14:00 ` Geert Uytterhoeven
2016-12-08 13:26 ` Simon Horman
2016-12-06 13:32 ` [PATCH renesas/devel 2/2] ARM: multi_v7_defconfig: " Simon Horman
2016-12-06 14:01 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox