linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: defconfig: Enable support for RZ/A2
@ 2019-01-24 16:40 Geert Uytterhoeven
  2019-01-24 16:40 ` [PATCH 1/2] ARM: shmobile: " Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2019-01-24 16:40 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Chris Brandt, Arnd Bergmann, Olof Johansson, linux-renesas-soc,
	linux-arm-kernel, Geert Uytterhoeven

	Hi Simon, Magnus,

This patch series enables support for the RZ/A2 SoC in the Renesas and
ARM V7 multiplatform defconfigs, now the DTS for the Renesas RZ/A2M
evaluation board is included.

Thanks!

Geert Uytterhoeven (2):
  ARM: shmobile: defconfig: Enable support for RZ/A2
  ARM: multi_v7_defconfig: Enable support for RZ/A2

 arch/arm/configs/multi_v7_defconfig | 2 ++
 arch/arm/configs/shmobile_defconfig | 2 ++
 2 files changed, 4 insertions(+)

-- 
2.17.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@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] 4+ messages in thread

* [PATCH 1/2] ARM: shmobile: defconfig: Enable support for RZ/A2
  2019-01-24 16:40 [PATCH 0/2] ARM: defconfig: Enable support for RZ/A2 Geert Uytterhoeven
@ 2019-01-24 16:40 ` Geert Uytterhoeven
  2019-01-24 16:40 ` [PATCH 2/2] ARM: multi_v7_defconfig: " Geert Uytterhoeven
  2019-01-25 10:03 ` [PATCH 0/2] ARM: defconfig: " Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2019-01-24 16:40 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Chris Brandt, Arnd Bergmann, Olof Johansson, linux-renesas-soc,
	linux-arm-kernel, Geert Uytterhoeven

Enable support for the RZ/A2 SoC, including pin control, now the DTS for
the Renesas RZ/A2M evaluation board is included.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 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 14e9255e48c3184e..9b0efac101abc992 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -86,6 +86,7 @@ CONFIG_SPI_RSPI=y
 CONFIG_SPI_SH_MSIOF=y
 CONFIG_SPI_SH_HSPI=y
 CONFIG_PINCTRL_RZA1=y
+CONFIG_PINCTRL_RZA2=y
 CONFIG_GPIO_EM=y
 CONFIG_GPIO_RCAR=y
 CONFIG_GPIO_PCF857X=y
@@ -172,6 +173,7 @@ CONFIG_STAGING_BOARD=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_ARCH_EMEV2=y
 CONFIG_ARCH_R7S72100=y
+CONFIG_ARCH_R7S9210=y
 CONFIG_ARCH_R8A73A4=y
 CONFIG_ARCH_R8A7740=y
 CONFIG_ARCH_R8A7743=y
-- 
2.17.1


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

* [PATCH 2/2] ARM: multi_v7_defconfig: Enable support for RZ/A2
  2019-01-24 16:40 [PATCH 0/2] ARM: defconfig: Enable support for RZ/A2 Geert Uytterhoeven
  2019-01-24 16:40 ` [PATCH 1/2] ARM: shmobile: " Geert Uytterhoeven
@ 2019-01-24 16:40 ` Geert Uytterhoeven
  2019-01-25 10:03 ` [PATCH 0/2] ARM: defconfig: " Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2019-01-24 16:40 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Chris Brandt, Arnd Bergmann, Olof Johansson, linux-renesas-soc,
	linux-arm-kernel, Geert Uytterhoeven

Enable support for the RZ/A2 SoC, including pin control, now the DTS for
the Renesas RZ/A2M evaluation board is included.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
I didn't bother refreshing multi_v7_defconfig.
---
 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 ffaf5c00f3671d09..dba15b1b30831f08 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -76,6 +76,7 @@ CONFIG_ARCH_ROCKCHIP=y
 CONFIG_ARCH_RENESAS=y
 CONFIG_ARCH_EMEV2=y
 CONFIG_ARCH_R7S72100=y
+CONFIG_ARCH_R7S9210=y
 CONFIG_ARCH_R8A73A4=y
 CONFIG_ARCH_R8A7740=y
 CONFIG_ARCH_R8A7743=y
@@ -404,6 +405,7 @@ CONFIG_SPI_XILINX=y
 CONFIG_SPI_SPIDEV=y
 CONFIG_SPMI=y
 CONFIG_PINCTRL_AS3722=y
+CONFIG_PINCTRL_RZA2=y
 CONFIG_PINCTRL_PALMAS=y
 CONFIG_PINCTRL_APQ8064=y
 CONFIG_PINCTRL_APQ8084=y
-- 
2.17.1


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

* Re: [PATCH 0/2] ARM: defconfig: Enable support for RZ/A2
  2019-01-24 16:40 [PATCH 0/2] ARM: defconfig: Enable support for RZ/A2 Geert Uytterhoeven
  2019-01-24 16:40 ` [PATCH 1/2] ARM: shmobile: " Geert Uytterhoeven
  2019-01-24 16:40 ` [PATCH 2/2] ARM: multi_v7_defconfig: " Geert Uytterhoeven
@ 2019-01-25 10:03 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2019-01-25 10:03 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Magnus Damm, Chris Brandt, Arnd Bergmann, Olof Johansson,
	linux-renesas-soc, linux-arm-kernel

On Thu, Jan 24, 2019 at 05:40:20PM +0100, Geert Uytterhoeven wrote:
> 	Hi Simon, Magnus,
> 
> This patch series enables support for the RZ/A2 SoC in the Renesas and
> ARM V7 multiplatform defconfigs, now the DTS for the Renesas RZ/A2M
> evaluation board is included.

Thanks, applied for v5.1.

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

end of thread, other threads:[~2019-01-25 10:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-24 16:40 [PATCH 0/2] ARM: defconfig: Enable support for RZ/A2 Geert Uytterhoeven
2019-01-24 16:40 ` [PATCH 1/2] ARM: shmobile: " Geert Uytterhoeven
2019-01-24 16:40 ` [PATCH 2/2] ARM: multi_v7_defconfig: " Geert Uytterhoeven
2019-01-25 10:03 ` [PATCH 0/2] ARM: defconfig: " 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).