* [PATCH 0/2] ARM: Enable r8a7793/gose in defconfigs
@ 2015-06-02 1:34 Simon Horman
2015-06-02 1:34 ` [PATCH 1/2] ARM: shmobile: Enable gose board in multiplatform defconfig Simon Horman
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Simon Horman @ 2015-06-02 1:34 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
this small series enables the r8a7793/gose in both
multi_v7_defconfig and shmobile_defconfig.
Based on the defconfig-for-v4.3 branch of my renesas tree,
which is in turn based on v4.1-rc1.
Simon Horman (2):
ARM: shmobile: Enable gose board in multiplatform defconfig
ARM: multi_v7_defconfig: Enable shmobile r8a7793/gose platform
arch/arm/configs/multi_v7_defconfig | 1 +
arch/arm/configs/shmobile_defconfig | 1 +
2 files changed, 2 insertions(+)
--
2.1.4
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/2] ARM: shmobile: Enable gose board in multiplatform defconfig
2015-06-02 1:34 [PATCH 0/2] ARM: Enable r8a7793/gose in defconfigs Simon Horman
@ 2015-06-02 1:34 ` Simon Horman
2015-06-02 7:02 ` Geert Uytterhoeven
2015-06-02 1:34 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable shmobile r8a7793/gose platform Simon Horman
2015-06-02 8:43 ` [PATCH 0/2] ARM: Enable r8a7793/gose in defconfigs Arnd Bergmann
2 siblings, 1 reply; 8+ messages in thread
From: Simon Horman @ 2015-06-02 1:34 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/shmobile_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index b58618e2d13c..4a6a1b2b8e03 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -18,6 +18,7 @@ CONFIG_ARCH_R8A7778=y
CONFIG_ARCH_R8A7779=y
CONFIG_ARCH_R8A7790=y
CONFIG_ARCH_R8A7791=y
+CONFIG_ARCH_R8A7793=y
CONFIG_ARCH_R8A7794=y
CONFIG_ARCH_SH73A0=y
CONFIG_MACH_MARZEN=y
--
2.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/2] ARM: multi_v7_defconfig: Enable shmobile r8a7793/gose platform
2015-06-02 1:34 [PATCH 0/2] ARM: Enable r8a7793/gose in defconfigs Simon Horman
2015-06-02 1:34 ` [PATCH 1/2] ARM: shmobile: Enable gose board in multiplatform defconfig Simon Horman
@ 2015-06-02 1:34 ` Simon Horman
2015-06-02 7:03 ` Geert Uytterhoeven
2015-06-02 8:43 ` [PATCH 0/2] ARM: Enable r8a7793/gose in defconfigs Arnd Bergmann
2 siblings, 1 reply; 8+ messages in thread
From: Simon Horman @ 2015-06-02 1:34 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
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 0d6d6984eb71..ffe3346529f9 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -72,6 +72,7 @@ CONFIG_ARCH_R8A7740=y
CONFIG_ARCH_R8A7779=y
CONFIG_ARCH_R8A7790=y
CONFIG_ARCH_R8A7791=y
+CONFIG_ARCH_R8A7793=y
CONFIG_ARCH_R8A7794=y
CONFIG_ARCH_SH73A0=y
CONFIG_MACH_MARZEN=y
--
2.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 1/2] ARM: shmobile: Enable gose board in multiplatform defconfig
2015-06-02 1:34 ` [PATCH 1/2] ARM: shmobile: Enable gose board in multiplatform defconfig Simon Horman
@ 2015-06-02 7:02 ` Geert Uytterhoeven
2015-06-03 0:32 ` Simon Horman
0 siblings, 1 reply; 8+ messages in thread
From: Geert Uytterhoeven @ 2015-06-02 7:02 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jun 2, 2015 at 3:34 AM, Simon Horman <horms+renesas@verge.net.au> wrote:
> 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] 8+ messages in thread
* [PATCH 2/2] ARM: multi_v7_defconfig: Enable shmobile r8a7793/gose platform
2015-06-02 1:34 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable shmobile r8a7793/gose platform Simon Horman
@ 2015-06-02 7:03 ` Geert Uytterhoeven
0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2015-06-02 7:03 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jun 2, 2015 at 3:34 AM, Simon Horman <horms+renesas@verge.net.au> wrote:
> 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] 8+ messages in thread
* [PATCH 0/2] ARM: Enable r8a7793/gose in defconfigs
2015-06-02 1:34 [PATCH 0/2] ARM: Enable r8a7793/gose in defconfigs Simon Horman
2015-06-02 1:34 ` [PATCH 1/2] ARM: shmobile: Enable gose board in multiplatform defconfig Simon Horman
2015-06-02 1:34 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable shmobile r8a7793/gose platform Simon Horman
@ 2015-06-02 8:43 ` Arnd Bergmann
2015-06-02 23:15 ` Simon Horman
2 siblings, 1 reply; 8+ messages in thread
From: Arnd Bergmann @ 2015-06-02 8:43 UTC (permalink / raw)
To: linux-arm-kernel
On Tuesday 02 June 2015 10:34:35 Simon Horman wrote:
> this small series enables the r8a7793/gose in both
> multi_v7_defconfig and shmobile_defconfig.
>
> Based on the defconfig-for-v4.3 branch of my renesas tree,
> which is in turn based on v4.1-rc1.
>
No objections to the patches, just wow, your board names are getting
increasingly obscure. ;-)
I grew up close enough to the area in which it was originally
invented but had to look up Gose on wikipedia to even know that
it refers to a beer (which I was guessing only based on the other
board names).
Arnd
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 0/2] ARM: Enable r8a7793/gose in defconfigs
2015-06-02 8:43 ` [PATCH 0/2] ARM: Enable r8a7793/gose in defconfigs Arnd Bergmann
@ 2015-06-02 23:15 ` Simon Horman
0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2015-06-02 23:15 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jun 02, 2015 at 10:43:46AM +0200, Arnd Bergmann wrote:
> On Tuesday 02 June 2015 10:34:35 Simon Horman wrote:
> > this small series enables the r8a7793/gose in both
> > multi_v7_defconfig and shmobile_defconfig.
> >
> > Based on the defconfig-for-v4.3 branch of my renesas tree,
> > which is in turn based on v4.1-rc1.
> >
>
> No objections to the patches, just wow, your board names are getting
> increasingly obscure. ;-)
>
> I grew up close enough to the area in which it was originally
> invented but had to look up Gose on wikipedia to even know that
> it refers to a beer (which I was guessing only based on the other
> board names).
Indeed, some interesting names are emerging.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/2] ARM: shmobile: Enable gose board in multiplatform defconfig
2015-06-02 7:02 ` Geert Uytterhoeven
@ 2015-06-03 0:32 ` Simon Horman
0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2015-06-03 0:32 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jun 02, 2015 at 09:02:50AM +0200, Geert Uytterhoeven wrote:
> On Tue, Jun 2, 2015 at 3:34 AM, Simon Horman <horms+renesas@verge.net.au> wrote:
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
>
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Thanks, I have queued up both patches of this series for v4.3.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-06-03 0:32 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-02 1:34 [PATCH 0/2] ARM: Enable r8a7793/gose in defconfigs Simon Horman
2015-06-02 1:34 ` [PATCH 1/2] ARM: shmobile: Enable gose board in multiplatform defconfig Simon Horman
2015-06-02 7:02 ` Geert Uytterhoeven
2015-06-03 0:32 ` Simon Horman
2015-06-02 1:34 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable shmobile r8a7793/gose platform Simon Horman
2015-06-02 7:03 ` Geert Uytterhoeven
2015-06-02 8:43 ` [PATCH 0/2] ARM: Enable r8a7793/gose in defconfigs Arnd Bergmann
2015-06-02 23:15 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox